summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* fixed #5984 and improved test coverageTarek Ziadé2009-05-101-0/+3
* Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when...Vinay Sajip2009-05-091-4/+7
* #5976: fixed distutils test_check_environTarek Ziadé2009-05-091-0/+2
* Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...Tarek Ziadé2009-05-091-0/+3
* Issue 5954, PyFrame_GetLineNumber:Jeffrey Yasskin2009-05-081-0/+3
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-081-0/+3
* Update the Windows locale mapping with the ones introduced with Vista.Jeroen Ruigrok van der Werven2009-05-081-0/+2
* Fixed #5941: added ARFLAGS for the archiver command.Tarek Ziadé2009-05-072-0/+6
* News item for Issue5955.R. David Murray2009-05-071-0/+3
* Add NEWS entry about issue #3739.Walter Dörwald2009-05-061-0/+3
* Fix Issue #4875: find_library can return directories instead of filesThomas Heller2009-05-051-0/+3
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-051-0/+9
* Issue #5847: Remove -n switch on "Edit with IDLE" menu item.Martin v. Löwis2009-05-051-0/+2
* #5142: add module skipping feature to pdb.Georg Brandl2009-05-051-0/+2
* Add a news entry for r72319.Georg Brandl2009-05-051-0/+3
* Fix issue 5890: (property subclass shadows __doc__ string) by insertingR. David Murray2009-05-041-0/+4
* Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when ext...Antoine Pitrou2009-05-041-0/+3
* Add Nick Barnes to ACKS.Antoine Pitrou2009-05-041-0/+1
* Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal se...Antoine Pitrou2009-05-041-0/+3
* Issue #5913: os.listdir() should fail for empty path on windows.Hirokazu Yamamoto2009-05-041-0/+2
* Issue #4751: For hashlib algorithms provided by OpenSSL, the PythonGregory P. Smith2009-05-041-0/+3
* Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): CallWalter Dörwald2009-05-031-0/+5
* (no commit message)Michael Foord2009-05-021-0/+11
* Isue #5084: unpickling now interns the attribute names of pickled objects,Antoine Pitrou2009-05-021-0/+4
* Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker...Antoine Pitrou2009-05-011-0/+3
* Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise anAntoine Pitrou2009-05-011-0/+3
* Adds the ipaddr module to the standard library. Issue #3959.Gregory P. Smith2009-05-011-0/+3
* Issue #1588: Add complex.__format__.Eric Smith2009-04-301-1/+4
* Issue #5864: format(1234.5, '.4') gives misleading resultMark Dickinson2009-04-291-0/+3
* - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specifyMatthias Klose2009-04-291-0/+3
* Fix issue 2245. aifc now skips any chunk type it doesn't actuallyR. David Murray2009-04-292-0/+4
* Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymoreTarek Ziadé2009-04-291-0/+3
* Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mipsThomas Heller2009-04-281-0/+2
* Issue #1734234: Massively speedup `unicodedata.normalize()` when theAntoine Pitrou2009-04-272-0/+5
* Issue #5853: calling a function of the mimetypes module from several threadsAntoine Pitrou2009-04-271-0/+4
* Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....Eric Smith2009-04-271-0/+3
* Issue #5854: Updated __all__ to include some missing names and remove some na...Vinay Sajip2009-04-271-1/+4
* Issue #4971: Fix titlecase for characters that are their ownMartin v. Löwis2009-04-261-0/+3
* Issue #5835, deprecate PyOS_ascii_formatd.Eric Smith2009-04-251-0/+3
* Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic inWalter Dörwald2009-04-251-0/+4
* #5810: Fixed Distutils test_build_scriptsTarek Ziadé2009-04-251-0/+3
* Issue #4951: Fixed failure in test_httpserversTarek Ziadé2009-04-251-0/+2
* Issue #5837: Certain sequences of calls to set() and unset() forWalter Dörwald2009-04-251-0/+4
* fix a segfault when setting __class__ in __del__ #5283Benjamin Peterson2009-04-251-0/+2
* Issue #3102: All global symbols that the _ctypes extension defines areThomas Heller2009-04-241-0/+3
* Issue 5041: ctypes unwilling to allow pickling wide character.Thomas Heller2009-04-241-0/+2
* Issue #5812: The two-argument form of the Fraction constructorMark Dickinson2009-04-241-0/+4
* Issue #5816:Mark Dickinson2009-04-241-0/+3
* Issue #5812: make Fraction('1e-6') valid. Backport of r71806.Mark Dickinson2009-04-221-0/+4
* Issue 5354: Change API for import_fresh_module() to better support test_warni...Nick Coghlan2009-04-221-0/+6