summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Configure check for double rounding should take BASECFLAGS into accountMark Dickinson2009-10-242-9/+10
* Remove temporary define from r75653Mark Dickinson2009-10-241-2/+0
* #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the...Tarek Ziadé2009-10-243-5/+25
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-248-11/+529
* Fix compilation error in debug mode.Antoine Pitrou2009-10-241-3/+0
* Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept ...Antoine Pitrou2009-10-242-1/+8
* Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.String...Antoine Pitrou2009-10-245-18/+415
* Temporary define to avoid build failureMark Dickinson2009-10-241-0/+2
* Issue #7117: Prepare for backport of py3k float repr.Mark Dickinson2009-10-246-0/+2667
* 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