summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* PyImport_AppendInittab() took a char * as a first argument even though thatBrett Cannon2009-04-021-0/+3
* Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to M...Jesse Noller2009-04-021-0/+2
* Add my initials to Misc/developers.txt. Names are now sorted by number ofBrett Cannon2009-04-011-4/+5
* In Pdb, stop assigning values to __builtin__._ which interferes with the one ...Georg Brandl2009-04-011-0/+3
* Add NEWS item.Georg Brandl2009-04-011-0/+2
* test_warnings ironically had a single test that was not protecting the warningsBrett Cannon2009-04-011-0/+2
* test_logging was blindly clearing the warnings filter. This causedBrett Cannon2009-04-011-0/+2
* Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.Raymond Hettinger2009-04-011-0/+2
* Adding Wing project fileMichael Foord2009-04-012-0/+14
* _warnings was importing itself to get an attribute. That's bad if warnings getsBrett Cannon2009-04-011-0/+2
* Paul Kippes was given commit privileges to work on 3to2.Brett Cannon2009-04-011-0/+2
* Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2.Brett Cannon2009-04-011-0/+2
* The cgitb module had imports in its functions. This can cause deadlock with theBrett Cannon2009-04-011-0/+4
* Add Maksim, who worked on several issues at the sprint.Georg Brandl2009-04-011-0/+1
* The SimpleXMLRPCServer's CGI handler now runs like a pony.Georg Brandl2009-04-011-0/+2
* Fix issue 2522. locale.format now checks that it is passedR. David Murray2009-04-012-0/+6
* Issue #5635: Fix running test_sys with tracing enabled.Georg Brandl2009-04-011-1/+4
* #5228: add pickle support to functools.partialJack Diederich2009-03-312-0/+3
* #5617: add a handy function to print a unicode string to gdbinit.Georg Brandl2009-03-311-0/+13
* #5583 Added optional Extensions in DistutilsTarek Ziadé2009-03-311-0/+3
* Issue 5619: Pass MS CRT debug flags into subprocessesJesse Noller2009-03-312-0/+4
* fix Thread.ident when it is the main thread or a dummy thread #5632Benjamin Peterson2009-03-311-0/+3
* Add NEWS entry for regrtest change.R. David Murray2009-03-311-0/+4
* 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