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
...
*
Fix comment typo
Andrew M. Kuchling
2004-04-06
1
-1/+1
*
Remove specific Python version from #!
Andrew M. Kuchling
2004-04-06
1
-1/+1
*
OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied
Andrew MacIntyre
2004-04-04
1
-2/+5
*
If a file is opened with an explicit buffer size >= 1, repeated
Andrew MacIntyre
2004-04-04
1
-0/+17
*
Fix support for the "prog" keyword to the OptionParser constructor, as well
Fred Drake
2004-04-01
2
-3/+24
*
[Bugfix candidate] Escape traceback type and value. There are probably addit...
Andrew M. Kuchling
2004-03-31
1
-1/+2
*
When /tmp has certain sticky bits set, newly created subdirectories
Guido van Rossum
2004-03-31
1
-0/+1
*
SF bug 924242: socket._fileobject._getclosed() returns wrong value
Tim Peters
2004-03-28
2
-1/+9
*
Revert 1.51 booleans so that sre will still run on old pythons.
Raymond Hettinger
2004-03-27
1
-6/+6
*
Simple Optimizations:
Raymond Hettinger
2004-03-26
1
-73/+92
*
Remove unnecessary test. (Thanks Skip)
Raymond Hettinger
2004-03-26
1
-6/+0
*
Fix test failure for test_tcl on OS/X and Windows if a
David Ascher
2004-03-26
1
-7/+1
*
Marshal clean-up (SF patch #873224)
Armin Rigo
2004-03-26
1
-0/+5
*
Simple optimizations:
Raymond Hettinger
2004-03-26
1
-47/+69
*
make sure the default manifest generation includes files identified as
Fred Drake
2004-03-25
2
-0/+6
*
Added more Windows version names (thanks to Thomas Heller).
Marc-André Lemburg
2004-03-25
1
-29/+23
*
Fix last patch to be backwards-compatible with Python 1.5.2 .
Brett Cannon
2004-03-25
1
-12/+25
*
Fixed a caching bug in platform.platform() where the argument of 'terse' was
Brett Cannon
2004-03-25
1
-8/+8
*
Defer compilation of regular expressions until first use.
Martin v. Löwis
2004-03-25
1
-3/+7
*
Use True/False instead of 0/1 for character classes.
Martin v. Löwis
2004-03-25
1
-6/+6
*
Ensure super() lookup of descriptor from classmethod works (SF #743627)
Phillip J. Eby
2004-03-25
1
-0/+14
*
fix name in setacl method doc string
Piers Lauder
2004-03-25
1
-1/+1
*
Enable the profiling of C functions (builtins and extensions)
Nicholas Bastin
2004-03-24
4
-3/+50
*
Add test case for unicode(somestring, "idna").
Martin v. Löwis
2004-03-24
1
-1/+6
*
Replace sequential split/join calls on strings with a single replace call.
Brett Cannon
2004-03-23
2
-11/+5
*
Convert input to a string object. Fixes #909230.
Martin v. Löwis
2004-03-23
1
-0/+1
*
Replace code in urllib for basejoin (undocumented) with urlparse.urljoin .
Brett Cannon
2004-03-23
1
-59/+2
*
Add runctx to __all__.
Guido van Rossum
2004-03-23
1
-1/+1
*
Added command line options for profile.py - one for stats output file
Nicholas Bastin
2004-03-23
1
-13/+27
*
Basic dependency checking. setup() has two new optional arguments
Anthony Baxter
2004-03-22
5
-3/+144
*
Patch #911176: Move test function into __main__
Martin v. Löwis
2004-03-22
1
-12/+12
*
Added global runctx function to profile to fix SF Bug #716587
Nicholas Bastin
2004-03-22
3
-6/+37
*
The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in
Armin Rigo
2004-03-22
1
-0/+23
*
Fix (really) for tight loop line events
Nicholas Bastin
2004-03-22
1
-1/+2
*
Test for tight loop line event fix, SF bug #765624
Nicholas Bastin
2004-03-22
1
-0/+25
*
Test for lack of implicit return line event
Nicholas Bastin
2004-03-22
1
-9/+27
*
New parser. Next up, making the current parser use this parser
Anthony Baxter
2004-03-22
1
-0/+362
*
SF bug 847019 datetime.datetime initialization needs more strict checking
Tim Peters
2004-03-21
1
-0/+20
*
Change parse_qsl() to accept control-name's with no equal sign (e.g., "name")
Brett Cannon
2004-03-21
1
-1/+5
*
Normalized files in test_unicode_file to eliminate failure on OSX
Nicholas Bastin
2004-03-21
1
-9/+29
*
[Part of patch #909005] Added map parameter for file_dispatcher and dispatche...
Andrew M. Kuchling
2004-03-21
1
-4/+4
*
[Part of patch #909005] Repeating exception changed from 'raise socket.error,...
Andrew M. Kuchling
2004-03-21
1
-5/+5
*
[Part of patch #909005] Remove Mac code for writable
Andrew M. Kuchling
2004-03-21
1
-8/+2
*
[Part of patch #909005] Set initial poll flags
Andrew M. Kuchling
2004-03-21
1
-2/+2
*
[Part of patch #909005] Use True/False
Andrew M. Kuchling
2004-03-21
1
-13/+13
*
[Patch #900071] Be case-insensitive when removing 'usage:' string
Andrew M. Kuchling
2004-03-21
1
-1/+1
*
[Part of patch #909005] Handle POLLPRI flag, and various errors cases. Fixes...
Andrew M. Kuchling
2004-03-21
1
-1/+3
*
SF bug 917108: warnings.py does not define _test().
Tim Peters
2004-03-21
1
-8/+3
*
Patch #853488: Add hlist entry_configure and entry_cget methods.
Martin v. Löwis
2004-03-21
1
-0/+11
*
Remove unused instance attributes.
Neil Schemenauer
2004-03-21
1
-2/+0
[prev]
[next]