summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringI...Antoine Pitrou2009-10-243-6/+17
* Acknowledge Ned Deily (extensive bug hunting and testing on OS X)Mark Dickinson2009-10-241-0/+1
* Fix markup.Georg Brandl2009-10-241-1/+1
* Improve some docstrings in the 'warnings' module.Neil Schemenauer2009-10-231-1/+13
* Issue #7194: test_thread could try to release an unacquired mutex (and fail).Antoine Pitrou2009-10-231-1/+4
* add further note about what's passed to optionxformFred Drake2009-10-231-0/+3
* Fix Windows buildbot failureAntoine Pitrou2009-10-231-3/+2
* #7188: fix optionxform() docs.Georg Brandl2009-10-231-6/+14
* Per the discussion in issue6882, backport the try/finally work that was done ...Eric Smith2009-10-221-11/+40
* Make printout margin important.Georg Brandl2009-10-221-1/+1
* Add proper references.Georg Brandl2009-10-221-6/+5
* #6977: getopt does not support optional option arguments.Georg Brandl2009-10-221-11/+12
* #7156: document curses as Unix-only.Georg Brandl2009-10-221-1/+1
* #7035: improve docs of the various <method>_errors() functions, and give them...Georg Brandl2009-10-222-20/+42
* Reorder __slots__ fine print and add a clarification.Georg Brandl2009-10-221-4/+4
* #7088: document new functions in signal as Unix-only.Georg Brandl2009-10-221-8/+9
* #6324: membership test tries iteration via __iter__.Georg Brandl2009-10-222-5/+16
* Use "impl-detail" directive where applicable.Georg Brandl2009-10-2213-84/+114
* Fix stylesheet for multi-paragraph impl-details.Georg Brandl2009-10-221-2/+6
* Allow short form with text as argument.Georg Brandl2009-10-221-0/+3
* Document new directive.Georg Brandl2009-10-221-0/+18
* Make it more robust.Georg Brandl2009-10-221-1/+7
* Add a new directive marking up implementation details and start using it.Georg Brandl2009-10-223-4/+39
* Fix duplicate target.Georg Brandl2009-10-221-1/+1
* Fix markup.Georg Brandl2009-10-221-1/+1
* Revert unintended change.Georg Brandl2009-10-221-1/+1
* Fix punctuation.Georg Brandl2009-10-224-6/+6
* rewrite for style, clarify, and commentsBenjamin Peterson2009-10-221-12/+15
* rewrite to be nice to other implementationsBenjamin Peterson2009-10-221-2/+2
* whitespaceBenjamin Peterson2009-10-221-1/+1
* Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.Vinay Sajip2009-10-212-0/+12
* #7170: fix explanation about non-weakrefable builtin types.Georg Brandl2009-10-211-0/+4
* Test wouldn't work in debug mode.Antoine Pitrou2009-10-201-0/+1
* clarify buffer arg #7178Benjamin Peterson2009-10-201-2/+2
* Issue #1722344: threading._shutdown() is now called in Py_Finalize(), whichAntoine Pitrou2009-10-205-29/+59
* Issue #7099: Decimal.is_normal should return True for all nonzeroMark Dickinson2009-10-203-13/+16
* use property apiBenjamin Peterson2009-10-201-1/+1
* NEWS entry for r75531.Antoine Pitrou2009-10-191-0/+3
* Issue #5833: Fix extra space character in readline completion with theAntoine Pitrou2009-10-191-3/+4
* Issue #7133: SSL objects now support the new buffer API.Antoine Pitrou2009-10-193-25/+33
* Clarify error report message, and don't recommend running in verboseR. David Murray2009-10-191-1/+3
* Eliminate warning message that looks like an error message. When it wasR. David Murray2009-10-191-2/+0
* Only run test_curses when sys.__stdout__ is a tty. This eliminates theR. David Murray2009-10-191-0/+2
* Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note tha...Eric Smith2009-10-192-0/+27
* Removed calls to PyFloat_AsReprString.Eric Smith2009-10-191-42/+63
* Issue #7151: regrtest would generate a JSON failure if there was outputR. David Murray2009-10-182-13/+19
* Add a comment about unreachable code, and fix a typoAntoine Pitrou2009-10-181-1/+3
* Add a test for same-thread asynchronous exceptions (see #1779233).Antoine Pitrou2009-10-181-0/+19
* Restore sys.path in test_tkNick Coghlan2009-10-181-4/+4
* Silence a deprecation warning by using the appropriate replacement constructNick Coghlan2009-10-181-1/+3