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 #1685704: use -m switch in timeit docs.
Georg Brandl
2007-03-22
1
-1/+1
*
Bug #1675967: re patterns pickled with older Python versions can
Žiga Seilnacht
2007-03-21
3
-0/+15
*
Test and fix fromkeys optional argument.
Raymond Hettinger
2007-03-21
2
-2/+5
*
Add NEWS entry for old item
Andrew M. Kuchling
2007-03-21
1
-1/+4
*
Bug #1684254: webbrowser now uses shlex to split any command lines
Georg Brandl
2007-03-21
2
-1/+10
*
Patch #1684834: document some utility C API functions.
Georg Brandl
2007-03-21
1
-0/+91
*
Patch #1682205: a TypeError while unpacking an iterable is no longer
Georg Brandl
2007-03-21
3
-6/+7
*
Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() call...
Raymond Hettinger
2007-03-20
4
-5/+44
*
Add new example
Raymond Hettinger
2007-03-20
1
-0/+3
*
Backport docs for recv_into and recvfrom_into.
Georg Brandl
2007-03-18
2
-2/+24
*
move note to the correct section
Gregory P. Smith
2007-03-17
1
-3/+3
*
RFE #1670167: fix in isinstance() docs.
Georg Brandl
2007-03-16
1
-2/+3
*
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
*
Also commit the patch ;)
Georg Brandl
2007-03-15
1
-2/+12
*
Patch #1681153: the wave module now closes a file object it opened if
Georg Brandl
2007-03-15
1
-0/+3
*
Patch #1680978: consistently use "alive" instead of "active" in the
Georg Brandl
2007-03-15
1
-24/+20
*
Patch #1559413: Fix test_cmd_line if sys.executable contains a space.
Martin v. Löwis
2007-03-14
2
-1/+3
*
Document fixed bugs
Barry Warsaw
2007-03-14
1
-0/+5
*
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
*
doc update from HEAD. don't list "Unix, Windows" as a platform since that
Gregory P. Smith
2007-03-14
3
-3/+0
*
doc update from HEAD
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
*
Inline PyImport_GetModulesReloading(). Backport from r54368.
Collin Winter
2007-03-13
1
-10/+8
*
Patch #1194449: correctly detect unbound methods in pydoc.
Georg Brandl
2007-03-13
1
-2/+2
*
Bug #1622896: fix a rare corner case where the bz2 module raised an
Georg Brandl
2007-03-13
2
-10/+14
*
Patch #1449244: Support Unicode strings in
Martin v. Löwis
2007-03-13
3
-2/+14
*
Patch #1569798: fix a bug in distutils when building Python from a
Georg Brandl
2007-03-13
2
-2/+5
*
Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to
Georg Brandl
2007-03-13
2
-0/+6
*
Patch #1679379: add documentation for fnmatch.translate().
Georg Brandl
2007-03-13
2
-0/+33
*
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...
Collin Winter
2007-03-12
7
-2/+64
*
Typo fix.
Georg Brandl
2007-03-12
1
-1/+1
*
Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.
Martin v. Löwis
2007-03-12
3
-7/+13
*
Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the
Barry Warsaw
2007-03-12
3
-4/+17
*
Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m...
Collin Winter
2007-03-12
1
-1/+1
*
Fix resource leak reported in SF #1516995.
Vinay Sajip
2007-03-11
1
-0/+2
*
Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...
Collin Winter
2007-03-11
2
-2/+13
*
Patch #1675981: remove unreachable code from type.__new__() method.
Žiga Seilnacht
2007-03-11
2
-7/+7
*
Add missing "return" statements in exception handler.
Georg Brandl
2007-03-11
1
-0/+2
*
Convert an assert to a raise so it works even in the presence of -O.
Collin Winter
2007-03-10
1
-2/+4
*
Revert rev. 54198, it's not really backwards compatible.
Georg Brandl
2007-03-10
3
-20/+4
*
Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...
Collin Winter
2007-03-10
3
-0/+7
*
Merged revisions 54248 via svnmerge from
Thomas Heller
2007-03-09
3
-19/+15
*
Merged revisions 54244 via svnmerge from
Thomas Heller
2007-03-09
4
-5/+10
*
Fix SF #1676971, Complex OverflowError has a typo
Neal Norwitz
2007-03-09
1
-1/+1
*
Manual backport of r54233. This will help prevent spurious Buildbot failures
Brett Cannon
2007-03-09
2
-1/+10
*
SF #1637850: make_table in difflib did not work with unicode
Raymond Hettinger
2007-03-08
2
-5/+6
*
Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes...
Collin Winter
2007-03-08
1
-0/+3
*
SF 1676321: empty() returned wrong result
Raymond Hettinger
2007-03-08
2
-1/+3
[next]