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
...
*
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
*
Patch by Bill Noon: added 'dylib' as a library type along with
Jack Jansen
2001-08-27
2
-4/+9
*
Fixes by Thomas Heller:
Jack Jansen
2001-08-27
5
-12/+13
*
Refer to the toolbox modules by their official name (Carbon.AE), not the inte...
Jack Jansen
2001-08-27
1
-59/+59
*
When we're freezing to sourcecode and one of the modules is a dynamic module ...
Jack Jansen
2001-08-27
1
-0/+4
*
Updated to the current state of affairs.
Jack Jansen
2001-08-27
2
-0/+0
*
Added targets for building the Carbon and Classic interpreter if you don't wa...
Jack Jansen
2001-08-27
1
-0/+0
*
- A forgotten "from Carbon".
Jack Jansen
2001-08-27
1
-2/+3
*
A few forgotten "from Carbon"s.
Jack Jansen
2001-08-27
2
-2/+2
*
SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, from
Tim Peters
2001-08-27
3
-9/+26
*
Two improvements suggested by Greg Stein:
Barry Warsaw
2001-08-27
1
-2/+5
*
Import the MacOS toolbox modules from the Carbon package.
Jack Jansen
2001-08-25
100
-331/+336
*
Step 2 in putting the MacOS toolbox modules in a package: issue a Depracation...
Jack Jansen
2001-08-25
45
-0/+135
*
PyString_FromFormatV: Massage platform %p output to match what gcc does,
Tim Peters
2001-08-25
1
-0/+8
*
Undo previous checkin -- Barry fixed it better.
Guido van Rossum
2001-08-24
1
-2/+0
*
Update test output to match new (more informative) error message about
Guido van Rossum
2001-08-24
1
-2/+2
*
Quick and dirty fix for test_extcall failures trigged by Guido's
Barry Warsaw
2001-08-24
2
-4/+8
*
Remove the local 'getset' class -- this is now a built-in type with
Guido van Rossum
2001-08-24
1
-18/+0
*
getset_init(): the function name in the PyArg_ParseTuple() format
Guido van Rossum
2001-08-24
1
-1/+1
*
Improve the error message issued when an unbound method is called with
Guido van Rossum
2001-08-24
1
-3/+49
*
Rip the import repr truncation test out of here and put it in test_repr.py
Barry Warsaw
2001-08-24
1
-35/+0
*
Added lots of tests for reprs of "simple" objects, such as file,
Barry Warsaw
2001-08-24
1
-0/+156
*
PyErr_Format(): Factor out most of this code into
Barry Warsaw
2001-08-24
1
-114/+1
*
repr's converted to using PyString_FromFormat() instead of sprintf'ing
Barry Warsaw
2001-08-24
11
-136/+95
*
PyString_FromFormat() and PyString_FromFormatV(): Largely ripped from
Barry Warsaw
2001-08-24
2
-0/+159
*
Repair repr of future-features (wasn't updated to include the new
Tim Peters
2001-08-24
1
-2/+3
*
supers(): typo -- "if verify" should be "if verbose".
Guido van Rossum
2001-08-24
1
-1/+1
[prev]
[next]