index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.
Neal Norwitz
2007-04-16
1
-1
/
+1
*
SF #1701207: svnversion_init assertion failed
Neal Norwitz
2007-04-16
1
-2
/
+0
*
Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed...
Kristján Valur Jónsson
2007-04-13
1
-1
/
+1
*
Patch #1682205: a TypeError while unpacking an iterable is no longer
Georg Brandl
2007-03-21
1
-5
/
+3
*
Patch #1642547: Fix an error/crash when encountering syntax errors in complex...
Collin Winter
2007-03-16
1
-14
/
+26
*
Inline PyImport_GetModulesReloading(). Backport from r54368.
Collin Winter
2007-03-13
1
-10
/
+8
*
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...
Collin Winter
2007-03-12
3
-2
/
+41
*
Bug #1674503: close the file opened by execfile() in an error condition.
Georg Brandl
2007-03-06
1
-2
/
+2
*
Patch #1674228: when assigning a slice (old-style), check for the
Georg Brandl
2007-03-05
1
-1
/
+1
*
Fix constantification of None.
Raymond Hettinger
2007-03-02
1
-5
/
+9
*
Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __de...
Neal Norwitz
2007-02-26
1
-1
/
+5
*
Backport 53901 and 53902 to prevent crash when there is an error decoding uni...
Neal Norwitz
2007-02-25
1
-0
/
+2
*
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
[next]