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
...
*
Apply extract functions instead of lambda.
Raymond Hettinger
2003-12-01
2
-3/+4
*
Revert previous change. MAL preferred the old version.
Raymond Hettinger
2003-12-01
1
-4/+41
*
As discussed on python-dev, added two extractor functions to the
Raymond Hettinger
2003-12-01
1
-0/+39
*
Simplifed the code.
Raymond Hettinger
2003-12-01
1
-41/+4
*
Add testcases for _winreg segfault (SF 851056).
Guido van Rossum
2003-11-30
1
-1/+3
*
Fix a bug discovered by Kalle Svensson: comparing sys.maxint to
Guido van Rossum
2003-11-29
1
-1/+1
*
- Removed FutureWarnings related to hex/oct literals and conversions
Guido van Rossum
2003-11-29
5
-58/+49
*
Make sure the list.sort's decorate step unwinds itself before returning
Raymond Hettinger
2003-11-28
1
-0/+7
*
See SF #848614: distutils' msvccompiler now tries to detect that MSVC6
Thomas Heller
2003-11-28
1
-0/+10
*
2.4a0 Package Manager shouldn't attempt to use the 2.3 database.
Jack Jansen
2003-11-27
1
-1/+1
*
Add optional fillchar argument to ljust(), rjust(), and center() string methods.
Raymond Hettinger
2003-11-26
3
-18/+21
*
Fix a typo introduced at 1.21
Kurt B. Kaiser
2003-11-25
1
-1/+1
*
Keybindings with the Shift modifier now work correctly. So do bindings
Kurt B. Kaiser
2003-11-24
5
-74/+83
*
Update NEWS.txt to include some items missed earlier. Update the
Kurt B. Kaiser
2003-11-24
2
-1/+14
*
* Checkin remaining documentation
Raymond Hettinger
2003-11-24
1
-14/+59
*
test_guess_all_types(): Use a more robust test for checking that
Barry Warsaw
2003-11-23
1
-4/+7
*
* Simplify hash function and add test to show effectiveness of the hash
Raymond Hettinger
2003-11-23
1
-13/+72
*
Extend temporary hashability to remove() and discard().
Raymond Hettinger
2003-11-22
1
-0/+10
*
Allow temporary hashability for the __contains__ test.
Raymond Hettinger
2003-11-21
1
-0/+2
*
issubset() and issuperset() to work with general iterables
Raymond Hettinger
2003-11-21
1
-0/+4
*
test_applesingle is an expected skip almost anywhere.
Guido van Rossum
2003-11-20
1
-29/+40
*
SF bug 839548: Bug in type's GC handling causes segfaults.
Tim Peters
2003-11-20
1
-0/+205
*
test_applesingle is an expected skip on Win32
Raymond Hettinger
2003-11-20
1
-0/+1
*
Fix typo fix.
Walter Dörwald
2003-11-20
1
-4/+4
*
Patch #831747: Add skip_accept_encoding parameter to putrequest.
Martin v. Löwis
2003-11-19
1
-3/+7
*
Get rid of MacOS9 support. Paths are still hard-coded, that'll be fixed
Jack Jansen
2003-11-19
1
-16/+3
*
Remove deprecation of sets.Set.update().
Raymond Hettinger
2003-11-19
1
-4/+0
*
Fix typos.
Walter Dörwald
2003-11-19
1
-4/+4
*
- After an exception, run.py was not setting the exception vector. Noam
Kurt B. Kaiser
2003-11-19
2
-1/+6
*
__init__(): The docstring was incorrect regarding how header wrapping
Barry Warsaw
2003-11-19
1
-5/+4
*
Modified version by Bob Ippolito. It passes the just-added test_applesingle
Jack Jansen
2003-11-18
1
-63/+100
*
Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a
Just van Rossum
2003-11-18
1
-0/+7
*
Test the applesingle decoder.
Jack Jansen
2003-11-18
1
-0/+72
*
Various fixups (most suggested by Armin Rigo).
Raymond Hettinger
2003-11-17
1
-0/+25
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
13
-40/+1209
*
SF #841977 - modulefinder fails to find extension modules in packages
Thomas Heller
2003-11-14
1
-1/+6
*
subtype_dealloc(): A more complete fix for critical bug 840829 +
Tim Peters
2003-11-13
1
-0/+19
*
Patch #839877: Remove unused lambda expression.
Martin v. Löwis
2003-11-13
1
-4/+0
*
SF bug 840829: weakref callbacks and gc corrupt memory.
Tim Peters
2003-11-12
1
-0/+20
*
Improve backwards compatibility code to handle True/False.
Raymond Hettinger
2003-11-12
1
-0/+4
*
Improve the implementation of itertools.tee().
Raymond Hettinger
2003-11-12
1
-24/+31
*
Make Message.__str__ more efficient.
Neil Schemenauer
2003-11-11
1
-4/+1
*
Patch #798297: Add IMAP THREAD command.
Martin v. Löwis
2003-11-10
1
-0/+11
*
mktemp() shouldn't rely on os.path.exists(), which can return False if
Guido van Rossum
2003-11-10
1
-1/+23
*
fixed wrong error checking on fcntl call as per SF bug # 821896
Alex Martelli
2003-11-09
1
-2/+3
*
fixed obvious bug in _send_header as per SF bug #831271
Alex Martelli
2003-11-09
1
-2/+1
*
Update test to handle list.__reversed__().
Raymond Hettinger
2003-11-08
1
-0/+1
*
SF bug #835457: Small typo in logging documentation
Raymond Hettinger
2003-11-08
1
-1/+1
*
Convert heapq.py to a C implementation.
Raymond Hettinger
2003-11-08
2
-256/+0
*
Overallocate target buffer for normalization more early. Fixes #834676.
Martin v. Löwis
2003-11-06
1
-0/+3
[prev]
[next]