summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding new built-in function sum, with docs and tests.Alex Martelli2003-04-221-0/+4
* Improved the bytecode optimizer.Raymond Hettinger2003-04-221-0/+7
* Patch #553171: Add writeback parameter. Also add protocol parameter.Martin v. Löwis2003-04-191-0/+3
* - bool() called without arguments now returns False rather thanGuido van Rossum2003-04-191-0/+5
* - Several methods of nntplib.NNTP have grown an optional file argumentGuido van Rossum2003-04-192-0/+5
* Patch #536883: SimpleXMLRPCServer auto-docing subclass.Martin v. Löwis2003-04-181-0/+2
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+5
* _Py_PrintReferenceAddresses(): also print the type name. In real useTim Peters2003-04-182-1/+13
* Implemented posix-mode parsing support in shlex.py, as dicussed inGustavo Niemeyer2003-04-171-0/+4
* - New C API PyGC_Collect(), same as calling gc.collect().Guido van Rossum2003-04-171-1/+7
* Changes in support of PEP 269.Guido van Rossum2003-04-171-0/+5
* - The repr() of a weakref object now shows the __name__ attribute ofGuido van Rossum2003-04-161-0/+3
* For StringVar results to strings. Document that boolean things are ofMartin v. Löwis2003-04-161-0/+3
* - super() no longer ignores data descriptors, except __class__. SeeGuido van Rossum2003-04-161-0/+4
* Add two dictionaries to htmlentitydefs: name2codepoint mapsWalter Dörwald2003-04-161-0/+4
* - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences()Guido van Rossum2003-04-151-0/+4
* The date class is now properly subclassable. (SF bug #720908)Guido van Rossum2003-04-141-0/+2
* - list.insert(i, x) now interprets negative i as it would beGuido van Rossum2003-04-141-0/+5
* SF patch #720991 by Gary Herron:Guido van Rossum2003-04-141-0/+4
* Patch by Chad Netzer (with significant change):Guido van Rossum2003-04-111-0/+5
* Added a note that the Mac OSA modules are documented.Jack Jansen2003-04-111-1/+2