summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #7222: Make thread "reaping" more reliable so that referenceAntoine Pitrou2009-10-301-0/+6
* Remove mention of the old -X command line switch.Georg Brandl2009-10-291-2/+1
* Issue #7233: Fix Decimal.shift and Decimal.rotate methods forMark Dickinson2009-10-291-2/+4
* Issue #7233: A number of two-argument Decimal methods were failing toMark Dickinson2009-10-291-0/+3
* Issue #4750: Store the basename of the original filename inLars Gustäbel2009-10-291-0/+3
* Fixed #1180: Option to ignore ~/.pydistutils.cfg in DistutilsTarek Ziadé2009-10-271-0/+3
* Issue #7218: Fix test_site for win32Tarek Ziadé2009-10-271-0/+3
* Issue #7205: Fix a possible deadlock when using a BZ2File object from several...Antoine Pitrou2009-10-271-0/+3
* Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod inMark Dickinson2009-10-261-0/+3
* Finished removing _PyOS_double_to_string, as mentioned in issue 7117.Eric Smith2009-10-261-0/+4
* Issue #1087418: Small performance boost for bitwise operations on longs.Mark Dickinson2009-10-251-0/+2
* Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecodeTarek Ziadé2009-10-241-0/+3
* #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the...Tarek Ziadé2009-10-241-0/+3
* Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.String...Antoine Pitrou2009-10-241-0/+3
* Acknowledge Ned Deily (extensive bug hunting and testing on OS X)Mark Dickinson2009-10-241-0/+1
* Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.Vinay Sajip2009-10-211-0/+2
* Issue #1722344: threading._shutdown() is now called in Py_Finalize(), whichAntoine Pitrou2009-10-202-0/+5
* Issue #7099: Decimal.is_normal should return True for all nonzeroMark Dickinson2009-10-201-0/+3
* NEWS entry for r75531.Antoine Pitrou2009-10-191-0/+3
* Issue #7133: SSL objects now support the new buffer API.Antoine Pitrou2009-10-191-0/+2
* Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note tha...Eric Smith2009-10-191-0/+3
* Issue #7151: regrtest would generate a JSON failure if there was outputR. David Murray2009-10-181-0/+3
* Fix for issue 7149: a regression in 2.6.3 that causes an exception whenRonald Oussoren2009-10-181-0/+2
* Issue #7120: logging: Removed import of multiprocessing which is causing cras...Vinay Sajip2009-10-161-9/+12
* only clear a module's __dict__ if the module is the only one with a reference...Benjamin Peterson2009-10-151-0/+3
* make inspect.isabstract() always return a boolean; add a test for it, too #7069Benjamin Peterson2009-10-151-0/+2
* Add support to the ihooks module for relative imports.Neil Schemenauer2009-10-141-0/+2
* Issue #1754094: Improve the stack depth calculation in the compiler.Neil Schemenauer2009-10-141-0/+4
* Enhanced Issue 7058 patch, which will not be backported. Refactors theR. David Murray2009-10-141-2/+3
* Update Misc/README.Georg Brandl2009-10-111-3/+11
* Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc.Georg Brandl2009-10-114-120/+2
* Issue #7084: Fix a (very unlikely) crash when printing a list from oneAntoine Pitrou2009-10-112-0/+4
* Fixed Issue6894, urllib2 doesn't respect "no_proxy" environmentSenthil Kumaran2009-10-111-0/+2
* Issue #7055: test___all__ now greedily detects all modules which have anAntoine Pitrou2009-10-101-0/+3
* Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...Vinay Sajip2009-10-101-0/+3
* Issue #7082: When falling back to the MIME 'name' parameter, theR. David Murray2009-10-092-0/+4
* Issue #7078: _struct.__doc__ was being ignored. Import it into struct.Mark Dickinson2009-10-081-0/+2
* Issue #7048: logb should round its result when that result doesn't fitMark Dickinson2009-10-071-0/+3
* Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata.Amaury Forgeot d'Arc2009-10-061-0/+1
* #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,Amaury Forgeot d'Arc2009-10-061-0/+5
* Issue #7058: Added save/restore for argv and os.environ to runtest_innerR. David Murray2009-10-051-0/+3
* Issue #7042: Fix test_signal failure on OS X 10.6 64-bit buildsMark Dickinson2009-10-041-0/+2
* #7050 fix a SystemError when using tuple unpacking and augmented assignmentBenjamin Peterson2009-10-031-0/+3
* #6516 added owner/group support for tarfiles in DistutilsTarek Ziadé2009-10-021-0/+3
* Add NEWS entry for r75180.Georg Brandl2009-10-011-0/+2
* #5329: fix os.popen* regression from 2.5: don't execute commands as a sequencePhilip Jenvey2009-09-291-0/+4
* Issue #7019: Unmarshalling of bad long data could produce unnormalizedMark Dickinson2009-09-291-0/+3
* Issue #6790: Make it possible again to pass an `array.array` toAntoine Pitrou2009-09-292-0/+4
* #6990: clear threading.local's key only after its thread state is removed:Philip Jenvey2009-09-291-0/+3
* Issue #3366: Add gamma function to math module.Mark Dickinson2009-09-281-0/+2