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
*
- Issues #2588, #2589: Fix potential integer underflow and overflow
Matthias Klose
2008-11-12
1
-5/+17
*
Prepare for 2.4.5c1
v2.4.5c1
Martin v. Löwis
2008-03-02
1
-1/+1
*
Backport of r60793:
Martin v. Löwis
2008-03-02
1
-4/+56
*
Revert the following revisions, as they don't fix security
Martin v. Löwis
2008-03-02
1
-5/+3
*
Backport trunk revision 53527:
Thomas Wouters
2007-01-23
2
-4/+6
*
Backport of r52862.
Armin Rigo
2006-11-29
1
-1/+3
*
[Bug #1542016] Report PCALL_POP value. This makes the return value of sys.ca...
Andrew M. Kuchling
2006-10-27
1
-2/+2
*
Port of universal binary support for Mac OSX from python 2.5. This takes away
Ronald Oussoren
2006-10-08
1
-5/+8
*
[Backport r46044 | neal.norwitz]
Andrew M. Kuchling
2006-10-06
1
-0/+4
*
[Backport r51221 | neal.norwitz -- the original commit message is wrong;
Andrew M. Kuchling
2006-10-05
1
-0/+8
*
[Backport r51220 | neal.norwitz]
Andrew M. Kuchling
2006-10-05
1
-2/+2
*
[Backport r50685 | neal.norwitz]
Andrew M. Kuchling
2006-10-05
1
-2/+13
*
[Backport r50743 | neal.norwitz]
Andrew M. Kuchling
2006-10-05
3
-41/+45
*
[Backport r51247 | neal.norwitz]
Andrew M. Kuchling
2006-10-05
1
-1/+6
*
[Backport r51245 | neal.norwitz]
Andrew M. Kuchling
2006-10-04
1
-1/+7
*
A review of overflow-detecting code in the 2.4 branch.
Armin Rigo
2006-10-04
2
-25/+49
*
[Partial backport of r50777 | neal.norwitz]
Andrew M. Kuchling
2006-10-03
1
-1/+3
*
[Backport r51443 | neal.norwitz]
Andrew M. Kuchling
2006-10-03
1
-0/+5
*
[Backport r51231 | neal.norwitz]
Andrew M. Kuchling
2006-10-03
1
-0/+4
*
[Backport r50678 | neal.norwitz]
Andrew M. Kuchling
2006-10-03
1
-7/+9
*
[Backport rev. 41696 by neal.norwitz]
Andrew M. Kuchling
2006-09-29
1
-1/+2
*
[Backport of rev. 42093 by neal.norwitz]
Andrew M. Kuchling
2006-09-27
3
-0/+6
*
Backport fixes for #1523610 (crashes in PyArg_ParseTuple):
Georg Brandl
2006-08-09
1
-2/+13
*
Bug #1535165: fixed a segfault in input() and raw_input() when
Georg Brandl
2006-08-06
1
-1/+1
*
Complete backport of rev 50787 that was started in rev 50788
Andrew MacIntyre
2006-07-23
1
-1/+1
*
bugfix: PyThread_start_new_thread() returns the thread ID, not a flag;
Andrew MacIntyre
2006-07-23
1
-6/+3
*
Argh. "integer" is a very confusing word ;)
Georg Brandl
2006-06-08
1
-2/+2
*
Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds ...
Georg Brandl
2006-06-08
1
-2/+2
*
Fix possible buffer overflow on Windows when reading code page.
Brett Cannon
2006-06-05
1
-1/+1
*
Backport trunk's r45715:
Thomas Wouters
2006-04-25
1
-0/+4
*
Ignore the references to the dummy objects used as deleted keys
Armin Rigo
2006-04-12
2
-5/+4
*
Backport of compile.c part of r41531 (neal.norwitz, 2005-11-24):
Martin v. Löwis
2006-03-27
1
-3/+3
*
update - still some old .cvsignore files lying around
Anthony Baxter
2006-03-23
1
-2/+0
*
Change SystemError into SyntaxError, when a Unicode string
Martin v. Löwis
2006-03-22
1
-1/+7
*
Backport r42894: SF #1444030 Fix several potential defects found
Hye-Shik Chang
2006-03-07
2
-2/+9
*
Backport of memory leak fixes.
Martin v. Löwis
2006-03-01
1
-1/+5
*
Return value off PyErr_Warn() for raising string exceptions was not being
Brett Cannon
2006-02-27
1
-3/+5
*
do_mkvalue(): Squash compiler warnings about mixing
Tim Peters
2006-02-27
1
-2/+2
*
Merge rev 42607 from the trunk.
Tim Peters
2006-02-27
1
-0/+4
*
Bug #801349: document that start/stop/step slice arguments can be None
Georg Brandl
2006-02-19
1
-1/+1
*
Cast assignments to ``unsigned char *`` from PyString_AS_STRING() calls to
Brett Cannon
2006-02-16
2
-2/+2
*
Update general copyright year to 2006.
Georg Brandl
2006-02-11
1
-1/+1
*
bug #1281408: make Py_BuildValue work with unsigned longs and long longs
Georg Brandl
2005-11-24
1
-3/+20
*
Backport one of the ref/memory leaks
Neal Norwitz
2005-11-21
1
-0/+1
*
Backport:
Neal Norwitz
2005-11-09
1
-1/+4
*
Backport: SF bug #1167751: fix incorrect code being for generator expressions.
Neal Norwitz
2005-10-23
1
-7/+15
*
Backport:
Neal Norwitz
2005-10-03
1
-1/+5
*
Backport:
Neal Norwitz
2005-10-03
1
-0/+9
*
Backported:
Neal Norwitz
2005-10-02
1
-1/+1
*
Fix bug:
Michael W. Hudson
2005-09-30
1
-0/+4
[next]