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
...
*
Backport: Patch #1117398: fix cookielib LoadError
Neal Norwitz
2005-12-23
4
-10/+36
*
Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'
Hye-Shik Chang
2005-12-17
1
-10/+14
*
Patch #1360443: Make SimpleHTTPServer display unencoded directory names.
Georg Brandl
2005-12-16
1
-2/+3
*
Bug #1378455: a problem of urllib using open_local_file (backport)
Georg Brandl
2005-12-15
1
-0/+2
*
fix recurring typo: occured --> occurred
Fred Drake
2005-11-30
4
-4/+4
*
fix indentation; this could not have passed
Fred Drake
2005-11-30
1
-3/+3
*
backport: bug #1365984, urllib and data: URLs^^
Georg Brandl
2005-11-26
1
-2/+5
*
Bug #698706: imaplib parsing INTERNALDATE backport
Georg Brandl
2005-11-26
1
-1/+1
*
Backport checkin:
Walter Dörwald
2005-11-25
1
-2/+12
*
Backport of patch #1314396: prevent threading.Thread.join() from blocking if a
Brett Cannon
2005-11-23
1
-16/+18
*
[Patch #1094164] replaceChild(x,x) ends up removing x from the tree. Add fix...
Andrew M. Kuchling
2005-11-22
2
-2/+13
*
[Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu...
Andrew M. Kuchling
2005-11-22
1
-0/+2
*
Backport r41489:
Walter Dörwald
2005-11-21
1
-1/+1
*
Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for repor...
Vinay Sajip
2005-11-09
1
-1/+1
*
Backport (with output/test_poll):
Neal Norwitz
2005-11-03
2
-0/+22
*
Backport:
Neal Norwitz
2005-11-02
1
-1/+1
*
Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...
Vinay Sajip
2005-10-31
1
-0/+12
*
Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...
Vinay Sajip
2005-10-31
1
-0/+2
*
Backport:
Neal Norwitz
2005-10-28
2
-5/+30
*
One-off "No handlers..." error message only raised if raiseExceptions is set.
Vinay Sajip
2005-10-23
1
-1/+1
*
Backport: SF bug #1167751: fix incorrect code being for generator expressions.
Neal Norwitz
2005-10-23
1
-0/+12
*
Don't use a string exception since it's deprecated
Neal Norwitz
2005-10-21
1
-1/+1
*
Backport:
Neal Norwitz
2005-10-20
2
-1/+50
*
Get BSD DB working most for version 3.2
Neal Norwitz
2005-10-20
1
-0/+2
*
Teach unquote() to handle unicode inputs
Raymond Hettinger
2005-10-15
2
-0/+6
*
Optimised Placeholders handling of child loggers by using a dict rather than ...
Vinay Sajip
2005-10-14
1
-4/+8
*
Added Host and Content-type headers to requests sent by HTTPHandler (suggeste...
Vinay Sajip
2005-10-11
1
-1/+10
*
Fix unit test failure -- the output received from Python can be empty,
Guido van Rossum
2005-10-08
1
-1/+1
*
Fixed bug where the logging message was wrongly being demoted from Unicode to...
Vinay Sajip
2005-10-07
1
-6/+8
*
SF #1313496: bisect C replacement doesn't accept named args
Raymond Hettinger
2005-10-05
1
-0/+10
*
Backport:
Neal Norwitz
2005-10-03
1
-0/+50
*
file test_cmd_line.py was added on branch release24-maint on 2005-10-03 01:03...
Neal Norwitz
2005-10-03
1
-50/+0
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
2005-10-03
1
-0/+50
*
backport bug [ 729103 ] Cannot retrieve name of super object
Georg Brandl
2005-10-01
1
-3/+3
*
- Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1,
Neal Norwitz
2005-09-30
1
-0/+9
*
backport patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes f...
Georg Brandl
2005-09-29
1
-1/+1
*
backport bug [ 1296004 ] MemoryError in httplib
Georg Brandl
2005-09-29
1
-4/+7
*
2.4.2 release stuff
Anthony Baxter
2005-09-28
2
-1/+6
*
Backport (with Anthony's blessing (in fact he reminded me to do it :)):
Michael W. Hudson
2005-09-26
1
-0/+7
*
Changed header to match the HEAD version:
Peter Astrand
2005-09-23
1
-20/+4
*
Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2).
Guido van Rossum
2005-09-22
1
-2/+2
*
(backport) test and fix for buggy handling of exceptions raised by C
Armin Rigo
2005-09-20
2
-3/+22
*
backport:
Anthony Baxter
2005-09-20
1
-0/+7
*
pre-release machinations
Anthony Baxter
2005-09-20
2
-3/+3
*
- Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE
Matthias Klose
2005-09-20
1
-1/+3
*
Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
Georg Brandl
2005-09-18
2
-0/+6
*
Patch #1268314: Cache lines in StreamReader.readlines for performance.
Martin v. Löwis
2005-09-18
1
-0/+37
*
Test case for latest complexobject fix.
Georg Brandl
2005-09-17
1
-0/+2
*
Misc. backported changes
Vinay Sajip
2005-09-16
2
-6/+15
*
Sync-up with head except for 1.72 which is Py2.5 specific.
Raymond Hettinger
2005-09-15
1
-10/+10
[prev]
[next]