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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added documentation for the buffer_text and related attributes of the
Fred Drake
2002-07-17
1
-0/+23
*
Mark the closed attribute of the profiler with PyDoc_STR(), and added
Fred Drake
2002-07-17
1
-2/+3
*
Added a docstring for the closed attribute.
Fred Drake
2002-07-17
1
-4/+9
*
SF patch 552161 - Py_AddPendingCall doesn't unlock on fail (Daniel
Guido van Rossum
2002-07-17
1
-1/+3
*
Removed more stray instances of statichere, but left _sre.c alone.
Tim Peters
2002-07-17
8
-9/+9
*
Change staticforward and statichere to just use static.
Fred Drake
2002-07-17
1
-2/+2
*
Remove now-obsolete staticforward/statichere discussion.
Fred Drake
2002-07-17
1
-10/+2
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
61
-222/+126
*
Some modernization. Get rid of the redundant next() method. Always
Guido van Rossum
2002-07-17
1
-66/+37
*
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 test_zlib and test_struct to list of slow tests
Jeremy Hylton
2002-07-17
1
-1/+1
*
Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it.
Tim Peters
2002-07-17
1
-4/+0
*
Add a rather generous set of tests allowed to be skipped on sunos5.
Guido van Rossum
2002-07-17
1
-0/+23
*
Remove RCSId; this produces annoying warnings.
Fred Drake
2002-07-17
1
-3/+0
*
Wipe out some warnings about non-ANSI code and an unsafe arg to
Guido van Rossum
2002-07-17
1
-7/+4
*
reduce(): Clarified what is returned in the case of a sequence 1 item long and
Fred Drake
2002-07-17
1
-6/+6
*
We need to (require 'compile) to guarantee that compile-internal is
Barry Warsaw
2002-07-17
1
-0/+1
*
Use sys.executable to run Python, as suggested by Neal Norwitz.
Tim Peters
2002-07-17
1
-2/+3
*
There's no need for generators to define an explicit next() method.
Tim Peters
2002-07-17
1
-22/+1
*
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
*
Remove the next() method -- one is supplied automatically by
Guido van Rossum
2002-07-16
1
-16/+11
*
Remove the next() method -- one is supplied automatically by
Guido van Rossum
2002-07-16
1
-10/+1
*
Make StopIteration a sink state. This is done by clearing out the
Guido van Rossum
2002-07-16
1
-28/+11
*
Make StopIteration a sink state. This is done by clearing out the
Guido van Rossum
2002-07-16
1
-62/+47
*
Whitespace normalization.
Guido van Rossum
2002-07-16
1
-66/+66
*
Make StopIteration a sink state. This is done by clearing out the
Guido van Rossum
2002-07-16
1
-11/+10
*
Record the decision that StopIteration is a sink state (see recent
Guido van Rossum
2002-07-16
1
-0/+7
*
Given the persistent id code a shot at a class before calling save_global().
Jeremy Hylton
2002-07-16
2
-10/+10
*
The object returned by tp_new() may not have a tp_init.
Jeremy Hylton
2002-07-16
1
-1/+2
*
The atexit module effectively turned itself off if sys.exitfunc already
Tim Peters
2002-07-16
3
-24/+53
*
(py-imenu-create-index-function): Skip over stuff that looks like code
Barry Warsaw
2002-07-16
1
-0/+2
*
Make list_iter() really static.
Guido van Rossum
2002-07-16
1
-1/+1
*
(py-pychecker-run): Thomas Heller points out that this function messes
Barry Warsaw
2002-07-16
1
-2/+2
*
valid_identifier(): use an unsigned char* so that isalpha() will do
Guido van Rossum
2002-07-16
1
-2/+2
*
Add a blurb on the 3 Windows bugs I worked on over the last couple of days.
Mark Hammond
2002-07-16
1
-0/+8
*
Fix bug 581232 - [Windows] Can not interrupt time.sleep()
Mark Hammond
2002-07-16
1
-3/+46
*
Added the "weird" ccTLDs ac, gg, im, and je. These are not recognized
Barry Warsaw
2002-07-15
1
-5/+17
*
XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmt
Tim Peters
2002-07-15
1
-10/+33
*
Added Andrew MacIntyre -- overdue!
Tim Peters
2002-07-15
1
-1/+2
*
/F revealed that ShellExecute() only requires shellapi.h, not the
Tim Peters
2002-07-15
1
-1/+2
*
Clarify that the description of sys.path[0] is only valid upon program
Guido van Rossum
2002-07-15
1
-2/+5
*
Tim_one's change to aggressively overallocate nodes when adding child
Andrew MacIntyre
2002-07-15
1
-9/+2
*
docompare(): Another reasonable optimization from Jonathan Hogg for the
Tim Peters
2002-07-15
2
-1/+2
*
Fix bug 231273 - [windows] os.popen doens't kill subprocess when interrupted
Mark Hammond
2002-07-14
1
-1/+1
*
Fix bug 439992 - [win32] KeyboardInterrupt Not Caught.
Mark Hammond
2002-07-14
1
-0/+33
*
WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few
Tim Peters
2002-07-14
4
-4/+5
[next]