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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
no longer support sunos4 platform
Skip Montanaro
2004-02-07
4
-119/+0
*
Use collection.deque() instead of a list for a FIFO queue.
Raymond Hettinger
2004-02-07
1
-5/+10
*
* Fix ref counting in extend() and extendleft().
Raymond Hettinger
2004-02-07
1
-0/+4
*
Lists work better when popping from the right.
Raymond Hettinger
2004-02-07
1
-3/+4
*
Have deques support high volume loads.
Raymond Hettinger
2004-02-06
1
-0/+12
*
Fix test failure message (from SF patch #885008)
Walter Dörwald
2004-02-06
1
-1/+1
*
Back rev 1.3 out per Raymond's request.
Hye-Shik Chang
2004-02-06
1
-1/+6
*
Simple is better than complex.
Hye-Shik Chang
2004-02-06
1
-6/+1
*
Fix reallocation bug in unicode.translate(): The code was comparing
Walter Dörwald
2004-02-05
1
-0/+1
*
Allocating a new weakref object can cause existing weakref objects for
Fred Drake
2004-02-04
1
-0/+32
*
- add tests that exercise fixes for the PyWeakref_NewRef() and
Fred Drake
2004-02-03
1
-0/+41
*
Fix input() builtin function to respect compiler flags.
Hye-Shik Chang
2004-02-02
1
-0/+13
*
* Move collections.deque() in from the sandbox
Raymond Hettinger
2004-01-29
7
-35/+360
*
don't wrap lines too late by default
Fred Drake
2004-01-26
1
-2/+2
*
There was an error in the Tk error dialog fix at Rev 1.84 which caused starting
Kurt B. Kaiser
2004-01-21
1
-2/+2
*
rpc.py:SocketIO - Large modules were generating large pickles when downloaded
Kurt B. Kaiser
2004-01-21
2
-8/+14
*
Added a Tk error dialog to run.py inform the user if the subprocess can't
Kurt B. Kaiser
2004-01-21
4
-56/+96
*
Add a Guido inspired example for groupby().
Raymond Hettinger
2004-01-20
1
-0/+14
*
Let the default encodings search function lookup aliases before trying the co...
Marc-André Lemburg
2004-01-20
1
-18/+26
*
Add some more code page aliases needed for completeness.
Marc-André Lemburg
2004-01-20
1
-0/+16
*
Fix a typo: s/iso_3022/iso2022/
Hye-Shik Chang
2004-01-20
1
-1/+1
*
Test not the standard utf-8 codec but gb18030 which is the most complex
Hye-Shik Chang
2004-01-20
1
-4/+4
*
For whatever reason, these files had \r\r\n line endings on Windows,
Tim Peters
2004-01-18
1
-8/+8
*
Revert another local change that snuck into a whitespace normalization
Tim Peters
2004-01-18
1
-2/+1
*
Whitespace normalization.
Tim Peters
2004-01-18
33
-71/+60
*
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang
2004-01-17
34
-25/+2600
*
__init__.py: keep it compatible with older python (True and False == 1 and 0)
Gregory P. Smith
2004-01-13
2
-6/+17
*
__all__: Remove freenet_b64encode and freenet_b64decode.
Barry Warsaw
2004-01-07
1
-1/+0
*
SF Patch #864863: Bisect C implementation
Raymond Hettinger
2004-01-05
2
-15/+18
*
[SF #866875] Add a specialized routine for one character
Hye-Shik Chang
2004-01-05
1
-14/+55
*
Exercise sorted() where possible
Raymond Hettinger
2004-01-04
1
-3/+1
*
SF patch #868736: Disable GC for timeit
Raymond Hettinger
2004-01-04
1
-1/+7
*
More complete code coverage, including testing the new RFC 3548 support.
Barry Warsaw
2004-01-04
1
-26/+181
*
Added more complete RFC 3548 support for Base64, Base32, and Base16
Barry Warsaw
2004-01-04
1
-9/+288
*
The script now takes an optional command-line argument to specify how many
Alex Martelli
2004-01-02
1
-4/+19
*
[Bug #812325 ] tarfile.close() can write out more bytes to the output
Andrew M. Kuchling
2004-01-02
1
-0/+1
*
- Print correct exception even if source file changed since shell was
Kurt B. Kaiser
2004-01-02
2
-2/+7
*
SF Patch 681780: Faster commonprefix (OS independent)
Raymond Hettinger
2003-12-31
1
-10/+7
*
Strengthen the test for hash effectiveness
Raymond Hettinger
2003-12-31
1
-4/+4
*
Fixes to support CJKCodecs as per SF bug #852347. Actually, this
Barry Warsaw
2003-12-30
1
-19/+16
*
Bump version number to 2.5.5
Barry Warsaw
2003-12-30
1
-1/+1
*
As part of fixing bug #829532, add a test case that exercises os.makedirs
Andrew M. Kuchling
2003-12-23
1
-1/+36
*
[Bug #829532] Invoking os.makedirs() with an argument that contains a
Andrew M. Kuchling
2003-12-23
1
-0/+2
*
Fix unicode.rsplit()'s bug that ignores separater on the end of string when
Hye-Shik Chang
2003-12-23
1
-0/+2
*
Make sure the UserDict copies do not share the same underlying
Raymond Hettinger
2003-12-21
1
-1/+1
*
Remove self from the arguments for the function add_type().
Walter Dörwald
2003-12-19
1
-1/+1
*
Enable some unittests on FreeBSD.
Hye-Shik Chang
2003-12-19
2
-3/+7
*
Remove methods that are no longer called by urllib2.
Jeremy Hylton
2003-12-17
1
-14/+0
*
Guido grants a Christmas wish:
Raymond Hettinger
2003-12-17
8
-76/+48
*
Add methods to MockHTTPClass for modern httplib interface.
Jeremy Hylton
2003-12-17
1
-51/+77
[next]