summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added 'n' presentation type for integers.Eric Smith2008-05-121-3/+3
* MacOSX: remove dependency on Carbon package for urllibRonald Oussoren2008-05-121-24/+194
* Remove references to platform 'mac'Ronald Oussoren2008-05-122-30/+4
* Fix-up docs for the copyreg module renaming.Georg Brandl2008-05-124-9/+13
* Fix-up docs for socketserver and queue renaming.Georg Brandl2008-05-126-18/+20
* Deprecate the timing module for removal in Python 3.0.Brett Cannon2008-05-123-0/+8
* Deprecate the sv module as per PEP 4.Brett Cannon2008-05-124-1/+10
* Deprecate the multifile module as per PEP 4.Brett Cannon2008-05-123-1/+8
* Added stub entry in the documentation mentioning SocketServerAlexandre Vassalotti2008-05-122-0/+10
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-1214-64/+61
* Renamed SocketServer to 'socketserver'.Alexandre Vassalotti2008-05-124-1/+13
* make message slightly more informative, so there's no chance of misunderstand...Benjamin Peterson2008-05-121-1/+1
* #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagateBenjamin Peterson2008-05-123-3/+20
* Depreate imageop for removal in 3.0.Brett Cannon2008-05-125-7/+15
* Put Lib/lib-old back on to sys.path for module renames.Brett Cannon2008-05-113-2/+9
* Revert commit r63086.Alexandre Vassalotti2008-05-114-240/+219
* Moved the Queue module stub in lib-old.Alexandre Vassalotti2008-05-111-0/+0
* Add a deprecation notice to mailbox' old classes' doc.Georg Brandl2008-05-111-1/+3
* Formally deprecate old classes in the cgi module.Georg Brandl2008-05-111-3/+5
* #2535: remove duplicated method.Georg Brandl2008-05-111-3/+0
* Clarify os.strerror()s exception behavior.Georg Brandl2008-05-111-1/+2
* - #2250: Exceptions raised during evaluation of names in rlcompleter'sGeorg Brandl2008-05-113-2/+9
* #2809 followup: even better split docstring.Georg Brandl2008-05-112-4/+4
* Added stub for the PixMapWrapper module to be renamed in 3.0.Alexandre Vassalotti2008-05-114-219/+240
* Try setting HOME env.var to fix test on Win32Andrew M. Kuchling2008-05-111-1/+1
* Added test for Queue rename warning.Alexandre Vassalotti2008-05-112-1/+3
* Addresses issue 2802: 'n' formatting for integers.Eric Smith2008-05-119-52/+184
* Added stub for the Queue module to be renamed in 3.0.Alexandre Vassalotti2008-05-118-268/+276
* Add message to test assertionAndrew M. Kuchling2008-05-111-1/+2
* broaden .bzrignoreBenjamin Peterson2008-05-111-4/+2
* #2803: fix wrong invocation of heappush in seldom-reached code.Georg Brandl2008-05-111-1/+1
* #2787: Flush stdout after writing test name, helpful when runningGeorg Brandl2008-05-111-0/+4
* #2816: clarify error messages for EOF while scanning strings.Georg Brandl2008-05-112-4/+5
* #1326: document and test zipimporter.archive and zipimporter.prefix.Georg Brandl2008-05-113-13/+55
* #2709 followup: better description of Tk's pros and cons.Georg Brandl2008-05-112-9/+9
* Add some sentence endings.Georg Brandl2008-05-113-4/+3
* Add the "until" command to pdbBenjamin Peterson2008-05-117-16/+49
* #1858: re-apply patch for this, adding the missing filesAndrew M. Kuchling2008-05-1111-84/+296
* #1792: Improve performance of marshal.dumps() on large objects by increasingAndrew M. Kuchling2008-05-112-1/+12
* #2452: timeout is used for all blocking operations.Georg Brandl2008-05-115-47/+54
* #2741: clarification of value range for address_family.Georg Brandl2008-05-111-2/+2
* #2147: PEP 237 changes to overflow behavior.Georg Brandl2008-05-114-40/+38
* #2659: add ``break_on_hyphens`` to TextWrapper.Georg Brandl2008-05-114-3/+48
* #2709: clarification.Georg Brandl2008-05-111-1/+2
* Fix typo.Georg Brandl2008-05-111-1/+1
* #2809: elaborate str.split docstring a bit.Georg Brandl2008-05-112-3/+5
* #1153769: document PEP 237 changes to string formatting.Georg Brandl2008-05-111-5/+8
* Added test for copy_reg rename.Alexandre Vassalotti2008-05-112-1/+3
* #2812: document property.getter/setter/deleter.Georg Brandl2008-05-111-6/+42
* Added module stub for copy_reg renaming in 3.0.Alexandre Vassalotti2008-05-1115-294/+302