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
*
Fix a reference leak found by Georg, when compiling a class nested in another...
Amaury Forgeot d'Arc
2008-03-28
1
-0/+1
*
Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args
Sean Reifscheider
2008-03-20
1
-0/+4
*
Update copyright years to 2008. Update README to 2.5.2.
Martin v. Löwis
2008-02-21
1
-1/+1
*
Added checks for integer overflows, contributed by Google. Some are
Martin v. Löwis
2008-02-14
4
-12/+121
*
No need to emit co_lnotab item when both offsets are zeros.
Amaury Forgeot d'Arc
2008-02-04
1
-0/+3
*
backport of r60575 (issue #1750076): Debugger did not step on every iteration...
Amaury Forgeot d'Arc
2008-02-04
1
-14/+15
*
#1920: when considering a block starting by "while 0", the compiler optimized...
Amaury Forgeot d'Arc
2008-01-24
1
-1/+4
*
Fix two crashers (borrowed_ref_[34].py from the trunk).
Guido van Rossum
2008-01-23
2
-2/+11
*
Issue 1678380: fix a bug identifying -0.0 and 0.0
Mark Dickinson
2008-01-21
1
-1/+14
*
Backport of r59241: str.decode fails on very long strings on 64bit platforms.
Amaury Forgeot d'Arc
2007-11-30
1
-3/+4
*
Backport for issue1265 (pdb bug with "with" statement).
Amaury Forgeot d'Arc
2007-11-13
1
-7/+12
*
Backport 58424:
Neal Norwitz
2007-10-12
1
-0/+2
*
Backport 58330:
Neal Norwitz
2007-10-05
1
-1/+1
*
Fix #1169: remove docstrings in functions for -OO.
Georg Brandl
2007-09-19
1
-1/+1
*
Backport fix of #1752175.
Georg Brandl
2007-08-23
2
-1/+7
*
Patch #1733960: Allow T_LONGLONG to accept ints.
Martin v. Löwis
2007-06-09
1
-24/+18
*
Disallow function calls like foo(None=1).
Georg Brandl
2007-06-07
1
-4/+9
*
Bug #1722484: remove docstrings again when running with -OO.
Georg Brandl
2007-06-01
1
-1/+2
*
Drop the max stack depth to something that works in 2.6
Neal Norwitz
2007-05-18
1
-1/+1
*
Fix bug in marshal where bad data would cause a segfault due to
Neal Norwitz
2007-05-16
1
-69/+156
*
Fix NonRecursiveMutex on x64. The signature of the faux-InterlockedCompareEx...
Kristján Valur Jónsson
2007-05-07
1
-5/+7
*
Undefine the Yield macro after including Python_ast.h where it may cause conf...
Kristján Valur Jónsson
2007-05-02
2
-0/+4
*
Fix various minor issues discovered with static analysis using Visual Studio ...
Kristján Valur Jónsson
2007-04-21
2
-11/+3
*
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
[next]