summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* missed the news/acks for netbsd patchJesse Noller2009-03-312-0/+3
* The unittest.TestCase.assertEqual() now displays the differences in lists,Gregory P. Smith2009-03-311-0/+9
* Issue #5387: Fixed mmap.move crash by integer overflow.Hirokazu Yamamoto2009-03-311-0/+2
* merge in patch from tim golden to fix contextmanager support for mp.Lock()Jesse Noller2009-03-302-1/+4
* Fix issue #4865: add /Library/Python/2.7/site-packages toRonald Oussoren2009-03-301-2/+4
* Add several VM developers.Martin v. Löwis2009-03-301-0/+5
* Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager socketsJesse Noller2009-03-301-0/+4
* Add an entry to developers.txt.Brett Cannon2009-03-301-0/+3
* Adjusted _tkinter to compile without warnings when WITH_THREAD is notGuilherme Polo2009-03-271-0/+3
* News item for the platform.py fix (r70594).Marc-André Lemburg2009-03-251-0/+4
* implement test skipping and expected failuresBenjamin Peterson2009-03-231-0/+2
* Issue #4688: Add a heuristic so that tuples and dicts containing onlyAntoine Pitrou2009-03-231-0/+5
* Issue #5512: speed up the long division algorithm for Python longs.Mark Dickinson2009-03-231-0/+4
* Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loopLars Gustäbel2009-03-221-0/+5
* close the file even if an exception occurs #5536Benjamin Peterson2009-03-221-0/+3
* - Fix comment macro in python.manMatthias Klose2009-03-221-2/+2
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-201-0/+7
* Issue 5381: Add object_pairs_hook to the json module.Raymond Hettinger2009-03-191-0/+3
* fix strange errors when setting attributes on tracebacks #4034Benjamin Peterson2009-03-181-0/+3
* Issue 4474: On platforms with sizeof(wchar_t) == 4 andMark Dickinson2009-03-181-0/+4
* Issue #2110: Add support for thousands separator and 'n' format specifierMark Dickinson2009-03-171-0/+3
* Fix bug in Decimal __format__ method that swapped left and rightMark Dickinson2009-03-171-0/+3
* Issue 5237, Allow auto-numbered replacement fields in str.format() strings.Eric Smith2009-03-141-0/+3
* Issue #1222: locale.format() bug when the thousands separator is a space char...Antoine Pitrou2009-03-141-0/+3
* Issue #5472: Fixed distutils.test_util tear downTarek Ziadé2009-03-111-0/+3
* Require implementations for warnings.showwarning() support the 'line' argument.Brett Cannon2009-03-111-0/+3
* For collections.deque() objects, expose the maxlen parameter as a read-only a...Raymond Hettinger2009-03-101-0/+2
* Add Chris Withers.Martin v. Löwis2009-03-081-1/+4
* Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog onlyGuilherme Polo2009-03-071-0/+4
* Fixed issue #4792: Prevent a segfault in _tkinter by using theGuilherme Polo2009-03-071-0/+4
* Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string.Guilherme Polo2009-03-071-0/+2
* Issue #5394: removed > 2.3 syntax from distutils.msvc9compilerTarek Ziadé2009-03-071-0/+3
* Issue #5385: Fixed mmap crash after resize failure on windows.Hirokazu Yamamoto2009-03-051-0/+2
* Issue #5179: Fixed subprocess handle leak on failure on windows.Hirokazu Yamamoto2009-03-031-0/+2
* Backport 70111: Let configparser use ordered dicts by default.Raymond Hettinger2009-03-031-0/+2
* Backport 70106: Add OrderedDict support to collections.namedtuple().Raymond Hettinger2009-03-031-0/+2
* Backport PEP 372: OrderedDict()Raymond Hettinger2009-03-031-0/+2
* give httplib.IncompleteRead a more sane repr #4308Benjamin Peterson2009-03-022-0/+4
* Adds an optional flags argument to re.split, re.sub and re.subn to beGregory P. Smith2009-03-021-0/+2
* fix a silly problem of caching gone wrong #5401Benjamin Peterson2009-03-021-0/+3
* Issue #1733986: Fixed mmap crash in accessing elements of second map objectHirokazu Yamamoto2009-02-281-0/+3
* Issue #5386: mmap.write_byte didn't check map size, so it could cause bufferHirokazu Yamamoto2009-02-281-0/+3
* Issues #1533164 and #5378: Added quiet and force-optimize options to Distutil...Tarek Ziadé2009-02-281-0/+5
* Issue #5052: make Distutils compatible with 2.3 again.Tarek Ziadé2009-02-271-0/+2
* remove deprecated symtable.Symbol methodsBenjamin Peterson2009-02-261-0/+4
* Fixed #5316 : test failure in test_siteTarek Ziadé2009-02-251-0/+3
* - Link the shared python library with $(MODLIBS).Matthias Klose2009-02-221-0/+2
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-214-6/+6
* Issue #5247: Improve error message when unknown format codes are used when us...Eric Smith2009-02-201-0/+4
* #5287: Add exception handling around findCaller() call to help out IronPython.Vinay Sajip2009-02-191-2/+4