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
*
Removed some unreachable break statements to silence SGI compiler.
Sjoerd Mullender
2001-08-30
1
-3/+0
*
Started on the 2.2a2 installer
Jack Jansen
2001-08-30
1
-0/+0
*
Give the internal immutable list type .extend and .pop methods (they
Tim Peters
2001-08-30
1
-0/+2
*
Add a new function imp.lock_held(), and use it to skip test_threaded_import
Tim Peters
2001-08-30
4
-4/+47
*
Safety measures now that str and tuple are subclassable:
Guido van Rossum
2001-08-30
1
-1/+9
*
Make 'super' subclassable. (Not sure how useful this is yet. :-)
Guido van Rossum
2001-08-30
1
-1/+1
*
Make unicode subclassable.
Guido van Rossum
2001-08-30
1
-2/+32
*
Make str and tuple types subclassable.
Guido van Rossum
2001-08-30
2
-4/+54
*
Make getset subclassable.
Guido van Rossum
2001-08-30
1
-1/+1
*
Fix typo: double semicolons.
Guido van Rossum
2001-08-30
2
-2/+2
*
Make the Py<type>_Check() macro use PyObject_TypeCheck().
Guido van Rossum
2001-08-30
3
-3/+3
*
Squash new compiler wng in debug build.
Tim Peters
2001-08-30
1
-1/+1
*
gcmodule is now always compiled
Neil Schemenauer
2001-08-30
1
-3/+0
*
gcmodule is now enabled here
Neil Schemenauer
2001-08-30
1
-0/+6
*
Make more things internal to this file. Remove
Neil Schemenauer
2001-08-30
1
-93/+148
*
Always build gcmodule.
Neil Schemenauer
2001-08-29
1
-297/+303
*
Flush output more aggressively. This makes things look better if
Neil Schemenauer
2001-08-29
1
-0/+2
*
Use new GC API. Remove usage of BASICSIZE macros.
Neil Schemenauer
2001-08-29
1
-18/+18
*
Use new GC API.
Neil Schemenauer
2001-08-29
8
-99/+76
*
Remove GC related code. It lives in gcmodule now.
Neil Schemenauer
2001-08-29
1
-26/+1
*
Make frames a PyVarObject. Use new GC API.
Neil Schemenauer
2001-08-29
1
-30/+14
*
Remove bogus PyGC_HEAD_SIZE.
Neil Schemenauer
2001-08-29
1
-1/+1
*
Change the GC type flag since the API has changed. Allow types using
Neil Schemenauer
2001-08-29
1
-50/+66
*
Change the GC type flag since the API has changed. Allow types using
Neil Schemenauer
2001-08-29
1
-6/+10
*
Make frames a PyVarObject instead of a PyObject.
Neil Schemenauer
2001-08-29
1
-2/+1
*
Always compile gcmodule.
Neil Schemenauer
2001-08-29
2
-6/+3
*
Track the block stack more reasonably in order to handle continue in
Jeremy Hylton
2001-08-29
2
-26/+90
*
Improve stack depth computation for try/except and try/finally
Jeremy Hylton
2001-08-29
2
-2/+8
*
Add __getitem__() handler for use by visitContinue()
Jeremy Hylton
2001-08-29
2
-0/+4
*
Added xx and xxsubtype modules, for completeness and because xxsubtype is use...
Jack Jansen
2001-08-29
2
-0/+7
*
Started on release notes and readme for 2.2a2.
Jack Jansen
2001-08-29
2
-52/+113
*
SF bug [#456252] Python should never stomp on [u]intptr_t.
Tim Peters
2001-08-29
6
-17/+22
*
Generate SET_LINENO for list and tuple literals when the open paren
Jeremy Hylton
2001-08-29
2
-2/+6
*
Make sure that atoms (Tuple, List, etc.) have lineno attributes
Jeremy Hylton
2001-08-29
2
-4/+8
*
Fix off-by-one errors in code to find depth of stack.
Jeremy Hylton
2001-08-29
2
-6/+6
*
Workaround by Tim Peters to skip this test if run from test.autotest,
Jack Jansen
2001-08-29
1
-1/+5
*
Undo change from list to dict for handling varnames, consts, etc.
Jeremy Hylton
2001-08-29
2
-98/+44
*
Change default() to use getChildNodes() instead of getChildren()
Jeremy Hylton
2001-08-29
2
-6/+4
*
Support // and //=
Jeremy Hylton
2001-08-29
2
-2/+12
*
Add support for // and //=.
Jeremy Hylton
2001-08-29
2
-10/+32
*
Add generator detection to symbol table.
Jeremy Hylton
2001-08-29
2
-18/+70
*
Modify name conversion to be (hopefully) a bit more efficient.
Jeremy Hylton
2001-08-29
2
-34/+104
*
Revise implementations of getChildren() and getChildNodes().
Jeremy Hylton
2001-08-29
6
-318/+1528
*
Add opcodes for floor division and true division (PEP 238)
Jeremy Hylton
2001-08-29
1
-0/+4
*
Add tests for augmented floor division
Jeremy Hylton
2001-08-29
2
-0/+27
*
Don't include doc string of class in its code child
Jeremy Hylton
2001-08-29
2
-0/+10
*
Now that int is subclassable, have to change a test that tests for
Guido van Rossum
2001-08-29
1
-2/+2
*
Make int, long and float subclassable.
Guido van Rossum
2001-08-29
3
-14/+111
*
Fix super() so that it is usable for static methods (like __new__) as well.
Guido van Rossum
2001-08-29
1
-8/+27
*
Make the PyXXX_Check() macros for the numeric types inheritance-aware.
Guido van Rossum
2001-08-29
4
-4/+4
[next]