Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.2.2b1
24f7c89
This commit was manufactured by cvs2svn to create tag 'r222b1'.
by cvs2svn
· 23 years ago
v2.2.2b1
be36d02
News for 2.2.2b1. I'm exhausted -- this was a multi-hour job of
by Guido van Rossum
· 23 years ago
bb872f1
Fix up the release number for the 2.2.2b1 documentation release.
by Fred Drake
· 23 years ago
b87bdb7
Update version to 2.2.2b1.
by Guido van Rossum
· 23 years ago
0df0b42
Backport, at the reqest of Kevin Jacobs:
by Guido van Rossum
· 23 years ago
5fc952a
Update the email package version number.
by Barry Warsaw
· 23 years ago
9a5e668
Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it
by Barry Warsaw
· 23 years ago
13af364
Backport 1.68:
by Guido van Rossum
· 23 years ago
2972bde
openfile(): Go back to opening the files in text mode. This undoes
by Barry Warsaw
· 23 years ago
d5613ba
_parsebody(): Use get_content_type() instead of the deprecated
by Barry Warsaw
· 23 years ago
753eb68
Backport patches from trunk revisions 1.62, 1.63. Modified to be
by Fred Drake
· 23 years ago
86c6b96
Back-port part of 1.128 from the trunk:
by Fred Drake
· 23 years ago
02eb04c
Backport 1.63:
by Guido van Rossum
· 23 years ago
536f3ea
Darn. Fix stupid typo in whichmodule() backport.
by Guido van Rossum
· 23 years ago
c202fd2
Backport 1.70 and 1.71 (which really go together):
by Guido van Rossum
· 23 years ago
d1bb755
Backport:
by Michael W. Hudson
· 23 years ago
b45532a
A couple of fixes for the compiler package:
by Michael W. Hudson
· 23 years ago
2942d5e
Patch #609700: always build with same $(CC) on Linux.
by Martin v. Löwis
· 23 years ago
51e80df
Backport my checkin of revision 2.264 of Python/compile.c:
by Michael W. Hudson
· 23 years ago
c01f360
Backport fdrake's
by Michael W. Hudson
· 23 years ago
5e40e74
This is Armin Rigo's patch:
by Michael W. Hudson
· 23 years ago
ddd3f0e
This is Armin Rigo's patch:
by Michael W. Hudson
· 23 years ago
b397f21
This is Armin Rigo's patch:
by Michael W. Hudson
· 23 years ago
fc1db30
Fix quoting for Solaris LDSHARED.
by Martin v. Löwis
· 23 years ago
975a80d
Patch #619493: Prefer rpmbuild over rpm if available.
by Martin v. Löwis
· 23 years ago
cb462f2
Patch #619352: Update for 2.2.2b1. Install python2 and python2.2.
by Martin v. Löwis
· 23 years ago
ca51492
Backport 2.27:
by Raymond Hettinger
· 23 years ago
cec1254
This has no hope of working under -O. Skip it then instead of failing.
by Tim Peters
· 23 years ago
e40add4
Whitespace normalization.
by Tim Peters
· 23 years ago
d691136
They don't work yet, but the installer at least needs to install the
by Tim Peters
· 23 years ago
830abbb
Backport 1.34: Changing section reference.
by Raymond Hettinger
· 23 years ago
9e6aab6
Backport 1.33:
by Raymond Hettinger
· 23 years ago
397848f
Backport 1.52:
by Raymond Hettinger
· 23 years ago
7034f69
Aargh! The 2.3 version of this file requires "from test.test_support
by Guido van Rossum
· 23 years ago
32b1b43
Patch #572031: AUTH method LOGIN for smtplib.
by Martin v. Löwis
· 23 years ago
19cb870
Backport:
by Guido van Rossum
· 23 years ago
8c354ac
Backport 2.49:
by Raymond Hettinger
· 23 years ago
f29109a
Backport 1.45:
by Raymond Hettinger
· 23 years ago
6acdcd2
Assorted changes needed to release 2.2.2b1.
by Tim Peters
· 23 years ago
c2f1216
Backport 1.45:
by Raymond Hettinger
· 23 years ago
e1c9e10
Backport 1.12 and 1.13 and normalize whitespace (remove formfeeds):
by Raymond Hettinger
· 23 years ago
6b7a7d2
Backport 1.60 and 1.62:
by Raymond Hettinger
· 23 years ago
5c6ab4a
Backport 1.151 and 1.152:
by Raymond Hettinger
· 23 years ago
65e03cd
Backport 1.17:
by Raymond Hettinger
· 23 years ago
a7ce624
Backport 1.7:
by Raymond Hettinger
· 23 years ago
100fcd0
Backport 1.28 and 1.29:
by Raymond Hettinger
· 23 years ago
452fc85
Backport 1.42 documenting impending deprecation in favor of the email module.
by Raymond Hettinger
· 23 years ago
bd79c37
Backport 1.13 documenting impending deprecation in favor of the email module.
by Raymond Hettinger
· 23 years ago
f66801a
Backport 1.3 documenting impending deprecation in favor of the email module.
by Raymond Hettinger
· 23 years ago
78c27c2
Backport 1.23 documenting impending deprecation in favor to the email package.
by Raymond Hettinger
· 23 years ago
ca2fefa
Backport 1.4 documenting the impending deprecation of xreadlines.
by Raymond Hettinger
· 23 years ago
658d0ad
Backport 1.36 documenting Py2.3's impending deprecation of the non-tuple form.
by Raymond Hettinger
· 23 years ago
79c78f4
Backport 1.108 documenting Py2.3's impending deprecation of divmod()
by Raymond Hettinger
· 23 years ago
d751105
Backport 2.103:
by Raymond Hettinger
· 23 years ago
c52a36f
Backport 2.63 and 2.60:
by Raymond Hettinger
· 23 years ago
ad565a3
Backported Jeremy's documentation of nested scopes, execution frames and such.
by Raymond Hettinger
· 23 years ago
f45d4fa
Typo
by Raymond Hettinger
· 23 years ago
989aa00
Backport 1.94:
by Raymond Hettinger
· 23 years ago
2d4b27e
Backport 1.100: Discussion of Stop Iteration in the Iterator Protocol.
by Raymond Hettinger
· 23 years ago
216c977
Backport 1.88 and 1.87:
by Raymond Hettinger
· 23 years ago
ad8f9d1
Backport 1.19:
by Raymond Hettinger
· 23 years ago
89c04ae
Backport 1.30 and 1.29:
by Raymond Hettinger
· 23 years ago
67fe68e
Backport 1.33 (omitting the deprecation warning but keeping the deprecation
by Raymond Hettinger
· 23 years ago
98bfbc3
Backport 1.61 (note, the actual deprecation is not backported since it
by Raymond Hettinger
· 23 years ago
490561e
Backport 1.94:
by Raymond Hettinger
· 23 years ago
aca53fc
Backport 1.54 1.53 1.52 1.51 1.50 and 1.49:
by Raymond Hettinger
· 23 years ago
66d8b27
Backport 1.160 on looping idioms. Excludes enumerate(), a Py2.3 feature.
by Raymond Hettinger
· 23 years ago
9efc111
Backport 1.161: Message for NameError has changed.
by Raymond Hettinger
· 23 years ago
b3e15fe
Backport 1.43:
by Raymond Hettinger
· 23 years ago
11b11b5
Version number updates for Python 2.2.2.
by Fred Drake
· 23 years ago
29a3817
Remove some unnecessary dependencies (minor).
by Fred Drake
· 23 years ago
d967ba5
Added refcount information for PyObject_GetIter().
by Fred Drake
· 23 years ago
850952b
regrtest expects TestSkipped to come from test_support not test.test_support
by Barry Warsaw
· 23 years ago
0f0bcc4
Add a note about the backport of email 2.4
by Barry Warsaw
· 23 years ago
5b04140
Backporting of email 2.4 from Python 2.3. These are the backported
by Barry Warsaw
· 23 years ago
18ff795
Backporting of email 2.4 from Python 2.3. Many newly added modules,
by Barry Warsaw
· 23 years ago
5b70f66
This commit was manufactured by cvs2svn to create branch 'release22-maint'.
by cvs2svn
· 23 years ago
b3861ce
Backport last checkin:
by Neal Norwitz
· 23 years ago
ea2b436
Backport patch (also pointed out in SF #607253):
by Neal Norwitz
· 23 years ago
067010f
Patch #618347: Work around Solaris pthread.h bug.
by Martin v. Löwis
· 23 years ago
1540409
use types.StringTypes instead of (str, unicode)
by Skip Montanaro
· 23 years ago
ac2bc27
Python 2.2 doesn't have basestring.
by Skip Montanaro
· 23 years ago
9c5a508
Fix for the recursion_level bug Armin Rigo reported in sf
by Michael W. Hudson
· 23 years ago
8b66d77
Fix for the recursion_level bug Armin Rigo reported in sf
by Michael W. Hudson
· 23 years ago
5f97144
Regenerate.
by Martin v. Löwis
· 23 years ago
c74deb3
Patch #615069: Fix build problems on SCO Open Server 5.
by Martin v. Löwis
· 23 years ago
8d92ee8
Add "runtime_library_dirs = ssl_libs" to the _socket Extension
by Barry Warsaw
· 23 years ago
036f6a8
Backport all changes from trunk (all cosmetic).
by Guido van Rossum
· 23 years ago
95d9e62
Patch #596576: Always use cc to link on NetBSD.
by Martin v. Löwis
· 23 years ago
7da5feb
Backport loewis' 1.12:
by Michael W. Hudson
· 23 years ago
7c2778f
Backport mhammond's 2.14:
by Michael W. Hudson
· 23 years ago
4600bc0
Backport mhammond's 1.6:
by Michael W. Hudson
· 23 years ago
40575f1
Patch #615343: Add HAVE_GETADDRINFO to acconfig.h.
by Martin v. Löwis
· 23 years ago
e931387
Allow internal whitespace in keys. Closes SF bug #583248.
by Fred Drake
· 23 years ago
dcec3a4
Backport Jack's fix for Jaguar.
by Michael W. Hudson
· 23 years ago
459a58f
backport patch resulting from discussion on <http://python.org/sf/612111>.
by Skip Montanaro
· 23 years ago
65587a9
Backport of 1.15:
by Guido van Rossum
· 23 years ago
08ed38a
Previous fix depended on the "code cleanup and general bug fix patch" already
by Fred Drake
· 23 years ago
37c0f6b
has_option(): Use the option name transform consistently.
by Fred Drake
· 23 years ago
6ad9292
Backport of 2.18:
by Guido van Rossum
· 23 years ago
Next »