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
*
Make PyTraceBack_Here use the current thread, not the
Martin v. Löwis
2007-01-23
1
-1/+1
*
Backport trunk revision 53527:
Thomas Wouters
2007-01-23
2
-6/+9
*
update to (c) years to include 2007
Anthony Baxter
2007-01-06
1
-1/+1
*
Backport:
Neal Norwitz
2007-01-05
1
-1/+2
*
Backport of r52862.
Armin Rigo
2006-11-29
1
-1/+3
*
Backport 52621:
Neal Norwitz
2006-11-04
1
-0/+1
*
Backport 52504:
Neal Norwitz
2006-10-28
1
-1/+4
*
Backport 52501:
Neal Norwitz
2006-10-28
1
-0/+4
*
[Bug #1542016] Report PCALL_POP value. This makes the return value of sys.ca...
Andrew M. Kuchling
2006-10-27
1
-2/+2
*
[Backport of r52452]
Martin v. Löwis
2006-10-27
1
-53/+75
*
Fix #1569998: no break inside try statement (outside loop) allowed.
Georg Brandl
2006-10-08
1
-1/+13
*
Patch #1542451: fix crash with continue in nested try/finally
Georg Brandl
2006-10-08
1
-4/+10
*
Forward-port of r52136: a review of overflow-detecting code.
Armin Rigo
2006-10-04
6
-27/+37
*
Backport rev. 51972:
Georg Brandl
2006-09-25
1
-2/+24
*
Backport rev. 51987: superfluous semicola.
Georg Brandl
2006-09-25
1
-1/+1
*
Building with HP's cc on HP-UX turned up a couple of problems.
Neal Norwitz
2006-09-11
1
-1/+6
*
Properly handle a NULL returned from PyArena_New().
Neal Norwitz
2006-09-11
1
-2/+4
*
Bug #1550983: emit better error messages for erroneous relative
Georg Brandl
2006-09-06
1
-2/+3
*
Bug #1520864 (again): unpacking singleton tuples in list comprehensions and
Neal Norwitz
2006-09-05
2
-5/+14
*
Fix SF #1552093, eval docstring typo (3 ps in mapping)
Neal Norwitz
2006-09-05
1
-1/+1
*
Backport 51443:
Neal Norwitz
2006-08-21
1
-0/+5
*
cpathname could be NULL if it was longer than MAXPATHLEN. Don't try
Neal Norwitz
2006-08-13
1
-1/+6
*
Move/copy assert for tstate != NULL before first use.
Neal Norwitz
2006-08-13
1
-1/+7
*
Patch #1538606, Patch to fix __index__() clipping.
Neal Norwitz
2006-08-12
1
-9/+9
*
PyModule_GetDict() can fail, produce fatal errors if this happens on startup.
Neal Norwitz
2006-08-12
1
-0/+4
*
Whoops, how did that get in there. :-) Revert all the parts of 51227 that we...
Neal Norwitz
2006-08-12
2
-12/+0
*
Check returned pointer is valid.
Neal Norwitz
2006-08-12
2
-0/+12
*
This code is actually not used unless WITHOUT_COMPLEX is defined.
Neal Norwitz
2006-08-12
1
-0/+8
*
It's highly unlikely, though possible for PyEval_Get*() to return NULLs.
Neal Norwitz
2006-08-12
1
-2/+2
*
Even though _Py_Mangle() isn't truly public anyone can call it and
Neal Norwitz
2006-08-12
1
-2/+2
*
Klocwork made another run and found a bunch more problems.
Neal Norwitz
2006-08-12
2
-1/+8
*
Followup to bug #1069160.
Tim Peters
2006-08-10
1
-12/+27
*
Concatenation on a long string breaks (SF #1526585).
Armin Rigo
2006-08-09
1
-3/+9
*
Introduce an upper bound on tuple nesting depth in
Georg Brandl
2006-08-09
1
-0/+3
*
Bug #1535165: fixed a segfault in input() and raw_input() when
Georg Brandl
2006-08-06
1
-1/+1
*
On Windows, make PyErr_Warn an exported function again.
Thomas Heller
2006-08-04
1
-1/+1
*
There were really two issues
Neal Norwitz
2006-08-04
1
-1/+2
*
Bug #1333982: string/number constants were inappropriately stored
Neal Norwitz
2006-08-04
1
-2/+4
*
Bug #1191458: tracing over for loops now produces a line event
Neal Norwitz
2006-08-04
2
-8/+48
*
Add some asserts and update comments
Neal Norwitz
2006-07-30
2
-2/+4
*
Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn().
Neal Norwitz
2006-07-30
1
-2/+13
*
Patch #1531113: Fix augmented assignment with yield expressions.
Neal Norwitz
2006-07-30
2
-9/+12
*
Bug #1529871: The speed enhancement patch #921466 broke Python's compliance
Phillip J. Eby
2006-07-28
1
-34/+132
*
Bug #1521947: possible bug in mystrtol.c with recent gcc.
Tim Peters
2006-07-27
1
-9/+21
*
Part of bug #1523610: fix miscalculation of buffer length.
Georg Brandl
2006-07-26
1
-2/+10
*
bugfix: PyThread_start_new_thread() returns the thread ID, not a flag;
Andrew MacIntyre
2006-07-23
1
-7/+4
*
If the for loop isn't entered, entryblock will be NULL. If passed
Neal Norwitz
2006-07-23
1
-0/+2
*
Handle more mem alloc issues found with failmalloc
Neal Norwitz
2006-07-23
2
-1/+5
*
Fix more memory allocation issues found with failmalloc.
Neal Norwitz
2006-07-22
4
-24/+45
*
Handle more memory allocation failures without crashing.
Neal Norwitz
2006-07-21
5
-8/+38
[next]