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
*
Factor out two unnecessary global variables.
Raymond Hettinger
2004-07-14
1
-11/+4
*
Implemented thread-local data as proposed on python-dev:
Jim Fulton
2004-07-14
4
-1/+292
*
Ported some features from zope:
Jim Fulton
2004-07-14
1
-101/+214
*
* Hide a loop induction variable that was inadvertantly being picked up
Raymond Hettinger
2004-07-14
2
-39/+2
*
* Rename "Signals" to "_signals" making it non-public.
Raymond Hettinger
2004-07-14
2
-8/+13
*
Recompiled after source file changes.
Thomas Heller
2004-07-14
2
-0/+0
*
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
Guido van Rossum
2004-07-14
1
-0/+1
*
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
Guido van Rossum
2004-07-14
1
-0/+1
*
It helps when doing checks if something is in a tuple of strings that if you
Brett Cannon
2004-07-14
1
-1/+1
*
Fixes a bug in testing code handling .pth files that did not restore the orig...
Brett Cannon
2004-07-13
1
-29/+26
*
Using repr() generates entries that the current stats package can't
Nicholas Bastin
2004-07-12
2
-7/+7
*
Updated my email address to something that works <wink>.
Barry Warsaw
2004-07-12
1
-1/+1
*
Fix test case for when time.tzname[0] is either UTC or GMT. Also have test
Brett Cannon
2004-07-12
1
-2/+7
*
Fix SF Bug #989066
Nicholas Bastin
2004-07-12
1
-4/+4
*
this is patch
Michael W. Hudson
2004-07-12
2
-1/+38
*
FreeBSD's services file contains an additional echo service entry, with
Andrew MacIntyre
2004-07-12
1
-1/+7
*
Removed debugging print statements from TimedRotatingFileHandler, and sorted ...
Vinay Sajip
2004-07-12
1
-3/+4
*
Simplified the new get/get_nowait/put/put_nowait implementations a bit.
Tim Peters
2004-07-12
1
-27/+12
*
Bug #788520: Queue class has logic error when non-blocking
Tim Peters
2004-07-12
1
-85/+62
*
Remove tabs introduced in last commit.
Brett Cannon
2004-07-11
1
-4/+4
*
Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee
Kurt B. Kaiser
2004-07-11
2
-12/+11
*
SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator
Brett Cannon
2004-07-10
2
-0/+9
*
Debug output is now printed to sys.stderr .
Brett Cannon
2004-07-10
1
-9/+10
*
posixpath.realpath() now detects symlink loops and returns the path just before
Brett Cannon
2004-07-10
1
-6/+30
*
[Patch #981794] Add support for Firefox/Firebird
Andrew M. Kuchling
2004-07-10
1
-5/+6
*
[Patch 988444]
Andrew M. Kuchling
2004-07-10
1
-34/+31
*
[Patch #965175] Incorporate a suggestion for a better error message
Andrew M. Kuchling
2004-07-10
1
-1/+2
*
Make ntpath compress multiple slashes between drive letter and the rest of the
Brett Cannon
2004-07-10
2
-9/+24
*
[Patch #988602] Move the urllib2 tests into the test framework
Andrew M. Kuchling
2004-07-10
2
-78/+129
*
Make struct formats for specifying file size to be unsigned instead of signed
Brett Cannon
2004-07-10
1
-4/+4
*
[Patch #969907] Add traceback to warning output
Andrew M. Kuchling
2004-07-10
1
-4/+5
*
In poll(), check connections for exceptional conditions
Andrew M. Kuchling
2004-07-10
1
-0/+15
*
Return value from .close(); move .set_file up
Andrew M. Kuchling
2004-07-10
1
-2/+2
*
[Bug #835415] AIX can return modes that are >65536, which causes an OverflowE...
Andrew M. Kuchling
2004-07-10
1
-1/+1
*
[Patch #988504] Fix HTTP error handling via a patch from John J. Lee
Andrew M. Kuchling
2004-07-10
1
-10/+6
*
[Patch #987052 from Thomas Guettler]
Andrew M. Kuchling
2004-07-10
1
-6/+21
*
Improve Context construction and representation:
Raymond Hettinger
2004-07-10
2
-43/+39
*
Add generic codecs.encode() and .decode() APIs that don't impose
Marc-André Lemburg
2004-07-10
1
-1/+11
*
Restructure testing of .pth files. Move previous functions into a class and
Brett Cannon
2004-07-10
1
-37/+82
*
Change argument list for addsitedir() to not require a second argument and thus
Brett Cannon
2004-07-09
1
-1/+1
*
Add some tests for corner cases.
Raymond Hettinger
2004-07-09
1
-1/+25
*
* Update the test suite to reflect that ConversionSyntax was no longer
Raymond Hettinger
2004-07-09
2
-18/+6
*
Module and tests:
Raymond Hettinger
2004-07-09
2
-41/+35
*
* fix the print test
Raymond Hettinger
2004-07-09
1
-0/+14
*
* balance the left/right search for getitem.
Raymond Hettinger
2004-07-09
1
-4/+31
*
Add another bunch of test cases for calendars with Sunday as the
Walter Dörwald
2004-07-08
1
-1/+60
*
Add exception handling for BaseRotatingFileHandler (SF #979252)
Vinay Sajip
2004-07-08
1
-3/+6
*
FileHandler now stores the basename as an absolute path (fix for SF #982049)
Vinay Sajip
2004-07-08
1
-2/+4
*
release dates
Anthony Baxter
2004-07-08
1
-2/+2
*
Whitespace normalization.
Tim Peters
2004-07-08
13
-33/+26
[next]