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
*
Move body of CALL_FUNCTION opcode into helper function.
Jeremy Hylton
2002-08-16
1
-54/+56
*
Squash a few calls to the hideously expensive PyObject_CallObject(o,a)
Guido van Rossum
2002-08-16
5
-12/+37
*
Streamline the fast track for CFunction calls a bit more: there was
Guido van Rossum
2002-08-16
1
-5/+2
*
Regenerated with PyDoc_STR() around docstrings.
Jack Jansen
2002-08-16
23
-2151/+2151
*
iUse PyDoc_STR() around docstrings.
Jack Jansen
2002-08-16
1
-1/+1
*
A nice little speed-up for filter():
Guido van Rossum
2002-08-16
1
-13/+17
*
Fix SF bug 595838 -- buffer in type_new() should not be static. Moved
Guido van Rossum
2002-08-16
1
-1/+1
*
SF bug 594996: OverflowError in random.randrange
Tim Peters
2002-08-16
1
-4/+17
*
Newly-relaxed limits on random.randrange(). Also added some info about
Tim Peters
2002-08-16
1
-5/+12
*
Mention warnings about defining None.
Guido van Rossum
2002-08-16
1
-0/+3
*
Add warnings for arguments named None. All set. (I could add a
Guido van Rossum
2002-08-16
1
-1/+9
*
check_events(): This was failing under -O, due to not expecting any
Tim Peters
2002-08-16
1
-3/+0
*
Add warning for None used as keyword argument name in function call.
Guido van Rossum
2002-08-16
1
-0/+1
*
Add warnings for assignment or deletion of variables and attributes
Guido van Rossum
2002-08-16
1
-0/+27
*
Minor cleanup of parsename() and parsestr(): the 'struct compiling *'
Guido van Rossum
2002-08-16
1
-13/+13
*
base64.decodestring('') should return '' instead of raising an
Barry Warsaw
2002-08-15
2
-11/+3
*
Fixed the bugs in the constant definitions, and in the code to test
Jack Jansen
2002-08-15
4
-10/+14
*
After generating the Python file with definitions try to run it, so
Jack Jansen
2002-08-15
27
-0/+54
*
Try to cater for a source tree checked out with MacCVS in stead of
Jack Jansen
2002-08-15
1
-6/+36
*
Illustrating by example one good reason not to trust a proof <wink>.
Tim Peters
2002-08-15
1
-3/+3
*
k_mul() comments: In honor of Dijkstra, made the proof that "t3 fits"
Tim Peters
2002-08-15
1
-34/+37
*
long_mul(): Simplified exit code. In particular, k_mul() returns a
Tim Peters
2002-08-15
1
-9/+3
*
This is my patch
Michael W. Hudson
2002-08-15
19
-187/+341
*
Add notes about universal newlines.
Guido van Rossum
2002-08-15
1
-2/+10
*
Fix typo. It's --with-universal-newlines, not
Guido van Rossum
2002-08-15
2
-3/+3
*
Slight reordering of directories searched for BerkDB libs and include files.
Skip Montanaro
2002-08-15
1
-12/+23
*
forgot the best part - the new tests...
Skip Montanaro
2002-08-15
1
-0/+32
*
provide less mysterious error messages when seeing end-of-line in
Skip Montanaro
2002-08-15
3
-3/+14
*
Add 'in' change
Andrew M. Kuchling
2002-08-15
1
-3/+29
*
Add news about Fred's change to Py_InitModule4().
Guido van Rossum
2002-08-14
1
-0/+4
*
Reflow long lines.
Jeremy Hylton
2002-08-14
1
-26/+32
*
Py_InitModule() and friends now accept NULL for the 'methods'
Fred Drake
2002-08-14
1
-0/+9
*
Py_InitModule4(): Accept NULL for the 'methods' argument. This makes
Fred Drake
2002-08-14
1
-14/+16
*
Docstring nits: The module is neither proposed nor new.
Jeremy Hylton
2002-08-14
1
-1/+1
*
Added Hisao Suzuki.
Martin v. Löwis
2002-08-14
1
-0/+1
*
More changes of DeprecationWarning to FutureWarning.
Guido van Rossum
2002-08-14
5
-8/+8
*
Explain use of currentThread() in _Condition methods.
Jeremy Hylton
2002-08-14
1
-2/+2
*
The filterwarnings() call here should be updated to filter out
Guido van Rossum
2002-08-14
1
-1/+1
*
Explain a little more.
Jeremy Hylton
2002-08-14
1
-0/+1
*
Explain a minor mystery.
Jeremy Hylton
2002-08-14
1
-0/+1
*
PyType_Ready(): initialize the base class a bit earlier, so that if we
Guido van Rossum
2002-08-14
1
-6/+6
*
k_mul() comments: Simplified the simplified explanation of why ah*bh and
Tim Peters
2002-08-14
1
-6/+3
*
More updates describing FutureWarnings.
Barry Warsaw
2002-08-14
3
-1/+13
*
mkstemp's last argument changed from binary=True to text=False.
Tim Peters
2002-08-14
1
-2/+2
*
k_mul() comments: Explained why there's always enough room to subtract
Tim Peters
2002-08-14
1
-0/+7
*
Add news about FutureWarning and PEP 237 stage B0.
Guido van Rossum
2002-08-14
1
-0/+23
*
Document PyExc_FutureWarning
Barry Warsaw
2002-08-14
1
-4/+4
*
Added a FutureWarning for constructs that will change semantically in
Barry Warsaw
2002-08-14
3
-2/+11
*
Patch #550192: Set softspace to 0 in raw_input().
Martin v. Löwis
2002-08-14
1
-18/+22
*
tempfile's mkstemp(): Changed last argument from
Tim Peters
2002-08-14
2
-11/+11
[next]