Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.2.2
/
Misc
952e735
News about last-minute fix for SF bug 620705 (urlparse).
by Guido van Rossum
· 23 years ago
c355f91
I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system
by Barry Warsaw
· 23 years ago
c5b6997
Add a note about how to successfully complete the tests on MacOSX.
by Barry Warsaw
· 23 years ago
c6e2b0f
Added all the non-doc news for 2.2.2 (final).
by Guido van Rossum
· 23 years ago
da5661c
Add boilerplate for 2.2.2 final. (Will add actual news next.)
by Guido van Rossum
· 23 years ago
11caaf9
Make this file identical to the version on the trunk.
by Guido van Rossum
· 23 years ago
c2e1a8f
List specific updates for IDLE.
by Raymond Hettinger
· 23 years ago
f1446ca
Fix a few typos: an extra space; typo in filename; capitalization error
by Andrew M. Kuchling
· 23 years ago
9096faf
Fix typo. Prepare headers for 2.2.2 final release.
by Guido van Rossum
· 23 years ago
be36d02
News for 2.2.2b1. I'm exhausted -- this was a multi-hour job of
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
d1bb755
Backport:
by Michael W. Hudson
· 23 years ago
cb462f2
Patch #619352: Update for 2.2.2b1. Install python2 and python2.2.
by Martin v. Löwis
· 23 years ago
0f0bcc4
Add a note about the backport of email 2.4
by Barry Warsaw
· 23 years ago
0dddf305
Backport of 1.489:
by Guido van Rossum
· 23 years ago
bd5ba4b
Finish up the random fixes that Raymond started yesterday.
by Michael W. Hudson
· 23 years ago
f81d49f
Add the snake-farm crew.
by Guido van Rossum
· 23 years ago
df4626f
Backport of SF bug # 585792, Invalid mmap crashes Python interpreter
by Neal Norwitz
· 23 years ago
55ec86e
backport gvanrossum's checkin of revision 1.180 of ACKS
by Michael W. Hudson
· 23 years ago
96303ce
Fix some endcase bugs in unicode rfind()/rindex() and endswith().
by Guido van Rossum
· 23 years ago
506d6d9
SF bug 595919: popenN return only text mode pipes
by Tim Peters
· 23 years ago
5f2f103
News about Neil's fix to correctly invoke __rmul__.
by Guido van Rossum
· 23 years ago
f75ba0b
Backport:
by Guido van Rossum
· 23 years ago
8156b90
Attempting to resurrect a dying instance of a new-style class in a
by Tim Peters
· 23 years ago
b1fb9ab
SF bug 578752: COUNT_ALLOCS vs heap types
by Tim Peters
· 23 years ago
8625d7e
PyNode_AddChild(): Backporting an aggressive over-allocation policy
by Tim Peters
· 23 years ago
d605adf
Fix SF Bug 572567: Memory leak in object comparison
by Raymond Hettinger
· 23 years ago
9d21cd7
Backport:
by Guido van Rossum
· 23 years ago
7e57639
Record the latest fixes.
by Guido van Rossum
· 23 years ago
761037a
Backport to 2.2.x:
by Guido van Rossum
· 23 years ago
35902e4
Fix typo
by Andrew M. Kuchling
· 23 years ago
1c097b7
Backport the following changes:
by Walter Dörwald
· 23 years ago
ee571fa
backport gvanrossum's patch:
by Anthony Baxter
· 23 years ago
c11ee1e
News for new strip method argument. Made the news message a bit
by Anthony Baxter
· 23 years ago
4e91ac7
Windows installer: disabled Wise's "delete in-use files" uninstall
by Tim Peters
· 23 years ago
19b08d3
SF bug 543148: Memory leak with stackframes + inspect.
by Tim Peters
· 23 years ago
0069623
I always forget the release date in here...
by Michael W. Hudson
· 23 years ago
fc70e4b
Updates from Sean Reifschneider.
by Michael W. Hudson
· 23 years ago
5b17297
Add bool(), True, False (as ints) for backwards compatibility.
by Guido van Rossum
· 23 years ago
e5ea439
- A type can now inherit its metatype from its base type. Previously,
by Guido van Rossum
· 23 years ago
6741437
Some more news. (There's also a fix to _localemodule.c that I don't
by Guido van Rossum
· 23 years ago
7e45ccb
Backport half a patch from the trunk. This inherits tp_is_gc from a base class.
by Guido van Rossum
· 23 years ago
6c79476
Add note about changes in xml.sax.expatreader.
by Fred Drake
· 23 years ago
4f3abd3
SF bug 497854: Short-cuts missing for All Users.
by Tim Peters
· 23 years ago
a0c13b7
News for SF #535905.
by Guido van Rossum
· 23 years ago
a4f46e7
Detlef Lannert noticed that I can't type.
by Michael W. Hudson
· 23 years ago
308e78c
People who tested 2.2.1c1.
by Michael W. Hudson
· 23 years ago
4c92fa0
Add another line.
by Michael W. Hudson
· 23 years ago
39511d3
A stab at NEWS.
by Michael W. Hudson
· 23 years ago
4b9fa73
backport bwarsaw's checkin of revision 4.8 of python-mode.el
by Michael W. Hudson
· 23 years ago
984d220
I was just testing you. Neil Norwitz gets the prize. (Fixed a typo
by Barry Warsaw
· 23 years ago
2106a4d
Added a NEWS item for the fix of SF bug #531966 in the email package.
by Barry Warsaw
· 23 years ago
1dbb679
Record 2.2.1c1 release date.
by Tim Peters
· 23 years ago
7eac98d
A first cut at NEWS for 2.2.1c1.
by Michael W. Hudson
· 23 years ago
8967a68
Backport a checkin of Guido's:
by Michael W. Hudson
· 23 years ago
98305a0
Take Tim's work on file.truncate out of 2.2.1 again.
by Michael W. Hudson
· 23 years ago
fe69139
Backport Tim's work on getting file.truncate working better on Win32.
by Michael W. Hudson
· 23 years ago
13510e7
backport bwarsaw's checkin of revision 4.7 of python-mode.el
by Michael W. Hudson
· 23 years ago
245689c
zlib-1.1.4 news.
by Tim Peters
· 23 years ago
7250092
backport gvanrossum's checkin of revision 1.163 of ACKS
by Michael W. Hudson
· 23 years ago
dd6186d
backport gvanrossum's checkin of revision 1.162 of ACKS
by Michael W. Hudson
· 23 years ago
c10d570
backport gvanrossum's checkin of revision 1.161 of ACKS
by Michael W. Hudson
· 23 years ago
59509f5
Patch #50002: Display line information for bad \x escapes:
by Martin v. Löwis
· 23 years ago
d8279c7
backport gvanrossum's checkin of revision 1.159 of ACKS
by Michael W. Hudson
· 23 years ago
23d65ff
It's merge time!
by Michael W. Hudson
· 24 years ago
48f97f3
It's merge time!
by Michael W. Hudson
· 24 years ago
ebc89b6
This commit was manufactured by cvs2svn to create branch 'release22-maint'.
by cvs2svn
· 24 years ago
2aa3dc7
Added item about the webbrowser security fix.
by Fred Drake
· 24 years ago
2276818
This commit was manufactured by cvs2svn to create branch 'release22-maint'.
by cvs2svn
· 24 years ago
1cb65e2
ZZZ.
by Guido van Rossum
· 24 years ago
54dc1d3
Another contributor.
by Guido van Rossum
· 24 years ago
f831429
Fix for SF bug #494904: Cannot pickle a class with a metaclass,
by Guido van Rossum
· 24 years ago
1fbb577
SF bug #494738: binascii_b2a_base64 overwrites memory.
by Tim Peters
· 24 years ago
909c091
Post-release fiddling -- prep for 2.2 final.
by Tim Peters
· 24 years ago
0655745
Merge last minute 2.2c1 changes from branch to trunk.
by Barry Warsaw
· 24 years ago
6c01e25
Note the tighter complex() parameter checking.
by Fred Drake
· 24 years ago
61f649d
For the exec-free var bug.
by Jeremy Hylton
· 24 years ago
6272dfd
Update Windows buildno for 2.2c1. Update 2.2c1 release data in NEWS.
by Tim Peters
· 24 years ago
bf72fe2
Added -Qnew news about the test_coercion.py failure. That's the only test
by Tim Peters
· 24 years ago
f582b82
SF bug #491415 PyDict_UpdateFromSeq2() unused
by Tim Peters
· 24 years ago
1d961f5
New fodder.
by Guido van Rossum
· 24 years ago
1464839
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
by Guido van Rossum
· 24 years ago
25059d3
SF patch #489173: Make os.spawnv not block the interpreter, from
by Tim Peters
· 24 years ago
1999ef4
Test wether we are building on a case-insensitive filesystem (such
by Jack Jansen
· 24 years ago
ffa260f
sys.platform is now "darwin" without digits appended.
by Jack Jansen
· 24 years ago
3caca23
SF bug #488514: -Qnew needs work
by Tim Peters
· 24 years ago
bf7c804
SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields()
by Guido van Rossum
· 24 years ago
33bab01
Fix SF bug #489581: __slots__ leak.
by Guido van Rossum
· 24 years ago
d331cb5
At the PythonLabs meeting someone mentioned it would make Jim really
by Guido van Rossum
· 24 years ago
bebfe03
Another no-longer-nameless contributor...
by Guido van Rossum
· 24 years ago
cd7b7d6
Add note about fixed hash() of mutable objects.
by Guido van Rossum
· 24 years ago
cdbbd0a
New about super.
by Guido van Rossum
· 24 years ago
22f9c6d
Add Greg Chapman.
by Guido van Rossum
· 24 years ago
4b80085
Fix for SF bug #485678.
by Guido van Rossum
· 24 years ago
714d2e2
Patch #487275: windows-1251 charset alias.
by Martin v. Löwis
· 24 years ago
cffed4b
SF bug 486278 SystemError: Python/getargs.c:1086: bad.
by Tim Peters
· 24 years ago
6d20b43
SF bug 485175: buffer overflow in traceback.c.
by Tim Peters
· 24 years ago
652e191
Properly set static options for tixBalloon and tixResizeHandle.
by Martin v. Löwis
· 24 years ago
3a89b2b
Patch #484847: Default to netscape.exe on OS/2.
by Martin v. Löwis
· 24 years ago
Next »