summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* help with MSVC 7 support in distutilsJeremy Hylton2003-05-091-0/+1
* added note about autoGILJust van Rossum2003-05-091-0/+4
* Patch #734118: Add {get|set}busywaitinterval.Martin v. Löwis2003-05-091-0/+2
* Leading "C:" no longer hardcoded in the default installation directory.Tim Peters2003-05-081-0/+10
* SF bug #730296: Unexpected Changes in list IteratorRaymond Hettinger2003-05-071-0/+5
* add note about bsddb185 moduleSkip Montanaro2003-05-061-0/+4
* SF bug 622042: Don't expect response body from HEAD request.Jeremy Hylton2003-05-051-0/+1
* Somewhere along the way, the softspace attr of file objects became read-Tim Peters2003-05-041-0/+3
* Patch #711902: Cause pydoc to show data descriptor __doc__ strings.Martin v. Löwis2003-05-031-0/+3
* Note itertools.islice() bugfix.Raymond Hettinger2003-05-021-0/+3
* Slightly more lenient pdbtrack prompt recognition, for people who useKen Manheimer2003-05-011-1/+1
* Allow for multiple parens around pdb prompt for (new) nested debuggingKen Manheimer2003-05-011-4/+4
* document socket speed reclamation. Patch 729293.Skip Montanaro2003-04-291-0/+3
* A start on news for 2.3b2.Tim Peters2003-04-261-0/+41
* Merge back from r23b1-branchGuido van Rossum2003-04-261-3/+2
* Update version number and release date.Guido van Rossum2003-04-251-1/+1
* New generator os.walk() does a bit more than os.path.walk() does, andTim Peters2003-04-251-1/+6
* Move socket news to 2.3b1 section! And mention has_ipv6.Guido van Rossum2003-04-251-4/+5
* Patch by Jp Calderone:Guido van Rossum2003-04-252-0/+5
* Fix caseAndrew M. Kuchling2003-04-241-1/+1
* [Patch #679505] Document that the rotor module is deprecatedAndrew M. Kuchling2003-04-241-0/+4
* New module platform.py, submitted by Marc-Andre Lemburg.Marc-André Lemburg2003-04-241-0/+3
* Revert the previous enhancement to the bytecode optimizer.Raymond Hettinger2003-04-241-7/+0
* Mention the new getargs.c format codes.Thomas Heller2003-04-231-0/+3
* SF patch 557704: netrc module can't handle all passwordsRaymond Hettinger2003-04-231-0/+2
* Enable os.fsync() for Windows, mapping it to MS's _commit() there. TheTim Peters2003-04-231-0/+3