summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-026-24/+64
* Use != instead of <>. Sorry, Barry.Guido van Rossum2001-03-021-3/+3
* Use '127.0.0.1' only on Mac; for other, sane platforms, use 'localhost'.Ka-Ping Yee2001-03-021-2/+3
* RISCOS files by dschwertbergerGuido van Rossum2001-03-023-0/+482
* The sys.platform identifier for Windows is just 'win32' (for all varieties).Ka-Ping Yee2001-03-021-8/+8
* Search /tmp before /var/tmp and /usr/tmp -- this seems preferred.Guido van Rossum2001-03-021-1/+1
* Make getsourcefile() succeed even if the filename doesn't end in '.py' --Ka-Ping Yee2001-03-021-25/+29
* Replace literal '@test' with TESTFN.Ka-Ping Yee2001-03-021-6/+6
* When catching errors from os.rmdir(), test for os.error, not IOError!Guido van Rossum2001-03-021-3/+3
* Believe it or not, but "more" on Windows requires "more <file" ratherGuido van Rossum2001-03-021-1/+1
* Typo repair.Tim Peters2001-03-021-1/+1
* Make names in __future__.py bind to class instances instead of 2-tuples.Tim Peters2001-03-022-10/+34
* Clean up the handling of getsourcefile/getabsfile.Ka-Ping Yee2001-03-021-23/+37
* Clarify the purpose of getsourcefile().Ka-Ping Yee2001-03-021-12/+19
* Clarify synopsis line a bit.Ka-Ping Yee2001-03-021-3/+3
* test_global was broken by some recent checkin. Repairing.Tim Peters2001-03-022-9/+15
* When seeking the module for an object, compare absolute (not relative) paths.Ka-Ping Yee2001-03-021-3/+4
* Use imp.get_suffixes to determine a module name in modulename(file).Ka-Ping Yee2001-03-021-7/+25
* Test interaction of global and nested scopes -- thanks to Samuele Pedroni.Guido van Rossum2001-03-012-0/+66
* Also accept .so as an extension for module files.Ka-Ping Yee2001-03-011-8/+4
* Better __credits__.Ka-Ping Yee2001-03-011-1/+2
* Add __author__ and __credits__ variables.Ka-Ping Yee2001-03-011-1/+2
* Add __author__ variable.Ka-Ping Yee2001-03-011-2/+5
* Docstring improvements.Ka-Ping Yee2001-03-011-196/+395
* Checking in patch 404826 -- urllib2 enhancements and documentations.Moshe Zadka2001-03-011-48/+115
* Whitespace normalization.Tim Peters2001-03-011-1/+0
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-0117-1/+59
* move import into function to avoid having to add an __all__ list...Skip Montanaro2001-03-011-2/+2
* Add getlineno() routine to account for LINENO optimization.Ka-Ping Yee2001-03-011-3/+19
* Add tests for the .copy() methods of both weak dictionary classes.Fred Drake2001-03-011-1/+15
* Change WeakDictionary to WeakValueDictionary in a couple more places.Fred Drake2001-03-011-4/+7
* Normalize case of paths in sys.path to avoid duplicates on Windows.Ka-Ping Yee2001-03-011-14/+24
* Add test case for global stmt at module level.Jeremy Hylton2001-02-283-0/+10
* update output to reflect exception that is now raisedJeremy Hylton2001-02-281-3/+3
* Fix filter for SyntaxErrorsJeremy Hylton2001-02-281-4/+4
* 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