index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Unify _Environ processing on riscos with other platforms.
Martin v. Löwis
2001-03-07
2
-13/+13
*
fix typo in extending __all__ for riscos platform - closes bug 406296
Skip Montanaro
2001-03-06
1
-1/+1
*
Define & use NetrcParseError instead of improperly overloading SyntaxError.
Fred Drake
2001-03-06
1
-5/+22
*
Grr, splittag was also missing from __all__.
Jack Jansen
2001-03-05
1
-1/+1
*
Added url2pathname and pathname2url to __all__.
Jack Jansen
2001-03-05
1
-1/+1
*
Clean up junk files left behind by imp.load_source().
Tim Peters
2001-03-04
1
-1/+7
*
Use r""" instead of """ for the docstring so that backslashes are preserved.
Ka-Ping Yee
2001-03-02
1
-1/+1
*
Patch by Itamar S.T. (SF#305470): add reset() method.
Guido van Rossum
2001-03-02
1
-1/+6
*
When not copying a file because the output is up to date, make the message
Fred Drake
2001-03-02
1
-2/+2
*
Fix by Donn Cave for BeOS (SF #403642):
Guido van Rossum
2001-03-02
1
-4/+13
*
RISCOS changes by dschwertberger.
Guido van Rossum
2001-03-02
6
-24/+64
*
Use != instead of <>. Sorry, Barry.
Guido van Rossum
2001-03-02
1
-3/+3
*
Use '127.0.0.1' only on Mac; for other, sane platforms, use 'localhost'.
Ka-Ping Yee
2001-03-02
1
-2/+3
*
RISCOS files by dschwertberger
Guido van Rossum
2001-03-02
3
-0/+482
*
The sys.platform identifier for Windows is just 'win32' (for all varieties).
Ka-Ping Yee
2001-03-02
1
-8/+8
*
Search /tmp before /var/tmp and /usr/tmp -- this seems preferred.
Guido van Rossum
2001-03-02
1
-1/+1
*
Make getsourcefile() succeed even if the filename doesn't end in '.py' --
Ka-Ping Yee
2001-03-02
1
-25/+29
*
Replace literal '@test' with TESTFN.
Ka-Ping Yee
2001-03-02
1
-6/+6
*
When catching errors from os.rmdir(), test for os.error, not IOError!
Guido van Rossum
2001-03-02
1
-3/+3
*
Believe it or not, but "more" on Windows requires "more <file" rather
Guido van Rossum
2001-03-02
1
-1/+1
*
Typo repair.
Tim Peters
2001-03-02
1
-1/+1
*
Make names in __future__.py bind to class instances instead of 2-tuples.
Tim Peters
2001-03-02
2
-10/+34
*
Clean up the handling of getsourcefile/getabsfile.
Ka-Ping Yee
2001-03-02
1
-23/+37
*
Clarify the purpose of getsourcefile().
Ka-Ping Yee
2001-03-02
1
-12/+19
*
Clarify synopsis line a bit.
Ka-Ping Yee
2001-03-02
1
-3/+3
*
test_global was broken by some recent checkin. Repairing.
Tim Peters
2001-03-02
2
-9/+15
*
When seeking the module for an object, compare absolute (not relative) paths.
Ka-Ping Yee
2001-03-02
1
-3/+4
*
Use imp.get_suffixes to determine a module name in modulename(file).
Ka-Ping Yee
2001-03-02
1
-7/+25
*
Test interaction of global and nested scopes -- thanks to Samuele Pedroni.
Guido van Rossum
2001-03-01
2
-0/+66
*
Also accept .so as an extension for module files.
Ka-Ping Yee
2001-03-01
1
-8/+4
*
Better __credits__.
Ka-Ping Yee
2001-03-01
1
-1/+2
*
Add __author__ and __credits__ variables.
Ka-Ping Yee
2001-03-01
1
-1/+2
*
Add __author__ variable.
Ka-Ping Yee
2001-03-01
1
-2/+5
*
Docstring improvements.
Ka-Ping Yee
2001-03-01
1
-196/+395
*
Checking in patch 404826 -- urllib2 enhancements and documentations.
Moshe Zadka
2001-03-01
1
-48/+115
*
Whitespace normalization.
Tim Peters
2001-03-01
1
-1/+0
*
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
Skip Montanaro
2001-03-01
17
-1/+59
*
move import into function to avoid having to add an __all__ list...
Skip Montanaro
2001-03-01
1
-2/+2
*
Add getlineno() routine to account for LINENO optimization.
Ka-Ping Yee
2001-03-01
1
-3/+19
*
Add tests for the .copy() methods of both weak dictionary classes.
Fred Drake
2001-03-01
1
-1/+15
*
Change WeakDictionary to WeakValueDictionary in a couple more places.
Fred Drake
2001-03-01
1
-4/+7
*
Normalize case of paths in sys.path to avoid duplicates on Windows.
Ka-Ping Yee
2001-03-01
1
-14/+24
*
Add test case for global stmt at module level.
Jeremy Hylton
2001-02-28
3
-0/+10
*
update output to reflect exception that is now raised
Jeremy Hylton
2001-02-28
1
-3/+3
*
Fix filter for SyntaxErrors
Jeremy Hylton
2001-02-28
1
-4/+4
*
Move a comment around to where it belongs (the code had alrady been
Guido van Rossum
2001-02-28
1
-1/+1
*
Move some constant initialization from FTP.__init__() and FTP.connect()
Fred Drake
2001-02-28
1
-16/+16
*
Add a new API:
Guido van Rossum
2001-02-28
1
-0/+10
*
Leave #! lines featuring /usr/bin/env alone
Andrew M. Kuchling
2001-02-28
1
-2/+4
*
Placate tabnanny
Andrew M. Kuchling
2001-02-28
1
-1/+1
[prev]
[next]