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
*
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
*
Inline PyImport_GetModulesReloading().
Collin Winter
2007-03-13
1
-11/+8
*
Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters
Georg Brandl
2007-03-13
3
-4/+22
*
Patch #1194449: correctly detect unbound methods in pydoc.
Georg Brandl
2007-03-13
1
-2/+2
*
Patch #957650: "%var%" environment variable references are now properly
Georg Brandl
2007-03-13
4
-22/+64
*
Patch #1429539: pdb now correctly initializes the __main__ module for
Georg Brandl
2007-03-13
2
-9/+20
*
NEWS entry for getstatus() deprecation.
Georg Brandl
2007-03-13
1
-0/+2
*
Deprecate commands.getstatus().
Georg Brandl
2007-03-13
2
-0/+6
*
Patch #1393667: pdb now has a "run" command which restarts the debugged
Georg Brandl
2007-03-13
4
-3/+49
*
Add versionadded marker for ctypes.c_bool.
Thomas Heller
2007-03-13
1
-0/+1
*
Patch #1444529: the builtin compile() now accepts keyword arguments.
Georg Brandl
2007-03-13
4
-9/+23
*
Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl.
Thomas Heller
2007-03-13
10
-50/+656
*
Patch #1530482: add pydoc.render_doc() which returns the documentation
Georg Brandl
2007-03-13
2
-22/+29
*
Patch #1533909: the timeit module now accepts callables in addition to
Georg Brandl
2007-03-13
4
-11/+83
*
Fix a tab.
Georg Brandl
2007-03-13
1
-2/+2
*
Acks for recent patches.
Georg Brandl
2007-03-13
1
-0/+3
*
Add acks for recent patch checkins:
Collin Winter
2007-03-13
1
-0/+6
*
Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter
Georg Brandl
2007-03-13
5
-9/+37
*
Patch #1605192: list allowed states in error messages for imaplib.
Georg Brandl
2007-03-13
1
-4/+8
*
Patch #1581073: add a flag to textwrap that prevents the dropping of
Georg Brandl
2007-03-13
4
-4/+26
*
Patch #1603688: ConfigParser.SafeConfigParser now checks values that
Georg Brandl
2007-03-13
3
-2/+27
*
Quick fix for tests that fail on systems with an encoding other
Lars Gustäbel
2007-03-13
1
-6/+7
[next]