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
*
Bug #1675967: re patterns pickled with older Python versions can
Žiga Seilnacht
2007-03-21
3
-1/+13
*
Minor clarification, saying that blocking means no timeout (from bug #882297)
Facundo Batista
2007-03-21
1
-1/+1
*
Put code examples at left margin instead of indenting them
Andrew M. Kuchling
2007-03-21
1
-19/+19
*
Fix sentence, and fix typo in example
Andrew M. Kuchling
2007-03-21
1
-2/+3
*
Add comments on maintenance of this file
Andrew M. Kuchling
2007-03-21
1
-0/+40
*
Fix #1684254: split BROWSER contents with shlex to avoid displaying 'URL'.
Georg Brandl
2007-03-21
1
-1/+6
*
Patch #1684834: document some utility C API functions.
Georg Brandl
2007-03-21
1
-0/+91
*
New test for rev. 54407 which only uses directories under TESTFN.
Georg Brandl
2007-03-21
4
-32/+70
*
Patch #1682205: a TypeError while unpacking an iterable is no longer
Georg Brandl
2007-03-21
3
-6/+7
*
Remove unused file spotted by Paul Hankin
Neal Norwitz
2007-03-21
2
-27/+2
*
Fix for glob.py if filesystem encoding is None.
Georg Brandl
2007-03-20
1
-1/+2
*
Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call...
Raymond Hettinger
2007-03-20
4
-3/+42
*
Try to get test_urllib to pass on Windows by closing the file.
Neal Norwitz
2007-03-20
1
-2/+4
*
Try to be a little more resilient to errors. This might help the test
Neal Norwitz
2007-03-20
1
-2/+2
*
Try to make this test more resistant to dropping from previous runs (ie, file...
Neal Norwitz
2007-03-20
1
-0/+1
*
Try to make this test more resistant to dropping from previous runs (ie, file...
Neal Norwitz
2007-03-20
1
-0/+3
*
Try backing out 54407 to see if it corrects the problems on the Windows
Neal Norwitz
2007-03-20
4
-57/+19
*
Get rid of deprecation warning when testing commands.getstatus()
Neal Norwitz
2007-03-20
1
-0/+4
*
Add a comment about 3k migration
Neal Norwitz
2007-03-20
1
-0/+3
*
Add some doc that was left out from some change to platform.py
Neal Norwitz
2007-03-20
1
-0/+17
*
Patch #1683328: fixes and enhancements for "unparse" demo.
Georg Brandl
2007-03-19
1
-51/+50
*
Patch #1630118: add a SpooledTemporaryFile class to tempfile.
Collin Winter
2007-03-19
5
-1/+237
*
Patch #1678339: test case for bug in difflib.
Georg Brandl
2007-03-18
1
-3/+34
*
Patch #1682878: the new socket methods are recv_into and recvfrom_into, not *...
Georg Brandl
2007-03-18
2
-2/+4
*
move note to the correct section
Gregory P. Smith
2007-03-17
1
-3/+3
*
Patch #1675423: PyComplex_AsCComplex() now tries to convert an object
Georg Brandl
2007-03-17
5
-56/+264
*
Patch 1339796: add a relpath() function to os.path.
Collin Winter
2007-03-16
7
-3/+77
*
Remove test/output/test_popen2 (missed in r54417).
Collin Winter
2007-03-16
1
-9/+0
*
Patch #1676994: Refactor test_popen2 to use unittest.
Collin Winter
2007-03-16
2
-110/+82
*
Clean up formatting of this file.
Jeremy Hylton
2007-03-16
1
-2029/+2048
*
Remove warning: funcion declaration isn't a prototype
Jeremy Hylton
2007-03-16
1
-2/+1
*
Whitespace cleanup. Also remove the empty lines
Žiga Seilnacht
2007-03-16
1
-41/+38
*
Patch #1623563: allow __class__ assignment for classes with __slots__.
Žiga Seilnacht
2007-03-16
5
-4/+84
*
RFE #1670167: fix in isinstance() docs.
Georg Brandl
2007-03-16
1
-2/+3
*
Add \versionadded tag.
Georg Brandl
2007-03-16
1
-0/+2
*
Patch #1273829: os.walk() now has a "followlinks" parameter. If set to
Georg Brandl
2007-03-16
4
-19/+57
*
Bug #1681228: the webbrowser module now correctly uses the default
Georg Brandl
2007-03-16
2
-18/+31
*
Patch #1642547: Fix an error/crash when encountering syntax errors in complex...
Collin Winter
2007-03-16
3
-14/+79
*
Patch #1462488: prevent a segfault in object_reduce_ex() by splitting
Žiga Seilnacht
2007-03-15
3
-14/+82
*
Patch #1681153: the wave module now closes a file object it opened if
Georg Brandl
2007-03-15
2
-2/+15
*
Patch #1680978: consistently use "alive" instead of "active" in the
Georg Brandl
2007-03-15
1
-24/+20
*
Wrap a long line and fix a typo (is -> if)
Neal Norwitz
2007-03-15
1
-3/+3
*
Raise ResourceDenied in test_urllib2net when the Net connection goes bad.
Brett Cannon
2007-03-14
2
-2/+4
*
Note how test_socket_ssl has various exceptions that deal with a flaky Net
Brett Cannon
2007-03-14
1
-0/+2
*
Patch #1559413: Fix test_cmd_line if sys.executable contains a space.
Martin v. Löwis
2007-03-14
2
-1/+3
*
Patch #1680015: Don't modify __slots__ tuple if it contains an unicode
Žiga Seilnacht
2007-03-14
3
-16/+46
*
Bug #767111: fix long-standing bug in urllib which caused an
Georg Brandl
2007-03-14
3
-0/+21
*
Its time to stop listing (Unix, Windows) when we really mean "everything but ...
Gregory P. Smith
2007-03-14
3
-3/+0
*
correct order and names of the less often used keyword parameters.
Gregory P. Smith
2007-03-14
1
-4/+4
*
SF bug #1582282; decode_header() incorrectly splits not-conformant RFC
Barry Warsaw
2007-03-14
3
-1/+26
[next]