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
*
Fix a minor markup typo.
Fred Drake
2001-08-29
1
-1/+1
*
marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit
Tim Peters
2001-08-29
3
-12/+70
*
On Fred's suggestion, convert sprintf() examples to use
Barry Warsaw
2001-08-29
1
-19/+11
*
Add METH_O and METH_NOARGS change
Andrew M. Kuchling
2001-08-29
1
-9/+19
*
pickle.py, load_int(): Match cPickle's just-repaired ability to unpickle
Tim Peters
2001-08-28
2
-1/+20
*
load_int: The fallback to long ints was coded in such a way that it
Tim Peters
2001-08-28
1
-4/+3
*
Update an email address.
Barry Warsaw
2001-08-28
1
-10/+10
*
Note change in fp literal syntax (e.g. "3e-" worked by accident before).
Tim Peters
2001-08-28
1
-0/+3
*
Fix a typo in SLOT0 macro for the declaration of cache_str.
Guido van Rossum
2001-08-28
1
-1/+1
*
Fix the test again due to fewer calls to __getattr__.
Guido van Rossum
2001-08-28
1
-3/+1
*
Finish the previous checkin: also avoid getattr when calling the method
Guido van Rossum
2001-08-28
1
-25/+93
*
Revise comments about TeX & LaTeX for accuracy.
Fred Drake
2001-08-28
1
-5/+7
*
Fix one test to reflect the change in method lookup policy.
Guido van Rossum
2001-08-28
1
-2/+1
*
Change in policy: when a slot_tp_xxx function looks for the __xxx__ method,
Guido van Rossum
2001-08-28
1
-15/+57
*
Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end of a for loop are
Jeremy Hylton
2001-08-28
2
-2/+2
*
The "O!" format code should implement an isinstance() test
Guido van Rossum
2001-08-28
1
-1/+1
*
XXX_NAME ops should affect varnames
Jeremy Hylton
2001-08-28
2
-2/+8
*
Generate FOR_ITER-based loops instead of old FOR_LOOP-based loops
Jeremy Hylton
2001-08-28
2
-10/+18
*
FOR_ITER is a jrel_op() not a plain old def_op()
Jeremy Hylton
2001-08-28
1
-1/+1
*
Added explanation that [...] * n generates shallow copies of [...], so
Fred Drake
2001-08-28
1
-2/+26
*
Added list of tests expected to be skipped on the mac.
Jack Jansen
2001-08-28
1
-0/+36
*
Fix a number of minor markup errors, and improve the consistency a bit.
Fred Drake
2001-08-28
1
-16/+16
*
Plant a mention in the description of backreferences of the fact that
Eric S. Raymond
2001-08-28
1
-1/+5
*
Refcount info for PyString_FromFormat() and PyString_FromFormatV().
Barry Warsaw
2001-08-28
1
-0/+8
*
Documentation for PyString_FromFormat() and PyString_FromFormatV().
Barry Warsaw
2001-08-28
1
-0/+28
*
Experimental feature: allow \n as well as \r as newline for text files, by br...
Jack Jansen
2001-08-27
1
-0/+17
*
Handle private names
Jeremy Hylton
2001-08-27
6
-40/+100
*
exceptions was missing from the module list. Added.
Jack Jansen
2001-08-27
1
-0/+1
*
A quick hack to make the test pass on the Mac (similar to the quick hack
Jack Jansen
2001-08-27
1
-0/+4
*
emit SET_LINENO for augmented assignments
Jeremy Hylton
2001-08-27
2
-0/+8
*
Many changes -- bug fixes and sundry improvements
Jeremy Hylton
2001-08-27
2
-66/+60
*
Fix another test still expecting overflow on big int literals.
Tim Peters
2001-08-27
1
-7/+2
*
Change test_overflow to test_no_overflow; looks like big int literals
Tim Peters
2001-08-27
1
-4/+5
*
Use the new macresource module to open the accompanying resource file (if nee...
Jack Jansen
2001-08-27
13
-102/+37
*
need() now returns the refno of the resource file opened, or None if the
Jack Jansen
2001-08-27
1
-4/+7
*
Module to help other modules locate their resources. It currently knows about
Jack Jansen
2001-08-27
1
-0/+68
*
These have long outlived there usefulness, in my opinion. Moved to Unsupported.
Jack Jansen
2001-08-27
5
-0/+0
*
Fix for sibling nodes that define the same free variable
Jeremy Hylton
2001-08-27
2
-12/+20
*
Add lookup_name() to optimize use of stack frames
Jeremy Hylton
2001-08-27
2
-10/+42
*
Two changes to visitor API:
Jeremy Hylton
2001-08-27
2
-40/+46
*
Why didn't I think of Fred off the top of my head?
Jeremy Hylton
2001-08-27
1
-0/+1
*
Add everyone I can think of off the top of my head
Jeremy Hylton
2001-08-27
1
-0/+7
*
Revise regrtest to compile entire standard library.
Jeremy Hylton
2001-08-27
1
-9/+28
*
Add -c option to continue if one file has a SyntaxError
Jeremy Hylton
2001-08-27
1
-2/+15
*
Add content-type header to ftp URLs (SF patch #454553)
Jeremy Hylton
2001-08-27
3
-14/+27
*
Docs for the PEP 264 changes.
Michael W. Hudson
2001-08-27
4
-22/+112
*
If an integer constant can't be generated from an integer literal
Jeremy Hylton
2001-08-27
1
-5/+2
*
SF bug [#455775] float parsing discrepancy.
Tim Peters
2001-08-27
2
-5/+23
*
Added Dean Draayer to the thank you list.
Jack Jansen
2001-08-27
1
-2/+2
*
Patch by Dean Draayer: support for indeterminate progress bars. You
Jack Jansen
2001-08-27
1
-27/+37
[next]