summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #7117, continued: Change round implementation to use the correctly-rou...Mark Dickinson2009-11-181-0/+9
* #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh w...Tarek Ziadé2009-11-181-0/+3
* #1757126: fix typo with the cyrillic_asian aliasPhilip Jenvey2009-11-171-0/+2
* Issue #7328: don't corrupt sys.path when running pydoc with the -m switchNick Coghlan2009-11-151-0/+2
* Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP usingAntoine Pitrou2009-11-151-0/+3
* Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,Mark Dickinson2009-11-151-0/+3
* Issue #4969: The mimetypes module now reads the MIME database fromAntoine Pitrou2009-11-151-0/+3
* Issue #6816: expose the zipfile and directory execution mechanism to Python c...Nick Coghlan2009-11-151-0/+6
* Issue 7324: add a sanity check to regrtest argument parsing toR. David Murray2009-11-151-0/+3
* Issue #7312 (new feature): Add a -F flag to run the selected tests inR. David Murray2009-11-141-0/+3
* Issue #7318: multiprocessing now uses a timeout when it fails to establishAntoine Pitrou2009-11-131-0/+5
* fix several compile() issues by translating newlines in the tokenizerBenjamin Peterson2009-11-121-0/+3
* Issue #7295: Do not use a hardcoded file name in test_tarfile.Antoine Pitrou2009-11-111-0/+2
* Issue #7197: Allow unittest.TextTestRunner objects to be pickled andAntoine Pitrou2009-11-101-0/+4
* Issue #7282: Fix a memory leak when an RLock was used in a thread otherAntoine Pitrou2009-11-091-0/+4
* Properly detect whether a C file is using tabs or spaces for Vim.Brett Cannon2009-11-082-18/+21
* Issue #7270: Add some dedicated unit tests for multi-thread synchronizationAntoine Pitrou2009-11-061-0/+3
* Issue #7264: Fix a possible deadlock when deallocating thread-local objectsAntoine Pitrou2009-11-051-0/+3
* Issue #7211: Allow 64-bit values for the `ident` and `data` fields of keventAntoine Pitrou2009-11-042-0/+4
* Since r76034 was successful, add a NEWS entry for it.Antoine Pitrou2009-11-021-0/+4
* Fix exception handling in itertools.izip_longest().Raymond Hettinger2009-11-011-0/+3
* news entry for r76000Gregory P. Smith2009-11-011-0/+6
* Issue #6603: Fix --with-tsc build failures on x86-64 that resultedMark Dickinson2009-10-311-0/+4
* Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement...Mark Dickinson2009-10-311-0/+3
* Move a Misc/NEWS entry to right section.Mark Dickinson2009-10-311-4/+4
* 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