| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10333: Remove ancient GC API, which has been deprecated since | Antoine Pitrou | 2011-01-04 | 1 | -0/+6 |
|
|
* | news for 6643 | Gregory P. Smith | 2011-01-03 | 1 | -0/+3 |
|
|
* | Issue #6293: Have regrtest.py echo back sys.flags. This is done by default | Antoine Pitrou | 2011-01-03 | 1 | -0/+7 |
|
|
* | Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in | Antoine Pitrou | 2011-01-03 | 2 | -0/+4 |
|
|
* | Issue #10806, issue #9905: Fix subprocess pipes when some of the standard | Antoine Pitrou | 2011-01-03 | 1 | -0/+4 |
|
|
* | Enable unittest.TestCase to be instantiated without providing a method name. | Michael Foord | 2011-01-03 | 1 | -0/+3 |
|
|
* | Issue 10502: addition of unittestgui to Tools/ | Michael Foord | 2011-01-03 | 1 | -0/+4 |
|
|
* | test_tkinter: use a context manager to close directly the pipe | Victor Stinner | 2011-01-03 | 1 | -0/+1 |
|
|
* | #8278: In the Windows implementation of stat() and utime(), | Amaury Forgeot d'Arc | 2011-01-03 | 1 | -0/+3 |
|
|
* | Issue #10798: Reject supporting concurrent.futures if the system has | Martin v. Löwis | 2011-01-03 | 1 | -0/+3 |
|
|
* | Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from | Victor Stinner | 2011-01-02 | 1 | -0/+3 |
|
|
* | Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD | Antoine Pitrou | 2011-01-02 | 2 | -0/+4 |
|
|
* | #10801: In zipfile, support different encodings for the header and the filena... | Georg Brandl | 2011-01-01 | 1 | -0/+3 |
|
|
* | Fix issue references. | Georg Brandl | 2011-01-01 | 1 | -9/+9 |
|
|
* | Issue 6285: add NEWS entry for 3.2. | Terry Reedy | 2011-01-01 | 1 | -0/+3 |
|
|
* | Typo. | Raymond Hettinger | 2010-12-31 | 1 | -1/+1 |
|
|
* | Fix OrderedDict.setdefault() to work for subclasses that define __missing__(). | Raymond Hettinger | 2010-12-31 | 1 | -0/+3 |
|
|
* | Remove mentions of the Demo directory. | Georg Brandl | 2010-12-30 | 1 | -0/+7 |
|
|
* | Issue 10786: unittest.TextTestRunner default stream no longer bound at import... | Michael Foord | 2010-12-30 | 1 | -0/+4 |
|
|
* | Minor clarification | Terry Reedy | 2010-12-29 | 1 | -2/+2 |
|
|
* | Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. | Senthil Kumaran | 2010-12-29 | 1 | -0/+5 |
|
|
* | Issue #10783: rephrase the changelog (new try) | Victor Stinner | 2010-12-29 | 1 | -1/+1 |
|
|
* | Issue #10783: rephrase the changelog (NEWS, What's new) | Victor Stinner | 2010-12-28 | 1 | -2/+1 |
|
|
* | Issue 10738: Fix webbrowser.Opera.raise_opts value. | Terry Reedy | 2010-12-28 | 1 | -0/+2 |
|
|
* | #9824: encode , and ; in cookie values so that browsers don't split on them | R. David Murray | 2010-12-28 | 1 | -0/+3 |
|
|
* | Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric... | Georg Brandl | 2010-12-28 | 1 | -0/+2 |
|
|
* | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 1 | -0/+4 |
|
|
* | Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 | Victor Stinner | 2010-12-28 | 1 | -0/+3 |
|
|
* | Remove history; adapt a bit more to reST, since this will once be part of the... | Georg Brandl | 2010-12-28 | 1 | -160/+153 |
|
|
* | Add news entry and clarify another. | Georg Brandl | 2010-12-28 | 1 | -2/+4 |
|
|
* | #10768: fix ScrolledText widget construction, and make the example work from ... | Georg Brandl | 2010-12-28 | 1 | -0/+2 |
|
|
* | #10777: fix iteration over dict keys while mutating the dict. | Georg Brandl | 2010-12-28 | 1 | -0/+3 |
|
|
* | #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall... | Georg Brandl | 2010-12-28 | 1 | -0/+6 |
|
|
* | Issue #10780: PyErr_SetFromWindowsErrWithFilename() and | Victor Stinner | 2010-12-28 | 1 | -0/+4 |
|
|
* | Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem | Victor Stinner | 2010-12-27 | 1 | -0/+3 |
|
|
* | Issue #10626: test_logging now preserves logger disabled states. | Vinay Sajip | 2010-12-27 | 1 | -2/+4 |
|
|
* | Issue #10774: test_logging now removes temp files created during tests. | Vinay Sajip | 2010-12-27 | 1 | -0/+2 |
|
|
* | #5258/#10642: print fn, line, traceback and continue when .pth file is broken | R. David Murray | 2010-12-26 | 1 | -0/+4 |
|
|
* | revert 87478 | Terry Reedy | 2010-12-26 | 1 | -1/+1 |
|
|
* | Issue #10763: subprocess.communicate() closes stdout and stderr if both are | Victor Stinner | 2010-12-25 | 1 | -0/+3 |
|
|
* | #1693546: don't add quotes around RFC 2231 encoded values. | R. David Murray | 2010-12-24 | 1 | -0/+3 |
|
|
* | Match current tracker name, though I do not know if still active. | Terry Reedy | 2010-12-24 | 1 | -1/+1 |
|
|
* | Add news entry for 87471. | Raymond Hettinger | 2010-12-24 | 1 | -0/+2 |
|
|
* | #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz | R. David Murray | 2010-12-23 | 1 | -0/+3 |
|
|
* | #4871: check that zipfile password is bytes, and give useful error message. | R. David Murray | 2010-12-21 | 1 | -0/+3 |
|
|
* | Issue #10750: The `raw` attribute of buffered IO objects is now read-only. | Antoine Pitrou | 2010-12-21 | 1 | -0/+2 |
|
|
* | Deprecate assertDictContainsSubset() | Raymond Hettinger | 2010-12-21 | 1 | -0/+12 |
|
|
* | Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji... | Senthil Kumaran | 2010-12-19 | 1 | -0/+3 |
|
|
* | Bump to 3.2b2. | Georg Brandl | 2010-12-19 | 2 | -2/+2 |
|
|
* | #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevi... | Georg Brandl | 2010-12-19 | 2 | -0/+4 |
|
|