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
*
Backport checkin:
Walter Dörwald
2005-11-25
2
-3/+4
*
Backport checkin:
Walter Dörwald
2005-11-25
1
-2/+12
*
bug #1281408: make Py_BuildValue work with unsigned longs and long longs
Georg Brandl
2005-11-24
3
-5/+47
*
Backport of patch #1314396: prevent threading.Thread.join() from blocking if a
Brett Cannon
2005-11-23
2
-16/+22
*
Bug #1357604: os.makedirs handles UNC paths
Georg Brandl
2005-11-22
1
-3/+2
*
added example for the ** operator in function calls
Georg Brandl
2005-11-22
1
-0/+14
*
Patch #1255218: libmultifile.tex: tell what a decoration is
Georg Brandl
2005-11-22
1
-3/+3
*
Bug #869197: setgroups rejects long integer argument
Georg Brandl
2005-11-22
2
-6/+33
*
Bug #1359035: Doc: Uxxxxxxxx escapes are interpreted in raw unicode literals.
Georg Brandl
2005-11-22
1
-2/+3
*
Add a note to os.chown that permission constants can be combined
Georg Brandl
2005-11-22
1
-1/+2
*
[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
2
-2/+4
*
[Bug #449093] FloorDiv AST node type not listed
Andrew M. Kuchling
2005-11-22
1
-0/+4
*
Backport r41489:
Walter Dörwald
2005-11-21
1
-1/+1
*
Backport one of the ref/memory leaks
Neal Norwitz
2005-11-21
1
-0/+1
*
backport
Skip Montanaro
2005-11-17
1
-0/+1
*
backport
Skip Montanaro
2005-11-17
1
-0/+6
*
Backport r41462:
Walter Dörwald
2005-11-17
1
-1/+1
*
update busted comment
Fred Drake
2005-11-11
1
-1/+2
*
Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for repor...
Vinay Sajip
2005-11-09
1
-1/+1
*
Backport: SF Bug #1348477, regextest can't be pydoc'ed.
Neal Norwitz
2005-11-09
1
-1/+2
*
Backport:
Neal Norwitz
2005-11-09
2
-1/+8
*
Backport (with output/test_poll):
Neal Norwitz
2005-11-03
4
-0/+26
*
Make consistent with HEAD (some change was not backported)
Neal Norwitz
2005-11-03
1
-1/+1
*
Fix SF #1346026, doc typo
Neal Norwitz
2005-11-03
1
-1/+1
*
Add an import to a code fragment.
Brett Cannon
2005-11-02
1
-1/+2
*
Backport:
Neal Norwitz
2005-11-02
2
-1/+2
*
Backport (with cleanup): Bug #1344508, Fix UNIX mmap leaking file descriptors.
Neal Norwitz
2005-11-02
2
-0/+6
*
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
*
add missing "and"
Fred Drake
2005-10-30
1
-2/+3
*
SF Bug #1341934: Fix a representation of "\n" to use a proper tag.
Hye-Shik Chang
2005-10-30
1
-1/+1
*
Backport:
Neal Norwitz
2005-10-28
3
-5/+33
*
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
4
-8/+31
*
Don't use a string exception since it's deprecated
Neal Norwitz
2005-10-21
1
-1/+1
*
add missing word
Fred Drake
2005-10-20
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
*
Backport: SF bug #1331563 ] string_subscript doesn't check for failed PyMem_M...
Neal Norwitz
2005-10-20
1
-0/+2
*
Teach unquote() to handle unicode inputs
Raymond Hettinger
2005-10-15
3
-0/+9
*
Optimised Placeholders handling of child loggers by using a dict rather than ...
Vinay Sajip
2005-10-14
1
-4/+8
*
Backport: SF bug #1323739, C API doc for PySequence_Tuple duplicated
Neal Norwitz
2005-10-12
1
-9/+5
*
fix stupid typo
Fred Drake
2005-10-11
1
-1/+1
*
Added Host and Content-type headers to requests sent by HTTPHandler (suggeste...
Vinay Sajip
2005-10-11
1
-1/+10
*
Backport: SF bug #1323294, Minor error in the Library Reference doc.
Neal Norwitz
2005-10-11
1
-1/+2
*
backport Py_UNICODE clarification
Skip Montanaro
2005-10-10
1
-6/+16
*
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
3
-22/+38
[next]