summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Backport of some of the work in r71665 to trunk. This reworks much ofEric Smith2009-04-221-0/+9
* Issue #3166: Make long -> float (and int -> float) conversionsMark Dickinson2009-04-201-0/+3
* adding a NEWS note for #5795 (previously checked via the buildbot)Tarek Ziadé2009-04-201-0/+2
* try to initalize all builtin types with PyType_Ready to avoid problems like #...Benjamin Peterson2009-04-181-0/+3
* Issue #1869: Fix a couple of minor round() issues.Mark Dickinson2009-04-181-0/+3
* Issue #5768: Change to Unicode output logic and test case for same.Vinay Sajip2009-04-161-6/+8
* call __float__ on str subclasses #5759Benjamin Peterson2009-04-151-0/+2
* Add missing NEWS item for issue1161031 fix.R. David Murray2009-04-131-0/+6
* Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.Tarek Ziadé2009-04-131-0/+2
* #5741: dont disallow double percent signs in SafeConfigParser.set() keys.Georg Brandl2009-04-121-0/+3
* #5704: let python -3 imply -t as well.Georg Brandl2009-04-121-0/+2
* #5732: added the check command into DistutilsTarek Ziadé2009-04-111-0/+2
* Issue #2170: refactored xml.dom.minidom.normalize, increasing bothR. David Murray2009-04-091-0/+3
* Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platformsTarek Ziadé2009-04-091-0/+3
* Typo fixesAndrew M. Kuchling2009-04-091-1/+1
* see if this helps the doc buildsBenjamin Peterson2009-04-061-0/+1
* - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths areGregory P. Smith2009-04-061-0/+3
* news entry for r71299.Gregory P. Smith2009-04-051-0/+3
* Fixed #5095: msi missing from Distutils bdist formatsTarek Ziadé2009-04-051-0/+3
* Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases ...Tarek Ziadé2009-04-051-0/+3
* Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)'Matthias Klose2009-04-051-1/+2
* - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values forMatthias Klose2009-04-051-0/+3
* Normalize issue referencing style.Georg Brandl2009-04-051-13/+13
* Adding assertIs and assertIsNot methods to unittest.TestCaseMichael Foord2009-04-051-0/+2
* Fixed 5694: removed spurious test output in DistutilsTarek Ziadé2009-04-051-0/+2
* #5471: fix expanduser() for $HOME set to "/".Georg Brandl2009-04-051-0/+2
* Add NEWS entry for r71237.Georg Brandl2009-04-051-0/+2
* - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.Matthias Klose2009-04-051-0/+2
* #1726172: dont raise an unexpected IndexError if a voidresp() call has an emp...Georg Brandl2009-04-051-0/+2
* revert r71159 since it broke the buildBenjamin Peterson2009-04-041-2/+0
* - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings.Matthias Klose2009-04-041-0/+2
* - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access withMatthias Klose2009-04-041-0/+3
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-021-0/+2
* PyErr_NormalizeException may not set an error, so convert the PyErr_SetObjectGeorg Brandl2009-04-021-0/+3
* Add missing iteritems() call to the for loop in mailbox.MH.get_message().R. David Murray2009-04-021-0/+3
* Add custom initializer argument to multiprocess.Manager*, courtesy of lekmaJesse Noller2009-04-021-0/+3
* Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCESJesse Noller2009-04-021-0/+4
* Better exception messages for unittest assert methods.Michael Foord2009-04-021-0/+8