| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #5437: A preallocated MemoryError instance should not hold traceback | Antoine Pitrou | 2010-10-28 | 1 | -0/+3 |
|
|
* | #10218: return timeout status from Condition.wait, mirroring other primitives... | Georg Brandl | 2010-10-28 | 1 | -0/+2 |
|
|
* | #7351: add more consistent exception name alias. | Georg Brandl | 2010-10-28 | 1 | -0/+3 |
|
|
* | Issue #8852: Allow the socket module to build on OpenSolaris. | Antoine Pitrou | 2010-10-27 | 1 | -0/+2 |
|
|
* | Add David. | Georg Brandl | 2010-10-27 | 1 | -0/+3 |
|
|
* | Issue #5027: The standard `xml` namespace is now understood by | Antoine Pitrou | 2010-10-27 | 2 | -0/+5 |
|
|
* | #5975: add unix_dialect to csv module. | Georg Brandl | 2010-10-27 | 1 | -1/+3 |
|
|
* | #7761: fix telnetlib.interact failures on Windows. | R. David Murray | 2010-10-26 | 1 | -0/+2 |
|
|
* | logging: Added style option to Formatter to allow %, {} or himBHformatting. | Vinay Sajip | 2010-10-25 | 1 | -0/+2 |
|
|
* | Issue #10143: Update "os.pathconf" values | Jesus Cea | 2010-10-25 | 1 | -1/+3 |
|
|
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 1 | -1/+1 |
|
|
* | Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) | Nick Coghlan | 2010-10-24 | 1 | -0/+3 |
|
|
* | remove broken code accounting an offset the size of the line #10186 | Benjamin Peterson | 2010-10-24 | 1 | -0/+3 |
|
|
* | #1349106: add linesep argument to generator.flatten and header.encode. | R. David Murray | 2010-10-23 | 1 | -0/+3 |
|
|
* | #6518: enable context manager protocol for ossaudiodev types. | Georg Brandl | 2010-10-23 | 1 | -0/+2 |
|
|
* | Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error | Victor Stinner | 2010-10-23 | 1 | -0/+5 |
|
|
* | Revert r85797 (and r85798): it broke the Windows buildbots because of | Antoine Pitrou | 2010-10-22 | 1 | -2/+0 |
|
|
* | Issue #9935: Speed up pickling of instances of user-defined classes. | Antoine Pitrou | 2010-10-22 | 1 | -0/+2 |
|
|
* | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` | Antoine Pitrou | 2010-10-22 | 1 | -0/+5 |
|
|
* | #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add ... | Georg Brandl | 2010-10-22 | 1 | -0/+2 |
|
|
* | Fix #10162: Add try/except around _winreg.OpenKey for keys that are | Brian Curtin | 2010-10-21 | 1 | -0/+3 |
|
|
* | Issue #10089: Add support for arbitrary -X options on the command-line. | Antoine Pitrou | 2010-10-21 | 1 | -0/+3 |
|
|
* | #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newli... | Georg Brandl | 2010-10-21 | 1 | -3/+4 |
|
|
* | Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of | Victor Stinner | 2010-10-20 | 1 | -0/+6 |
|
|
* | logging: Made StreamHandler terminator configurable. | Vinay Sajip | 2010-10-20 | 1 | -0/+2 |
|
|
* | Fix for issue #7473. | Ronald Oussoren | 2010-10-20 | 1 | -0/+3 |
|
|
* | logging: Allowed filters to be just callables. | Vinay Sajip | 2010-10-19 | 1 | -0/+2 |
|
|
* | logging: Added tests for _logRecordClass changes. | Vinay Sajip | 2010-10-19 | 1 | -0/+2 |
|
|
* | #10092: Properly reset locale in Locale*Calendar classes. The context manage... | Georg Brandl | 2010-10-19 | 1 | -0/+2 |
|
|
* | logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to incre... | Vinay Sajip | 2010-10-19 | 1 | -0/+3 |
|
|
* | One more change for issue 9807, by Matthias Klose. | Barry Warsaw | 2010-10-18 | 2 | -2/+3 |
|
|
* | Issue #10117: Tools/scripts/reindent.py now accepts source files that | Alexander Belopolsky | 2010-10-18 | 1 | -0/+4 |
|
|
* | Issue #5117: Case normalization was needed on ntpath.relpath(). And | Hirokazu Yamamoto | 2010-10-18 | 1 | -0/+4 |
|
|
* | #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY. | R. David Murray | 2010-10-18 | 1 | -0/+2 |
|
|
* | #1343: Add short_empty_elements option to XMLGenerator. | R. David Murray | 2010-10-17 | 1 | -0/+3 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -0/+6 |
|
|
* | Remove the external non-python.org hyperlink and point people to | Gregory P. Smith | 2010-10-17 | 1 | -2/+1 |
|
|
* | Drop OPT:Olimit, as it confuses SunPRO (and other compilers). | Martin v. Löwis | 2010-10-17 | 1 | -0/+2 |
|
|
* | The py_decref macro was incorrect and unnecessary. | Gregory P. Smith | 2010-10-17 | 1 | -10/+0 |
|
|
* | * Applys part of the patch from http://bugs.python.org/issue3631 to add | Gregory P. Smith | 2010-10-17 | 1 | -8/+21 |
|
|
* | - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension. | Matthias Klose | 2010-10-17 | 1 | -0/+2 |
|
|
* | Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add a | Victor Stinner | 2010-10-16 | 1 | -0/+6 |
|
|
* | Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects | Victor Stinner | 2010-10-16 | 1 | -1/+5 |
|
|
* | Fix incorrect maintainer name | Brian Quinlan | 2010-10-16 | 1 | -1/+1 |
|
|
* | Add bquinlan as the maintainer of concurrent.futures | Brian Quinlan | 2010-10-16 | 1 | -0/+1 |
|
|
* | don't identify the toplevel namespace by name #9997 | Benjamin Peterson | 2010-10-16 | 1 | -0/+3 |
|
|
* | Add NEWS for issue 9807 part 1. | Barry Warsaw | 2010-10-16 | 1 | -0/+3 |
|
|
* | First (uncontroversial) part of issue 9807. | Barry Warsaw | 2010-10-16 | 1 | -1/+4 |
|
|
* | #9862: On AIX PIPE_BUF is broken. Make it 512. | R. David Murray | 2010-10-15 | 1 | -0/+3 |
|
|
* | #6098: Refrain from claiming DOM level 3 conformance in minidom. | Georg Brandl | 2010-10-15 | 1 | -0/+2 |
|
|