summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed finally state in distutils.test_utilTarek Ziadé2009-10-241-1/+1
|
* Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecodeTarek Ziadé2009-10-248-5/+67
|
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-243-0/+24
| | | | | Add sys.float_repr_style attribute ('short' if short float repr is in used; 'legacy' otherwise).
* 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 ↵Tarek Ziadé2009-10-243-5/+25
| | | | the cwd
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-248-11/+529
| | | | | | | | | - add double endianness detection to configure script - add configure-time check to see whether we can use inline assembly to get and set x87 control word in configure script - add functions to get and set x87 control word in Python/pymath.c - add pyport.h logic to determine whether it's safe to use the short float repr or not
* 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
| | | | arbitrary keywords
* Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and ↵Antoine Pitrou2009-10-245-18/+415
| | | | io.StringIO picklable.
* 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
| | | | | | | Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile.
* Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of ↵Antoine Pitrou2009-10-243-6/+17
| | | | io.StringIO and io.BytesIO
* 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
| | | | to the py3k version (mostly in r59477, I think).
* 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 ↵Georg Brandl2009-10-222-20/+42
| | | | them docstrings.
* 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
| | | | Also, use the hasattr() like scheme of allowing BaseException exceptions through.
* 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
| | | | We probably need a function in test_support to handle this.
* 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
| | | | | fixes the problem of some exceptions being thrown at shutdown when the interpreter is killed. Patch by Adam Olsen.
* Issue #7099: Decimal.is_normal should return True for all nonzeroMark Dickinson2009-10-203-13/+16
| | | | finite non-subnormal values, even those with exponent > Emax.
* use property apiBenjamin Peterson2009-10-201-1/+1
|
* NEWS entry for r75531.Antoine Pitrou2009-10-191-0/+3
|