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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue #3554: ctypes.string_at and ctypes.wstring_at must use the
Thomas Heller
2008-08-19
1
-0/+4
*
Issue #2234: distutils failed with mingw binutils 2.18.50.20080109.
Amaury Forgeot d'Arc
2008-08-18
1
-0/+4
*
Backport of r64767 from trunk
Gregory P. Smith
2008-08-17
1
-0/+4
*
Backport of r65032 from trunk
Gregory P. Smith
2008-08-17
1
-0/+4
*
I forgot to update NEWS.
Hirokazu Yamamoto
2008-08-17
1
-0/+3
*
#3205: bz2 iterator fails silently on MemoryError
Georg Brandl
2008-08-12
1
-0/+3
*
#3134: shutil referenced undefined WindowsError symbol
Georg Brandl
2008-08-12
1
-0/+2
*
- Issue #3537: Fix an assertion failure when an empty but presized dict
Georg Brandl
2008-08-11
1
-0/+3
*
Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to
Robert Schuppenies
2008-08-10
1
-0/+3
*
(backport from trunk r64756)
Gregory P. Smith
2008-08-04
1
-0/+4
*
(backport of r61652 and r61665 from trunk)
Gregory P. Smith
2008-08-04
1
-0/+3
*
(backport trunk r65151)
Gregory P. Smith
2008-08-04
1
-0/+2
*
(backport r65459 from trunk)
Gregory P. Smith
2008-08-04
1
-0/+4
*
Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap
Martin v. Löwis
2008-08-02
1
-0/+2
*
Security patches from Apple: prevent int overflow when allocating memory
Neal Norwitz
2008-07-31
1
-0/+2
*
Backport code from r65182:
Neal Norwitz
2008-07-28
1
-0/+7
*
#2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions
Antoine Pitrou
2008-07-25
1
-13/+16
*
Issue #3360: Fix incorrect parsing of '020000000000.0'.
Mark Dickinson
2008-07-16
1
-0/+3
*
Backport of 64903.
Brett Cannon
2008-07-13
1
-0/+3
*
Backport r62627 + r62744 from trunk to fix issue 2632.
Gregory P. Smith
2008-07-06
1
-0/+3
*
Backport of r64677.
Brett Cannon
2008-07-02
1
-0/+2
*
#Issue3088 in-progress: Race condition with instances of classes derived from...
Amaury Forgeot d'Arc
2008-07-01
1
-0/+4
*
#3242: fix a crash in "print", if sys.stdout is set to a custom object,
Amaury Forgeot d'Arc
2008-07-01
1
-0/+4
*
Issue 3110: Crash with weakref subclass,
Amaury Forgeot d'Arc
2008-06-16
1
-0/+3
*
Issue #3116 and #1792: Fix quadratic behavior in marshal.dumps().
Raymond Hettinger
2008-06-16
1
-0/+2
*
- Issue #2588, #2589: Fix potential integer underflow and overflow
Gregory P. Smith
2008-06-02
1
-0/+3
*
Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicate
Gregory P. Smith
2008-06-01
1
-0/+4
*
Patch #2111: Avoid mmap segfault when modifying a PROT_READ block.
Martin v. Löwis
2008-05-23
1
-0/+2
*
fix issue2858: potential memory corruption when any of the bsddb.db.*
Gregory P. Smith
2008-05-17
1
-0/+3
*
Issue #2682: ctypes callback functions no longer contain a cyclic
Thomas Heller
2008-04-25
1
-0/+3
*
Issue #2670: urllib2.build_opener() failed when two handlers
Amaury Forgeot d'Arc
2008-04-22
1
-0/+3
*
- Issue #1686386: Tuple's tp_repr did not take into account the possibility of
Guido van Rossum
2008-04-10
1
-0/+6
*
Backport r62261 from trunk:
Gregory P. Smith
2008-04-09
1
-3/+8
*
Add a note about the zlib.decompressobj().flush() fix.
Gregory P. Smith
2008-04-09
1
-0/+3
*
Backport #1442: report exception when startup file cannot be run.
Georg Brandl
2008-03-29
1
-1/+6
*
Fix a reference leak found by Georg, when compiling a class nested in another...
Amaury Forgeot d'Arc
2008-03-28
1
-0/+3
*
Issue2495: tokenize.untokenize did not insert space between two consecutive s...
Amaury Forgeot d'Arc
2008-03-27
1
-0/+4
*
Issue #2482: Make sure that the coefficient of a Decimal instance
Mark Dickinson
2008-03-25
1
-0/+5
*
Decimal.sqrt(0) failed when the context was not
Mark Dickinson
2008-03-25
1
-0/+2
*
#1477: ur'\U0010FFFF' used to raise in narrow unicode builds.
Amaury Forgeot d'Arc
2008-03-24
1
-0/+7
*
Issue #2432: give DictReader the dialect and line_num attributes
Georg Brandl
2008-03-21
1
-0/+3
*
Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args
Sean Reifscheider
2008-03-20
1
-0/+3
*
The missing NEWS entry for r61542..
Gregory P. Smith
2008-03-18
1
-0/+3
*
Backport r61458:
Neal Norwitz
2008-03-18
1
-0/+2
*
Bug #2220: handle rlcompleter attribute match failure more gracefully.
Georg Brandl
2008-03-06
1
-0/+2
*
Backport of r61263:
Martin v. Löwis
2008-03-06
1
-0/+3
*
Patch #2232: os.tmpfile might fail on Windows if the user has no
Martin v. Löwis
2008-03-06
1
-0/+7
*
#1389051, #1092502: fix excessively large allocations when using read() on a ...
Andrew M. Kuchling
2008-02-23
1
-0/+3
*
#1389051: IMAP module tries to read entire message in one chunk. Patch by Fr...
Andrew M. Kuchling
2008-02-23
1
-0/+3
*
#1433694: minidom's .normalize() failed to set .nextSibling for last element.
Andrew M. Kuchling
2008-02-23
2
-0/+5
[next]