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
*
Update the version to 2.1final (again :-).
Guido van Rossum
2001-04-16
1
-4/+4
*
Add a test case for Weak*Dictionary.update() that would have caught a
Fred Drake
2001-04-16
1
-0/+25
*
Weak*Dictionary.update(): Fix calls to [].append() to only have one
Fred Drake
2001-04-16
1
-4/+15
*
Implement Mark Favas's suggestion. There's a clear bug in _group():
Guido van Rossum
2001-04-16
1
-1/+1
*
Update document for the actual 2.1rc1
Andrew M. Kuchling
2001-04-16
1
-6/+13
*
This commit was manufactured by cvs2svn to create tag 'r21c2'.
v2.1c2
cvs2svn
2001-04-16
1
-0/+1
*
This is (hopefully) last checkin before releasing 2.1c2 -- get rid of
Guido van Rossum
2001-04-16
1
-21/+21
*
Added news for 2.1c2.
Guido van Rossum
2001-04-16
1
-11/+192
*
Update Windows installer & build number to 2.1c2 release.
Tim Peters
2001-04-16
3
-4/+6
*
We need another release candidate after so many "small" changes.
Guido van Rossum
2001-04-16
1
-2/+2
*
Change the test data to ask for class C from module __main__ rather
Guido van Rossum
2001-04-16
1
-2/+3
*
Reverting Moshe's EGD patch *and* Martin's patch to make it work with
Guido van Rossum
2001-04-16
1
-34/+0
*
Tim pointed out a remaining vulnerability in popitem(): the
Guido van Rossum
2001-04-16
1
-5/+6
*
Tentative fix for a problem that Tim discovered at the last moment,
Guido van Rossum
2001-04-15
1
-61/+110
*
SF bug reporters.
Guido van Rossum
2001-04-15
1
-0/+2
*
Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../.
Guido van Rossum
2001-04-15
1
-0/+2
*
SRE: made "copyright" string static, to avoid potential linking
Fredrik Lundh
2001-04-15
1
-1/+8
*
Patch by Mark Favas to ensure that the zlib we find is 1.1.3 or
Guido van Rossum
2001-04-15
1
-3/+17
*
Get rid of the seek() method on the _Mailbox class. This was a
Guido van Rossum
2001-04-15
1
-8/+0
*
In order to make this test work on Windows, the test locale has to be
Guido van Rossum
2001-04-15
1
-2/+7
*
Fix typo (missing "req." prefix on error_302_dict) found by Neil
Guido van Rossum
2001-04-15
1
-1/+2
*
Fix typo in exception name (UnimplementedError should be
Guido van Rossum
2001-04-15
1
-2/+2
*
Fix typo in exception name (SGMLParserError should be SGMLParseError)
Guido van Rossum
2001-04-15
1
-1/+1
*
Fix typo in attribute name (file should be filename) found by
Guido van Rossum
2001-04-15
1
-1/+1
*
Fix typo in attribute name (chunk_size should be chunksize) found by
Guido van Rossum
2001-04-15
1
-1/+1
*
- Typo in message for TestCase.failIfEqual()
Steve Purcell
2001-04-15
1
-2/+1
*
Set the SO_REUSEADDR socket option in the server thread -- this seems
Guido van Rossum
2001-04-15
1
-0/+1
*
Bump version number and set date.
Fred Drake
2001-04-14
2
-3/+3
*
Remove shared libraries as part of "make clean" rather than in "make
Guido van Rossum
2001-04-14
1
-1/+2
*
Make one more private symbol static.
Guido van Rossum
2001-04-14
1
-1/+1
*
Make some private symbols static.
Guido van Rossum
2001-04-14
5
-7/+8
*
Mark Favas points out that there's an 'self.fp.flush()' call in the
Guido van Rossum
2001-04-14
1
-1/+1
*
Another ACK.
Guido van Rossum
2001-04-14
1
-0/+1
*
Pete Shinners discovered that zipfile.ZipFile() is called with mode
Guido van Rossum
2001-04-14
1
-1/+1
*
Should resolve [ #416039 ] pstats browser crashes.
Eric S. Raymond
2001-04-14
1
-3/+3
*
Add "import thread" at the top of the module; this prevents us from
Guido van Rossum
2001-04-14
2
-0/+2
*
Add more general warning against the SGI optimizer.
Guido van Rossum
2001-04-14
1
-7/+5
*
If the sunaudiodev module is available but we cannot find an audio
Fred Drake
2001-04-14
1
-1/+9
*
Import readline when possible to make the commaninterpreter UI nicer.
Eric S. Raymond
2001-04-14
1
-0/+4
*
This commit was manufactured by cvs2svn to create tag 'r21c1'.
v2.1c1
cvs2svn
2001-04-13
1
-0/+1
*
Tim convinced me to augment the PSF license with a final clause just
Guido van Rossum
2001-04-13
1
-0/+4
*
Clean up the unsightly mess around the readline header files. We now
Guido van Rossum
2001-04-13
1
-24/+1
*
Add convenience targets that build all archive types for single formatting
Fred Drake
2001-04-13
1
-0/+6
*
Michael Hudson:
Fred Drake
2001-04-13
1
-1/+23
*
I am TENTATIVELY checking in Martin von Loewis's patch for the SSL
Guido van Rossum
2001-04-13
1
-0/+7
*
split long line
Jeremy Hylton
2001-04-13
1
-1/+2
*
Fixup some platform annotations.
Fred Drake
2001-04-13
2
-1/+2
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake
2001-04-13
1
-2/+2
*
Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.
Fred Drake
2001-04-13
2
-2/+2
*
Added regression test for SF bug #415660 (failure to invalidate all
Fred Drake
2001-04-13
1
-5/+24
[next]