summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add simple section for assert, including assert w/ lambdasJeremy Hylton2001-02-192-0/+7
* Add test for syntax error on "x = 1 + 1".Jeremy Hylton2001-02-194-22/+13
* fix long lineJeremy Hylton2001-02-191-1/+2
* DOMException._get_code():Fred Drake2001-02-191-0/+3
* Enhancements to the bdist_wininst command:Thomas Heller2001-02-191-265/+282
* This patch makes the default compiler determination more flexibleMarc-André Lemburg2001-02-191-8/+40
* detect attempts to repeat anchors (fixes bug #130748)Fredrik Lundh2001-02-182-0/+5
* sre_{parse, compile} no longer define __all__.Tim Peters2001-02-181-2/+0
* - restored 1.5.2 compatibility (sorry, eric)Fredrik Lundh2001-02-185-31/+39
* removed __all__ from several modulesSkip Montanaro2001-02-1816-63/+0
* removed __all__ - should probably rename makedict to _makedict unless it isSkip Montanaro2001-02-181-6/+0
* add module-level constants to __all__Skip Montanaro2001-02-181-0/+3
* Split the rpath argument into multiple paths, turning it into a list.Andrew M. Kuchling2001-02-171-0/+3