index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit was manufactured by cvs2svn to create tag 'r222'.
v2.2.2
cvs2svn
2002-10-14
1
-0/+1
*
News about last-minute fix for SF bug 620705 (urlparse).
Guido van Rossum
2002-10-14
1
-0/+4
*
Backporting urlparse.py:1.34, test_urlparse.py:1.8:
Guido van Rossum
2002-10-14
2
-1/+6
*
I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system
Barry Warsaw
2002-10-14
1
-4/+5
*
I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system
Barry Warsaw
2002-10-14
1
-4/+5
*
Add a note about how to successfully complete the tests on MacOSX.
Barry Warsaw
2002-10-14
1
-0/+6
*
There was a typo in the MacOSX section regarding the stacksize issue.
Barry Warsaw
2002-10-14
1
-3/+5
*
Backport bugfix microrelease of email 2.4.3 from cvs trunk.
Barry Warsaw
2002-10-14
5
-53/+109
*
Added all the non-doc news for 2.2.2 (final).
Guido van Rossum
2002-10-14
1
-12/+48
*
Add boilerplate for 2.2.2 final. (Will add actual news next.)
Guido van Rossum
2002-10-14
1
-4/+36
*
Update version strings in Windows installer for 2.2.2.
Tim Peters
2002-10-14
1
-4/+4
*
Update FIELD3 of Windows 64-bit binary version # for 2.2.2.
Tim Peters
2002-10-14
1
-5/+5
*
Update Windows buildno for 2.2.2 final.
Tim Peters
2002-10-14
1
-2/+2
*
Update list of Windows buildnos for 2.2.2 final.
Tim Peters
2002-10-14
1
-0/+2
*
Update release information for 2.2.2 final.
Fred Drake
2002-10-14
2
-3/+3
*
Bump release version to 2.2.2 -- the final release is imminent.
Guido van Rossum
2002-10-14
1
-2/+2
*
Bump release version to 2.2.2 -- the final release is imminent.
Guido van Rossum
2002-10-14
1
-3/+3
*
Add finditer to __all__ (when defining it at all).
Guido van Rossum
2002-10-14
1
-0/+1
*
Fix tildes in URLs. Closes SF bug #614821.
Fred Drake
2002-10-12
1
-3/+4
*
Darn! Don't divide by zero. Bad fix. :-)
Guido van Rossum
2002-10-11
1
-1/+1
*
Backport 1.34.
Neal Norwitz
2002-10-11
1
-2/+2
*
Backport 2.34. SF #621948, update docstring for md5 by David M. Cooke
Neal Norwitz
2002-10-11
1
-0/+1
*
Backport listobject.c 2.137 and tupleobject.c 2.75:
Guido van Rossum
2002-10-11
2
-0/+6
*
Clarify impending deprecation of the floor div operator, modulo operator,
Raymond Hettinger
2002-10-11
1
-5/+4
*
Backport 2.193:
Guido van Rossum
2002-10-11
1
-10/+4
*
SF bug 621507: python22.dll incorrect "File version".
Tim Peters
2002-10-11
1
-2/+21
*
Backporting a new file from 2.3 needed to worm around that MS's
Tim Peters
2002-10-11
0
-0/+0
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
2002-10-11
1
-0/+35
*
Added a debug target for PythonCoreCarbon
Jack Jansen
2002-10-11
1
-0/+0
*
Backport stringobject.c 2.194 and unicodeobject.c 2.172:
Guido van Rossum
2002-10-11
2
-4/+12
*
New in 2.2.2!
Guido van Rossum
2002-10-11
1
-1/+0
*
Backport the relevant part of 2.192:
Guido van Rossum
2002-10-11
1
-1/+2
*
Updated for VISE 8, and for 2.2.2b1 distribution.
Jack Jansen
2002-10-10
1
-0/+0
*
Upped the stack limit to 256K to make test_class pass.
Jack Jansen
2002-10-10
2
-0/+0
*
Use \n as line separator in stead of \r\n, which causes problems in MacPython...
Jack Jansen
2002-10-10
2
-10/+10
*
Backport of 1.7:
Jack Jansen
2002-10-10
1
-4/+4
*
Backport email 2.4.2 changes from Python 2.3.
Barry Warsaw
2002-10-10
6
-12/+52
*
Document when unittest was added to Python.
Fred Drake
2002-10-10
1
-0/+1
*
Expand AC_CHECK_SIZEOF inline to overcome a autoconf 2.13 weakness.
Martin v. Löwis
2002-10-10
2
-48/+71
*
detect_modules(): Be more conservative about adding
Barry Warsaw
2002-10-10
1
-1/+4
*
Accept Armin's documentation patch for SF bug #558179.
Fred Drake
2002-10-09
1
-5/+5
*
Make this file identical to the version on the trunk.
Guido van Rossum
2002-10-09
1
-2/+71
*
List specific updates for IDLE.
Raymond Hettinger
2002-10-09
1
-0/+7
*
The
Tim Peters
2002-10-08
1
-1/+1
*
Fix some code that was added to the r22-maint branch to allow it to work with
Fred Drake
2002-10-08
3
-7/+88
*
Fix a few typos: an extra space; typo in filename; capitalization error
Andrew M. Kuchling
2002-10-08
1
-3/+3
*
Put a do-nothing set_python_build() back.
Michael W. Hudson
2002-10-08
1
-0/+5
*
Initialize tick_counter to 0. Found by Neal Norwitz.
Guido van Rossum
2002-10-08
1
-0/+1
*
Fix typo. Prepare headers for 2.2.2 final release.
Guido van Rossum
2002-10-08
1
-1/+5
*
Upgrade the version *string* by adding a '+'. This marks the first
Guido van Rossum
2002-10-08
1
-1/+1
[next]