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
...
*
Script to run the pystones "benchmark" under HotShot.
Fred Drake
2002-07-18
1
-0/+35
*
Simplify; the low-level log reader is now always a modern iterator,
Fred Drake
2002-07-18
1
-6/+1
*
Expose the fileno() method of the underlying profiler.
Fred Drake
2002-07-18
1
-0/+4
*
Expose the fileno() method of the underlying log reader.
Fred Drake
2002-07-18
1
-6/+4
*
Add default timeout functionality. This adds setdefaulttimeout() and
Guido van Rossum
2002-07-18
2
-0/+32
*
Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted
Tim Peters
2002-07-18
1
-35/+46
*
Gave hotshot.LogReader a close() method, to allow users to close the
Tim Peters
2002-07-18
2
-4/+4
*
We're no longer trying to support older Python versions with this
Guido van Rossum
2002-07-18
1
-7/+2
*
test_hotshot fails on Windows now. Added XXX comment explaining why,
Tim Peters
2002-07-17
1
-0/+4
*
Add a test for the 'closed' attribute on the C-profiler object.
Guido van Rossum
2002-07-17
1
-0/+3
*
Add missing comma.
Jeremy Hylton
2002-07-17
1
-1/+1
*
Add a rather generous set of tests allowed to be skipped on sunos5.
Guido van Rossum
2002-07-17
1
-0/+23
*
Use sys.executable to run Python, as suggested by Neal Norwitz.
Tim Peters
2002-07-17
1
-2/+3
*
Bunch of tests to make sure that StopIteration is a sink state.
Guido van Rossum
2002-07-16
1
-0/+76
*
Fix typos and such caught by the pycheckerbot.
Jeremy Hylton
2002-07-16
1
-3/+3
*
Whitespace normalization.
Tim Peters
2002-07-16
14
-50/+48
*
Send HTTP requests with a single send() call instead of many.
Jeremy Hylton
2002-07-16
1
-15/+26
*
Given the persistent id code a shot at a class before calling save_global().
Jeremy Hylton
2002-07-16
1
-5/+5
*
The atexit module effectively turned itself off if sys.exitfunc already
Tim Peters
2002-07-16
3
-24/+53
*
Tim_one's change to aggressively overallocate nodes when adding child
Andrew MacIntyre
2002-07-15
1
-9/+2
*
Remove httplib from tested modules.
Jeremy Hylton
2002-07-12
1
-15/+0
*
Palm OS encoding from Sjoerd Mullender
Marc-André Lemburg
2002-07-12
1
-0/+67
*
Change _begin() back to begin().
Jeremy Hylton
2002-07-12
2
-6/+5
*
Fix SF bug 579701 (Fernando Pérez); an input line consisting of one or
Guido van Rossum
2002-07-12
1
-8/+8
*
Well, Fred never did explain why the code to determine whether the
Michael W. Hudson
2002-07-12
1
-7/+3
*
_structure(): Don't get the whole Content-Type: header, just get the
Barry Warsaw
2002-07-11
1
-1/+1
*
test_trashcan() and supporting class Ouch(): Jeremy noted that this test
Tim Peters
2002-07-11
1
-3/+9
*
_dispatch(): Comment improvements.
Barry Warsaw
2002-07-11
1
-3/+3
*
subtype_resurrection(): Removed unused import.
Tim Peters
2002-07-11
1
-1/+0
*
Extend function() to support an optional closure argument.
Jeremy Hylton
2002-07-11
1
-0/+24
*
subtype_resurrection(): The test suite with -l properly reported the
Tim Peters
2002-07-11
1
-2/+13
*
Repaired optimistic comment in new test.
Tim Peters
2002-07-11
1
-4/+3
*
Added a test that provokes the hypothesized (in my last checkin comment)
Tim Peters
2002-07-11
1
-0/+20
*
1. Prevent Undo before IOmark in PyShell.PyShell
Kurt B. Kaiser
2002-07-11
2
-13/+22
*
assertHasattr(): Made failure msg better than useless.
Tim Peters
2002-07-10
1
-1/+4
*
Fix for SF bug 579107.
Jeremy Hylton
2002-07-09
1
-36/+88
*
ndiffAssertEqual(): Stringify the arguments before running
Barry Warsaw
2002-07-09
1
-4/+16
*
make_header(): New function to take the output of decode_header() and
Barry Warsaw
2002-07-09
1
-6/+45
*
Fix SF Bug 564931: compile() traceback must include filename.
Thomas Heller
2002-07-09
1
-0/+9
*
Anthony Baxter's patch for non-strict parsing. This adds a `strict'
Barry Warsaw
2002-07-09
1
-24/+71
*
Add the concept of a "default type". Normally the default type is
Barry Warsaw
2002-07-09
1
-0/+22
*
__init__(): Don't attach the subparts if its an empty tuple. If the
Barry Warsaw
2002-07-09
1
-2/+5
*
clone(): A new method for creating a clone of this generator (for
Barry Warsaw
2002-07-09
1
-27/+24
*
__init__(): Be sure to set the default type to message/rfc822.
Barry Warsaw
2002-07-09
1
-0/+2
*
_structure(): A handy little debugging aid that I don't (yet) intend
Barry Warsaw
2002-07-09
1
-0/+10
*
TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an
Barry Warsaw
2002-07-09
1
-32/+186
*
New files which test the corners of multipart/message and
Barry Warsaw
2002-07-09
2
-0/+48
*
With the addition of Oleg's support for RFC 2231, it's time to bump
Barry Warsaw
2002-07-09
1
-1/+1
*
Change the "__ private" names to "_ protected"; this has been a pain for
Fred Drake
2002-07-08
1
-31/+31
*
Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem.
Jack Jansen
2002-07-08
2
-6/+1
[prev]
[next]