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
...
*
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
*
SF patch # 580411, move frame macros from frameobject.h into ceval.c
Neal Norwitz
2002-07-14
2
-23/+10
*
Undef MIN and MAX before defining them, to avoid warnings on certain
Guido van Rossum
2002-07-13
1
-0/+2
*
Don't declare a function with staticforward.
Jeremy Hylton
2002-07-13
1
-2/+2
*
Add more items
Andrew M. Kuchling
2002-07-12
1
-13/+46
*
Clarify the return value of __nonzero__(): It *must* be an integer.
Fred Drake
2002-07-12
1
-3/+3
*
fixed wrong classic MacOS pathname assumption
Just van Rossum
2002-07-12
1
-1/+1
*
Remove httplib from tested modules.
Jeremy Hylton
2002-07-12
1
-15/+0
*
Get the meta class inheritance right.
Jeremy Hylton
2002-07-12
1
-5/+6
*
Mention new encoding.
Marc-André Lemburg
2002-07-12
1
-0/+2
*
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
*
Fernando Pérez of SF bug 579701 fame.
Guido van Rossum
2002-07-12
1
-0/+1
*
Fix SF bug 579701 (Fernando Pérez); an input line consisting of one or
Guido van Rossum
2002-07-12
1
-8/+8
*
minor fixes, removed obsolete warning
Just van Rossum
2002-07-12
1
-10/+3
*
Well, Fred never did explain why the code to determine whether the
Michael W. Hudson
2002-07-12
1
-7/+3
*
HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C
Tim Peters
2002-07-12
2
-12/+2
*
remove decl of unused variable
Jeremy Hylton
2002-07-11
1
-1/+1
*
Do more robust test of whether global objects are accessible.
Jeremy Hylton
2002-07-11
1
-4/+3
*
docompare(): Use PyTuple_New instead of Py_BuildValue to build compare's
Tim Peters
2002-07-11
1
-2/+7
*
move make_eiffel_method() out of base metaclass
Jeremy Hylton
2002-07-11
1
-7/+7
*
Remove list prenpost. It's not used any longer.
Jeremy Hylton
2002-07-11
1
-3/+0
*
Add a call to a Sub() method that actually works.
Jeremy Hylton
2002-07-11
1
-0/+1
[prev]
[next]