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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always
Jeffrey Yasskin
2008-12-10
3
-3/+31
|
*
Issue #4302: Minor corrections to smtplib. (Backport r60975)
Hirokazu Yamamoto
2008-12-10
2
-2/+4
|
*
Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a
Jeffrey Yasskin
2008-12-10
3
-3/+42
|
*
- Tools/faqwiz/move-faqwiz.sh: Fix unsecure use of temporary files
Matthias Klose
2008-11-30
1
-3/+9
|
*
backport r67373: checking for errors from NEW_IDENTIFIER
Benjamin Peterson
2008-11-25
1
-25/+65
|
*
#4317: Fix an Array Bounds Read in imageop.rgb2rgb8.
Amaury Forgeot d'Arc
2008-11-18
3
-2/+5
|
*
backport r67246 from the trunk
Benjamin Peterson
2008-11-17
3
-12/+88
|
*
regenerate configure
Benjamin Peterson
2008-11-16
1
-2/+2
|
*
#4316: configure.in markup fix (backport from r67227).
Georg Brandl
2008-11-16
1
-1/+1
|
*
Backport r66813: per Greg Ward, optparse is no longer being externally mainta...
Andrew M. Kuchling
2008-11-14
1
-10/+2
|
*
Backport r66804: #1415508 from Rocky Bernstein: add docstrings for enable_int...
Andrew M. Kuchling
2008-11-14
1
-0/+10
|
*
Issue #3774: Fixed an error when create a Tkinter menu item without command
Hirokazu Yamamoto
2008-11-03
2
-11/+16
|
*
backport r67077 from the trunk: parser module now correctly validates relativ...
Benjamin Peterson
2008-11-03
4
-2/+7
|
*
Issue #4176: Pickle would crash the interpreter when a __reduce__ function
Amaury Forgeot d'Arc
2008-10-30
3
-26/+59
|
*
Modify ctypes types with 'official' functions. Backport from trunk,
Thomas Heller
2008-10-18
2
-1/+4
|
*
backport a fix for setup.py's -R
Benjamin Peterson
2008-10-16
1
-1/+2
|
*
Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3
Gerhard Häring
2008-10-08
3
-3/+16
|
*
Fix a refleak introduced by r66678 (backport of r66700).
Brett Cannon
2008-09-30
1
-10/+1
|
*
backport r66689: imageop could segfault due to poor argument validation
Benjamin Peterson
2008-09-30
3
-167/+174
|
*
Fix issue #3547 for MingW, update comments (backport from trunk).
Thomas Heller
2008-09-29
2
-5/+8
|
*
Backport of r66677: _lsprof crasher when a bad external timer is used during
Brett Cannon
2008-09-29
3
-3/+30
|
*
#3967: Correct a crash in count() and find() methods of string-like objects.
Amaury Forgeot d'Arc
2008-09-26
4
-8/+25
|
*
#3968: fix missing update() call in end_fill().
Georg Brandl
2008-09-26
2
-0/+3
|
*
#3969: fix typo in turtle.py.
Georg Brandl
2008-09-26
1
-1/+1
|
*
make sure to give a 'as' and 'with' parser warning even after import statemen...
Benjamin Peterson
2008-09-25
3
-13/+52
|
*
Fix issue #3547: ctypes is confused by bitfields of varying integer types
Thomas Heller
2008-09-24
3
-1/+19
|
*
Backport r66141 from trunk:
Gregory P. Smith
2008-09-22
2
-5/+8
|
*
backport r66496: integer overflow in _hashopenssl #3886
Benjamin Peterson
2008-09-18
3
-11/+61
|
*
Issue #3804: Added test for Issue #2222.
Hirokazu Yamamoto
2008-09-08
1
-0/+7
|
*
reran autoconf
Gregory P. Smith
2008-09-07
1
-2/+2
|
*
backport r66295 from trunk (small fix to the previous backport)
Gregory P. Smith
2008-09-07
1
-1/+1
|
*
rerun autoconf after r66288, add the Misc/NEWS entry.
Gregory P. Smith
2008-09-07
2
-97/+37
|
*
backport r66179 and r66283 from trunk:
Gregory P. Smith
2008-09-07
2
-11/+32
|
*
Backport of r66275/r66274 from trunk/py3k. This is the last bit of
Gregory P. Smith
2008-09-07
1
-2/+5
|
*
Add NEWS
Hirokazu Yamamoto
2008-09-04
1
-0/+3
|
*
Issue #3762: platform.architecture() fails if python is lanched via its symbo...
Hirokazu Yamamoto
2008-09-04
1
-1/+1
|
*
Issue #3751: str.rpartition would perform a left-partition when called with
Amaury Forgeot d'Arc
2008-09-01
3
-1/+9
|
*
backport r66093 from trunk.
Gregory P. Smith
2008-08-31
1
-1/+1
|
*
let Windows bots pass on test_threading
Benjamin Peterson
2008-08-23
1
-1/+2
|
*
Issue #1342811: Fixed broken patch.
Robert Schuppenies
2008-08-22
1
-5/+7
|
*
Reverted r65902. See http://mail.python.org/pipermail/python-checkins/2008-Au...
Hirokazu Yamamoto
2008-08-20
1
-7/+3
|
*
News for the imageop/rgbimg changes.
Guido van Rossum
2008-08-20
1
-0/+3
|
*
Backport r65900: fixed get_file_system in test_os.py ('path' is unicode on py...
Hirokazu Yamamoto
2008-08-20
1
-5/+8
|
*
Issue 1179: [CVE-2007-4965] Integer overflow in imageop module.
Guido van Rossum
2008-08-19
2
-12/+73
|
*
issue #3554: ctypes.string_at and ctypes.wstring_at must use the
Thomas Heller
2008-08-19
2
-2/+6
|
*
Issue #2234: distutils failed with mingw binutils 2.18.50.20080109.
Amaury Forgeot d'Arc
2008-08-18
2
-4/+8
|
*
Backport of r64767 from trunk
Gregory P. Smith
2008-08-17
3
-0/+16
|
*
Backport of r65032 from trunk
Gregory P. Smith
2008-08-17
4
-1/+136
|
*
I forgot to update NEWS.
Hirokazu Yamamoto
2008-08-17
1
-0/+3
|
*
Backport r65745: Issue #2222: Fixed reference leak when occured
Hirokazu Yamamoto
2008-08-17
1
-28/+26
[prev]
[next]