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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #1462488: prevent a segfault in object_reduce_ex() by splitting
Žiga Seilnacht
2007-03-15
1
-0/+3
*
Patch #1681153: the wave module now closes a file object it opened if
Georg Brandl
2007-03-15
1
-0/+3
*
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
1
-1/+2
*
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
1
-0/+2
*
Patch #1680015: Don't modify __slots__ tuple if it contains an unicode
Žiga Seilnacht
2007-03-14
1
-0/+3
*
Bug #767111: fix long-standing bug in urllib which caused an
Georg Brandl
2007-03-14
1
-0/+4
*
Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters
Georg Brandl
2007-03-13
1
-0/+5
*
Patch #957650: "%var%" environment variable references are now properly
Georg Brandl
2007-03-13
1
-0/+4
*
Patch #1429539: pdb now correctly initializes the __main__ module for
Georg Brandl
2007-03-13
1
-0/+4
*
NEWS entry for getstatus() deprecation.
Georg Brandl
2007-03-13
1
-0/+2
*
Patch #1393667: pdb now has a "run" command which restarts the debugged
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1444529: the builtin compile() now accepts keyword arguments.
Georg Brandl
2007-03-13
1
-0/+2
*
Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl.
Thomas Heller
2007-03-13
1
-0/+2
*
Patch #1530482: add pydoc.render_doc() which returns the documentation
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1533909: the timeit module now accepts callables in addition to
Georg Brandl
2007-03-13
2
-0/+5
*
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
2
-0/+5
*
Patch #1581073: add a flag to textwrap that prevents the dropping of
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1603688: ConfigParser.SafeConfigParser now checks values that
Georg Brandl
2007-03-13
1
-0/+4
*
Bug #1622896: fix a rare corner case where the bz2 module raised an
Georg Brandl
2007-03-13
1
-0/+3
*
This is the implementation of POSIX.1-2001 (pax) format read/write
Lars Gustäbel
2007-03-13
1
-0/+3
*
Patch #1449244: Support Unicode strings in
Martin v. Löwis
2007-03-13
1
-0/+3
*
Patch #1569798: fix a bug in distutils when building Python from a
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1555098: use str.join() instead of repeated string
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1635454: the csv.DictWriter class now includes the offending
Georg Brandl
2007-03-13
1
-0/+4
*
Patch #1668100: urllib2 now correctly raises URLError instead of
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1679379: add documentation for fnmatch.translate().
Georg Brandl
2007-03-13
1
-0/+2
*
Add some other acks for recent checkins:
Neal Norwitz
2007-03-13
1
-0/+3
*
Add Jerry Seutter for a bunch of his recent patches refactoring tests
Neal Norwitz
2007-03-13
1
-0/+1
*
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...
Collin Winter
2007-03-12
1
-0/+3
*
Bug #1678647: write a newline after printing an exception in any
Georg Brandl
2007-03-12
1
-0/+3
*
Backport from Py3k branch:
Georg Brandl
2007-03-12
1
-0/+4
*
Patch #1677862: Require a space or tab after import in .pth files.
Martin v. Löwis
2007-03-12
1
-0/+2
*
Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.
Martin v. Löwis
2007-03-12
1
-0/+2
*
Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...
Collin Winter
2007-03-11
1
-0/+3
*
Patch #1675981: remove unreachable code from type.__new__() method.
Žiga Seilnacht
2007-03-11
1
-0/+2
*
Patch #1599845: Add an option to disable the implicit calls to server_bind() ...
Collin Winter
2007-03-10
1
-0/+4
*
Add proper attribution for a bug fix.
Collin Winter
2007-03-10
1
-1/+2
*
Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...
Collin Winter
2007-03-10
1
-0/+3
*
Bug #1651235: When a tuple was passed to a ctypes function call,
Thomas Heller
2007-03-09
1
-0/+3
*
Patch #1491866: change the complex() constructor to allow parthensized forms....
Collin Winter
2007-03-09
1
-0/+4
*
Add Ziga Seilnacht.
Martin v. Löwis
2007-03-09
1
-0/+4
*
Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0)
Thomas Heller
2007-03-09
1
-0/+3
*
Bug #1629566: clarify the docs on the return values of parsedate() and parsed...
Collin Winter
2007-03-09
1
-0/+3
*
Patch #957003: Implement smtplib.LMTP.
Martin v. Löwis
2007-03-09
1
-0/+2
*
Add NEWS item for patch #1481079 (r54234).
Collin Winter
2007-03-09
1
-0/+2
[next]