summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Make temporary change of using _strptime for time.strptime permanent.Brett Cannon2003-07-011-0/+3
* SF bug 753592, websucker bugNeal Norwitz2003-07-011-0/+2
* Fix SF 762891: "del p[key]" on proxy object raises SystemError()Raymond Hettinger2003-06-301-0/+33
* Merge branch updates back into the main trunkRaymond Hettinger2003-06-301-0/+40
* Add several news items for changes I made since b1.Jeremy Hylton2003-06-291-8/+36
* Removed XXX comments about missing threading.py functions.Tim Peters2003-06-291-4/+0
* Added news about os.environ['PYTHONINSPECT'] = 'yes'Barry Warsaw2003-06-291-0/+5
* Typo repair.Tim Peters2003-06-291-1/+1
* Provide dummy (do-nothing) settrace() and setprofile() functions untilTim Peters2003-06-291-0/+4
* Filled in release date; repaired grammar in a news item.Tim Peters2003-06-291-3/+3
* Some nifty doctest extensions from Jim Fulton, currently used in Zope3.Tim Peters2003-06-291-0/+15
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-0/+3
* Added Bob Halley for work on socket.timeoutRaymond Hettinger2003-06-291-0/+1
* Added Steven Taschuk for efforts fixing zipfile.pyRaymond Hettinger2003-06-281-0/+1
* SF patch #756996: Bare except in ZipFile.testzip()Raymond Hettinger2003-06-271-0/+4
* SF patch #761519: Fixes for bugs 760703 and 757821Raymond Hettinger2003-06-271-0/+3
* A hack to ease compatibility with pre-2.3 Pythons: by default, doctestTim Peters2003-06-271-0/+8
* 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn'tTim Peters2003-06-221-0/+2
* Remove short-circuitying grubbing by using last grubbed buffer. It'sKen Manheimer2003-06-171-9/+5
* SF Patch 569574 - enhancements to cgitb for plain text displaySkip Montanaro2003-06-171-0/+3
* SF #754014: list.index() should accept optional start, end argumentsRaymond Hettinger2003-06-171-0/+3
* Add item about new threading module functions.Jeremy Hylton2003-06-161-0/+5
* Added two mac items (pimp auto-update and OSA property access).Jack Jansen2003-06-161-0/+3
* mimetools.choose_boundary() news.Tim Peters2003-06-151-0/+4
* Support keyword and topics help in cli(). Fixes #715782.Martin v. Löwis2003-06-141-0/+2
* Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2.Martin v. Löwis2003-06-141-0/+1
* dummy_thread modified to have interrupt_main and to behave appropriately whenBrett Cannon2003-06-131-0/+3
* News about the new IDLE (is more needed?). News about SF patchGuido van Rossum2003-06-131-0/+9
* SF patch 707900, fixing bug 702858, by Steven Taschuk.Guido van Rossum2003-06-131-0/+4
* Warn about creating global variables by __setattr__ that shadow builtinNeil Schemenauer2003-06-091-0/+6
* Add the IDLEFORK team.Raymond Hettinger2003-06-091-0/+2
* Added a command line interface for difflib.pyRaymond Hettinger2003-06-081-0/+3
* Announce difflib.context_diff() and difflib.unified_diff().Raymond Hettinger2003-06-081-0/+2
* The fix to use . was incorporatedNeal Norwitz2003-06-081-2/+1
* - urllib2.py now knows how to order proxy classes, so the user doesn'tGustavo Niemeyer2003-06-071-0/+5
* Remove -U from argument list.Martin v. Löwis2003-05-261-3/+0
* Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised onTim Peters2003-05-251-5/+13
* SF 742860: WeakKeyDictionary __delitem__ uses iterkeysTim Peters2003-05-251-0/+6
* SF bug 705231: Assertion failed, python aborts.Tim Peters2003-05-241-0/+6
* PyType_Ready(): Complain if the type is a base type, and gc'able, andTim Peters2003-05-211-0/+11
* SF bug 735293: Command line timeit.py sets sys.path badlyRaymond Hettinger2003-05-202-0/+3
* Fix array.array.insert(), so that it treats negative indices asWalter Dörwald2003-05-181-0/+3
* datetime.timedelta is now subclassable in Python. The new test showsTim Peters2003-05-171-2/+2
* datetime.datetime and datetime.time can now be subclassed in Python. Brr.Tim Peters2003-05-171-0/+3
* More fixes according to SF 549151:Guido van Rossum2003-05-161-0/+5
* Add optional 'onerror' argument to os.walk(), to control errorGuido van Rossum2003-05-131-0/+3
* John J. Lee contributed two urllib2 patches.Brett Cannon2003-05-121-0/+1
* Patch #718286: Support DESTDIR.Martin v. Löwis2003-05-111-0/+3
* Patch #612627: Add encoding attribute to file objects, and determineMartin v. Löwis2003-05-101-0/+3
* Added a tool for making a rough check of LaTeX documents.Raymond Hettinger2003-05-101-0/+3