summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access withMatthias Klose2009-04-042-2/+6
* #5601: clarify that webbrowser is not meant for file names.Georg Brandl2009-04-041-0/+4
* #5642: clarify map() compatibility to the builtin.Georg Brandl2009-04-041-2/+2
* Replace the localized min/max calls with normal if/elseRaymond Hettinger2009-04-041-4/+4
* Allow multiple IDLE GUI/subprocess pairs to existKurt B. Kaiser2009-04-043-19/+34
* Fix error in description of 'oct' (issue 5678).R. David Murray2009-04-041-1/+1
* Add helpful link.Raymond Hettinger2009-04-041-0/+6
* Clarified warning about logging use from asynchronous signal handlers.Vinay Sajip2009-04-031-3/+4
* Fix 'the the' duplicationAndrew M. Kuchling2009-04-038-8/+8
* Fix 'the the'; grammar fixAndrew M. Kuchling2009-04-031-2/+2
* Add some itemsAndrew M. Kuchling2009-04-031-4/+37
* Added warning about logging use from asynchronous signal handlers.Vinay Sajip2009-04-031-0/+3
* 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