summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed compile error on windows.Hirokazu Yamamoto2009-04-034-0/+15
* Localize the function lookup in timeit.Raymond Hettinger2009-04-031-2/+2
* Update docs for namedtuple's renaming change.Raymond Hettinger2009-04-021-1/+1
* Have namedtuple's field renamer assign names thatRaymond Hettinger2009-04-022-7/+7
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-0215-26/+1672
* sys.long_info attributes should be ints, not longsMark Dickinson2009-04-022-5/+9
* PyErr_NormalizeException may not set an error, so convert the PyErr_SetObjectGeorg Brandl2009-04-022-1/+12
* Actually the displayhook should print the repr.Georg Brandl2009-04-021-1/+1
* Add missing iteritems() call to the for loop in mailbox.MH.get_message().R. David Murray2009-04-023-1/+10
* Store the functions in the _type_equality_funcs as wrapped objects that are d...Michael Foord2009-04-022-4/+27
* Add custom initializer argument to multiprocess.Manager*, courtesy of lekmaJesse Noller2009-04-025-6/+50
* Clarify that datetime strftime does not produce leap seconds and datetimeR. David Murray2009-04-021-2/+6
* Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCESJesse Noller2009-04-024-4/+21
* Fix two issues introduced by issue #71031 by changing the signature ofBrett Cannon2009-04-022-2/+2
* Better exception messages for unittest assert methods.Michael Foord2009-04-024-71/+297
* PyImport_AppendInittab() took a char * as a first argument even though thatBrett Cannon2009-04-023-2/+5
* Fixing the issue4860. Escaping embedded '"' character in js_output() method o...Senthil Kumaran2009-04-022-5/+5
* fix error handlingBenjamin Peterson2009-04-021-4/+7
* In PyErr_GivenExceptionMatches, temporarily bump the recursionGeorg Brandl2009-04-021-1/+7
* Remove port spec from run.py and fix bug whereKurt B. Kaiser2009-04-022-4/+10
* Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to M...Jesse Noller2009-04-022-5/+12
* Fix test_doctest, missed two assignments to curframe.Georg Brandl2009-04-021-0/+2
* handle SEEK_ constants in test_ioBenjamin Peterson2009-04-021-4/+4
* this should be :noindex:Benjamin Peterson2009-04-021-1/+1
* fix markupBenjamin Peterson2009-04-021-2/+1
* issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L...Jesse Noller2009-04-027-45/+151
* Typo fixAndrew M. Kuchling2009-04-021-2/+2
* Cache the f_locals dict of the current frame, since every access to frame.f_l...Georg Brandl2009-04-011-14/+21
* remove double underscoresBenjamin Peterson2009-04-011-31/+32
* 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-012-0/+12
* Add tests checking the CSV module's ability to handleR. David Murray2009-04-011-0/+18
* add seek constants to __all__Benjamin Peterson2009-04-011-1/+2
* Revert accidental checkin.Georg Brandl2009-04-011-6/+0
* Add NEWS item.Georg Brandl2009-04-012-0/+8
* #4572: add SEEK_* values as constants in io.py.Georg Brandl2009-04-012-3/+14
* Add link to an alternative generator with a long-period.Raymond Hettinger2009-04-011-0/+4
* Fix for issue5040. Adding test for Content-LengthSenthil Kumaran2009-04-012-1/+29
* bounds check arguments to mmap.move(). All of them. Really.Jack Diederich2009-04-012-16/+23
* test_warnings ironically had a single test that was not protecting the warningsBrett Cannon2009-04-012-8/+10
* test_logging was blindly clearing the warnings filter. This causedBrett Cannon2009-04-012-22/+26
* Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.Raymond Hettinger2009-04-013-4/+30
* 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-013-16/+67
* Paul Kippes was given commit privileges to work on 3to2.Brett Cannon2009-04-011-0/+2
* #5655: fix docstring oversight.Georg Brandl2009-04-011-1/+1
* Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2.Brett Cannon2009-04-011-0/+2
* Issue 3270: document Listener address restrictions on windowsJesse Noller2009-04-011-0/+6
* http://bugs.python.org/issue5623Kristján Valur Jónsson2009-04-011-33/+24
* The cgitb module had imports in its functions. This can cause deadlock with theBrett Cannon2009-04-012-14/+15