summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Move a comment around to where it belongs (the code had alrady beenGuido van Rossum2001-02-281-1/+1
* Move some constant initialization from FTP.__init__() and FTP.connect()Fred Drake2001-02-281-16/+16
* Add a new API:Guido van Rossum2001-02-281-0/+10
* Leave #! lines featuring /usr/bin/env aloneAndrew M. Kuchling2001-02-281-2/+4
* Placate tabnannyAndrew M. Kuchling2001-02-281-1/+1
* Define lots of constants for indexes into the structures for the fileFred Drake2001-02-281-7/+51
* Add regression test for future statements. This adds eight files, butJeremy Hylton2001-02-2810-0/+132
* Whitespace normalization.Tim Peters2001-02-286-12/+11
* Added regression test for SF tracker bug #403871: AttributeError inFred Drake2001-02-281-0/+19
* Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() whenFred Drake2001-02-281-0/+2
* verify that warnings are issued for bogus uses of globalJeremy Hylton2001-02-282-0/+44
* added missing element to __all__Skip Montanaro2001-02-281-1/+2
* added some elements missing from __all__Skip Montanaro2001-02-281-1/+2
* Macintosh compatibility.Ka-Ping Yee2001-02-271-1/+1
* Acknowledgements.Ka-Ping Yee2001-02-271-2/+3
* Fix $Revision$ processing so it doesn't get eaten by CVS!Ka-Ping Yee2001-02-271-2/+2
* Add $Revision: $ tag.Ka-Ping Yee2001-02-271-1/+1
* Add display of $Revision $ and credits.Ka-Ping Yee2001-02-271-10/+33
* No need to call filterwarnings() to suppress further warnings from thisFred Drake2001-02-271-3/+0
* Replace all the platform-specific TERMIOS modules with a portable versionFred Drake2001-02-2714-3873/+17
* Get the needed constants from termios, not TERMIOS.Fred Drake2001-02-272-5/+4
* Patch #404680: disables the nis module and enables the dl module whenAndrew M. Kuchling2001-02-271-0/+1
* add from __future__ import nested_scopes to strings passed to compileJeremy Hylton2001-02-271-6/+12
* Bug #229280: remove '/' characters from the OS name (for BSD/OS :) )Andrew M. Kuchling2001-02-271-1/+6
* Patch #403947: On Cygwin, use the Unix compiler class, and notAndrew M. Kuchling2001-02-271-1/+4
* Patch #404275: generate a reasonable platform string for AIXAndrew M. Kuchling2001-02-271-0/+2
* Remove two meaningless, module-level global statements (one of aJeremy Hylton2001-02-271-7/+9
* Patch #403985: Add support for weak-keyed dictionariesMartin v. Löwis2001-02-273-3/+82
* pydoc: text and HTML documentation generator for interactive useKa-Ping Yee2001-02-271-0/+1158
* inspect: a module for getting information out of live Python objectsKa-Ping Yee2001-02-273-0/+824
* Fixing bug #227562 by calling URLopener.http_error_default whenMoshe Zadka2001-02-271-12/+18
* Preliminary support for future nested scopesJeremy Hylton2001-02-271-0/+2
* Make sure ConfigParser uses .optionxform() consistently; this affectsFred Drake2001-02-263-0/+28
* Add __future__.py to std library, + dull test to verify that assignmentsTim Peters2001-02-263-0/+87
* Additional tests for current, PEP described semantics:Barry Warsaw2001-02-261-3/+36
* Do not hide a failure to create a temporary file; if it fails the workFred Drake2001-02-231-5/+1
* Describe -s a little more generically.Barry Warsaw2001-02-231-5/+6
* Patch #103885: Add dynamic registration and lookup of DOM implementations.Martin v. Löwis2001-02-223-0/+81
* Fix previous checkin, hopelessly broken as it was; reported by Detlef Lannert.Jeremy Hylton2001-02-221-7/+7
* replace exec with simple assignmentsJeremy Hylton2001-02-211-3/+7
* The code to write timestamps couldn't handle negative times (and timeJack Jansen2001-02-211-0/+2
* Whitespace normalization.Tim Peters2001-02-214-5/+4
* Add test case from bug #124981: zlib decompress of sync-flushed dataAndrew M. Kuchling2001-02-212-0/+27
* Patch #103854: raises an exception if a non-Attr node is passed toAndrew M. Kuchling2001-02-212-0/+14
* Added test for patch #103473: test an unquoted cookie value containing '='Andrew M. Kuchling2001-02-212-0/+7
* Patch #103473 from dougfort: Some sites (amazon.com for one) dropAndrew M. Kuchling2001-02-201-2/+2
* Improve accuracy. In the .tex file, note the new "% BUG:" comments: anTim Peters2001-02-201-3/+3
* SF patch #103749: implicit tuple + default argJeremy Hylton2001-02-192-3/+40
* Fix a few small typos in the docstrings.Fred Drake2001-02-191-5/+5
* SF Patch # 103839 byt dougfort: Allow ';' in attributesGuido van Rossum2001-02-191-1/+1