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
*
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
*
Define lots of constants for indexes into the structures for the file
Fred Drake
2001-02-28
1
-7/+51
*
Add regression test for future statements. This adds eight files, but
Jeremy Hylton
2001-02-28
10
-0/+132
*
Whitespace normalization.
Tim Peters
2001-02-28
6
-12/+11
*
Added regression test for SF tracker bug #403871: AttributeError in
Fred Drake
2001-02-28
1
-0/+19
*
Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() when
Fred Drake
2001-02-28
1
-0/+2
*
verify that warnings are issued for bogus uses of global
Jeremy Hylton
2001-02-28
2
-0/+44
*
added missing element to __all__
Skip Montanaro
2001-02-28
1
-1/+2
*
added some elements missing from __all__
Skip Montanaro
2001-02-28
1
-1/+2
*
Macintosh compatibility.
Ka-Ping Yee
2001-02-27
1
-1/+1
*
Acknowledgements.
Ka-Ping Yee
2001-02-27
1
-2/+3
*
Fix $Revision$ processing so it doesn't get eaten by CVS!
Ka-Ping Yee
2001-02-27
1
-2/+2
*
Add $Revision: $ tag.
Ka-Ping Yee
2001-02-27
1
-1/+1
*
Add display of $Revision $ and credits.
Ka-Ping Yee
2001-02-27
1
-10/+33
*
No need to call filterwarnings() to suppress further warnings from this
Fred Drake
2001-02-27
1
-3/+0
*
Replace all the platform-specific TERMIOS modules with a portable version
Fred Drake
2001-02-27
14
-3873/+17
*
Get the needed constants from termios, not TERMIOS.
Fred Drake
2001-02-27
2
-5/+4
*
Patch #404680: disables the nis module and enables the dl module when
Andrew M. Kuchling
2001-02-27
1
-0/+1
*
add from __future__ import nested_scopes to strings passed to compile
Jeremy Hylton
2001-02-27
1
-6/+12
*
Bug #229280: remove '/' characters from the OS name (for BSD/OS :) )
Andrew M. Kuchling
2001-02-27
1
-1/+6
*
Patch #403947: On Cygwin, use the Unix compiler class, and not
Andrew M. Kuchling
2001-02-27
1
-1/+4
*
Patch #404275: generate a reasonable platform string for AIX
Andrew M. Kuchling
2001-02-27
1
-0/+2
*
Remove two meaningless, module-level global statements (one of a
Jeremy Hylton
2001-02-27
1
-7/+9
*
Patch #403985: Add support for weak-keyed dictionaries
Martin v. Löwis
2001-02-27
3
-3/+82
*
pydoc: text and HTML documentation generator for interactive use
Ka-Ping Yee
2001-02-27
1
-0/+1158
*
inspect: a module for getting information out of live Python objects
Ka-Ping Yee
2001-02-27
3
-0/+824
[next]