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 #13140: Fix the daemon_threads attribute of ThreadingMixIn.
Florent Xicluna
2011-11-04
1
-0/+2
*
|
Missing NEWS entry in changeset e1dde980a92c
Florent Xicluna
2011-11-01
1
-0/+2
*
|
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...
Ezio Melotti
2011-11-01
1
-2/+5
*
|
Issue #13304: Skip test case if user site-packages disabled (-s or
Ned Deily
2011-10-31
2
-0/+4
*
|
Port to 2.7 - issue 10817 - Fix urlretrieve function to raise
Senthil Kumaran
2011-10-31
1
-0/+3
*
|
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
Ned Deily
2011-10-31
1
-0/+3
*
|
Add Misc/NEWS entry for issue #10519
Petri Lehtinen
2011-10-30
1
-0/+3
*
|
Closes #7334: close source files on ElementTree.parse and iterparse (partial ...
Florent Xicluna
2011-10-29
1
-0/+2
*
|
Oops, put fix news in the right section.
Barry Warsaw
2011-10-28
1
-2/+2
*
|
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
Barry Warsaw
2011-10-28
1
-0/+2
*
|
don't let a tuple msg be interpreted as arguments to AssertionError (closes #...
Benjamin Peterson
2011-10-27
1
-0/+2
*
|
Updated NEWS with fix for 13232.
Vinay Sajip
2011-10-24
1
-0/+3
*
|
merge heads
Petri Lehtinen
2011-10-24
1
-0/+11
|
\
\
|
*
|
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
Charles-François Natali
2011-10-24
1
-0/+3
|
*
|
Issue #13237: Rearrange subprocess module documentation to emphasise the conv...
Nick Coghlan
2011-10-24
1
-0/+3
|
*
|
Issue #13141: Demonstrate recommended style for SocketServer examples.
Florent Xicluna
2011-10-23
1
-0/+5
*
|
|
Issue #13018: Fix reference leaks in error paths in dictobject.c.
Petri Lehtinen
2011-10-24
1
-0/+3
|
/
/
*
|
Note that the #1548891 fix indirectly fixes shlex (#6988, #1170)
Éric Araujo
2011-10-23
1
-1/+2
*
|
Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode
Antoine Pitrou
2011-10-22
1
-0/+4
*
|
Issue #9168: now smtpd is able to bind privileged port.
Florent Xicluna
2011-10-20
1
-0/+2
*
|
News entry for Issue12529 and Issue12604
Senthil Kumaran
2011-10-20
1
-0/+6
*
|
Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated
Senthil Kumaran
2011-10-19
1
-0/+3
*
|
Fixes #10860: Handle empty port after port delimiter in httplib
Łukasz Langa
2011-10-18
1
-0/+3
*
|
Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...
Nadeem Vawda
2011-10-17
1
-0/+3
*
|
Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...
Mark Hammond
2011-10-17
1
-0/+4
*
|
PyEval_CallObject requires a tuple of args (closes #13186)
Benjamin Peterson
2011-10-15
1
-0/+3
*
|
Increase test coverage for distutils.filelist (#11751).
Éric Araujo
2011-10-14
1
-0/+1
*
|
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...
Nadeem Vawda
2011-10-13
1
-0/+3
*
|
Issue #13156: Add an entry in Misc/NEWS.
Charles-François Natali
2011-10-12
1
-0/+3
*
|
Fix distutils’ check and register Unicode handling (#13114).
Éric Araujo
2011-10-09
2
-0/+4
*
|
Issue #7425 and Issue #7367: add NEWS items.
Ned Deily
2011-10-06
1
-0/+6
*
|
Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
Charles-François Natali
2011-10-06
1
-0/+4
*
|
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Antoine Pitrou
2011-10-04
2
-0/+4
*
|
Issue #7689: Allow pickling of dynamically created classes when their
Antoine Pitrou
2011-10-04
2
-0/+6
*
|
Issue #12881: ctypes: Fix segfault with large structure field names.
Meador Inge
2011-10-04
1
-0/+2
*
|
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
Charles-François Natali
2011-09-29
2
-0/+4
*
|
Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
Meador Inge
2011-09-28
2
-0/+4
*
|
Backport issue #12973 itertools fix from 3.x.
Mark Dickinson
2011-09-24
1
-3/+3
*
|
Issue #7732: Fix a crash on importing a module if a directory has the same name
Victor Stinner
2011-09-23
1
-0/+3
*
|
Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of
Victor Stinner
2011-09-22
1
-0/+3
*
|
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...
Jesus Cea
2011-09-21
1
-0/+3
*
|
Backport issue #12973 list_repeat fix from 3.x.
Mark Dickinson
2011-09-19
1
-1/+3
*
|
Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviou...
Mark Dickinson
2011-09-19
1
-0/+5
*
|
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
Jesus Cea
2011-09-19
1
-0/+2
*
|
Issue #12483: ctypes: Fix a crash when the destruction of a callback
Amaury Forgeot d'Arc
2011-09-12
1
-0/+3
*
|
Branch merge
Éric Araujo
2011-09-12
1
-1/+5
|
\
\
|
*
|
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
Éric Araujo
2011-09-10
1
-1/+5
*
|
|
NEWS
Jesus Cea
2011-09-10
1
-0/+3
|
/
/
*
|
Branch merge
Éric Araujo
2011-09-05
1
-0/+3
|
\
\
|
*
|
Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
Éric Araujo
2011-09-02
1
-0/+3
[prev]
[next]