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
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
OS/2 VACPP build updates/fixes
Andrew MacIntyre
2004-03-29
1
-1/+1
*
Marshal clean-up (SF patch #873224)
Armin Rigo
2004-03-26
2
-70/+61
*
A few more PyThreadState_Get to PyThreadState_GET conversions
Nicholas Bastin
2004-03-25
1
-1/+1
*
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin
2004-03-24
7
-25/+25
*
Enable the profiling of C functions (builtins and extensions)
Nicholas Bastin
2004-03-24
2
-6/+52
*
Decref all if ensure_fromlist fails. Fixes #876533.
Martin v. Löwis
2004-03-23
1
-2/+3
*
Lost reference.
Armin Rigo
2004-03-22
1
-6/+8
*
Fix SF bug #765624.
Armin Rigo
2004-03-22
1
-5/+12
*
Fix for line events in the case:
Armin Rigo
2004-03-22
1
-1/+31
*
Moved tracebackobject to traceback.h, Closes SF Bug #497067
Nicholas Bastin
2004-03-21
1
-23/+16
*
Improve byte coding for multiple assignments.
Raymond Hettinger
2004-03-21
1
-3/+74
*
Cancelled checkin, sorry.
Armin Rigo
2004-03-20
1
-10/+6
*
A 2% speed improvement with gcc on low-endian machines. My guess is that this
Armin Rigo
2004-03-20
1
-6/+10
*
LIST_APPEND is predicably followed by JUMP_ABSOLUTE.
Raymond Hettinger
2004-03-12
1
-1/+5
*
Move the code for BREAK and CONTINUE_LOOP to be near FOR_ITER.
Raymond Hettinger
2004-03-12
1
-9/+9
*
Speedup for-loops by inlining PyIter_Next(). Saves duplicate tests
Raymond Hettinger
2004-03-12
1
-8/+10
*
Refactor and optimize code for UNPACK_SEQUENCE.
Raymond Hettinger
2004-03-08
1
-27/+13
*
SF patch #910929: Optimize list comprehensions
Raymond Hettinger
2004-03-07
2
-3/+10
*
SF Patch #902444: Use process scope thread on FreeBSD. System scope
Hye-Shik Chang
2004-03-04
1
-1/+1
*
typo
Skip Montanaro
2004-03-03
1
-1/+1
*
Add pystack definition to Misc/gdbinit with some explanation of its behavior
Skip Montanaro
2004-03-01
1
-0/+4
*
This is my patch #876198 plus a NEWS entry and a header frob.
Michael W. Hudson
2004-02-12
1
-1/+1
*
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Skip Montanaro
2004-02-10
3
-21/+0
*
SF patch #884022: dynamic execution profiling vs opcode prediction
Raymond Hettinger
2004-02-08
1
-0/+9
*
Remove support for systems defining Py_PTHREAD_D[467] in
Skip Montanaro
2004-02-07
1
-72/+0
*
SF patch #864059: optimize eval_frame
Raymond Hettinger
2004-02-06
1
-5/+6
*
Fix input() builtin function to respect compiler flags.
Hye-Shik Chang
2004-02-02
1
-1/+4
*
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld
Skip Montanaro
2004-01-17
1
-4/+0
*
remove DGUX support.
Skip Montanaro
2004-01-17
2
-14/+2
*
Apply pre-sizing optimization to a broader class of objects.
Raymond Hettinger
2004-01-04
1
-8/+4
*
Apply map/zip pre-sizing optimization to a broader class of objects.
Raymond Hettinger
2004-01-04
1
-11/+7
*
Add comment to mollify Tim.
Jeremy Hylton
2004-01-02
1
-0/+2
*
Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.
Hye-Shik Chang
2003-12-29
1
-2/+20
*
Guido grants a Christmas wish:
Raymond Hettinger
2003-12-17
1
-0/+45
*
Remove the PendingDeprecationWarning from apply(). apply() will
Fred Drake
2003-12-05
1
-4/+0
*
Py_Finalize(): disabled the second call of cyclic gc, and added extensive
Tim Peters
2003-12-01
1
-2/+27
*
- Removed FutureWarnings related to hex/oct literals and conversions
Guido van Rossum
2003-11-29
1
-13/+1
*
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen
2003-11-20
6
-146/+2
*
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Jack Jansen
2003-11-19
2
-12/+0
*
Getting rid of code conditional on TARGET_API_MAC_*.
Jack Jansen
2003-11-19
1
-37/+0
*
WITHOUT_FRAMEWORKS conditional code bites the dust: this was for
Jack Jansen
2003-11-19
1
-4/+0
*
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen
2003-11-19
4
-23/+0
*
MacOS9 support is gone.
Jack Jansen
2003-11-19
1
-113/+0
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-0/+2
*
Patch #804543: strdup saved locales. Backported to 2.3.
Martin v. Löwis
2003-11-13
1
-1/+2
*
Implement and apply PEP 322, reverse iteration
Raymond Hettinger
2003-11-06
1
-0/+1
*
Make undetected error on stack unwind a fatal error.
Jeremy Hylton
2003-11-05
1
-4/+4
*
Deleting cyclic object comparison.
Armin Rigo
2003-10-28
1
-20/+36
*
regressing the performance bugfix -- Guido wants the performance bug left
Alex Martelli
2003-10-25
1
-1/+1
*
oh dear. Wrong manipulation. Committed a version of ceval.c from my
Armin Rigo
2003-10-25
1
-28/+20
[next]