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
*
Closes #2892: preserve iterparse events in case of SyntaxError.
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
*
Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
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
*
Merge heads
Florent Xicluna
2011-10-30
1
-0/+5
|
\
|
*
Issue #13293: Better error message when trying to marshal bytes using xmlrpc....
Florent Xicluna
2011-10-30
1
-0/+3
|
*
Closes #13291: NameError in xmlrpc package.
Florent Xicluna
2011-10-30
1
-0/+2
*
|
Add Misc/NEWS entry for issue #10519
Petri Lehtinen
2011-10-30
1
-0/+3
|
/
*
Issue #10363: Deallocate global locks in Py_Finalize().
Antoine Pitrou
2011-10-30
1
-0/+2
*
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
Barry Warsaw
2011-10-28
1
-0/+2
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
1
-0/+2
*
#13273: fix a bug that prevented HTMLParser to properly detect some tags when...
Ezio Melotti
2011-10-28
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 #13255: wrong docstrings in array module.
Florent Xicluna
2011-10-24
1
-0/+2
|
*
Issue 13141: Demonstrate recommended style for socketserver examples.
Florent Xicluna
2011-10-23
1
-0/+6
*
|
Issue #13018: Fix reference leaks in error paths in dictobject.c.
Petri Lehtinen
2011-10-24
1
-0/+3
|
/
*
Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...
Nick Coghlan
2011-10-23
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
*
3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...
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 #13188: When called without an explicit traceback argument,
Antoine Pitrou
2011-10-18
1
-0/+4
*
#12448: smtplib now flushes stdout while running ``python -m smtplib``
Ezio Melotti
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
*
Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ...
Raymond Hettinger
2011-10-16
1
-0/+4
*
Branch merge
Éric Araujo
2011-10-14
1
-0/+1
|
\
|
*
Increase test coverage for distutils.filelist (#11751).
Éric Araujo
2011-10-11
1
-0/+1
*
|
Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.
Lars Gustäbel
2011-10-14
1
-0/+3
*
|
Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,
Victor Stinner
2011-10-14
1
-0/+3
*
|
Issue #10653: On Windows, use strftime() instead of wcsftime() because
Victor Stinner
2011-10-14
1
-0/+3
*
|
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...
Nadeem Vawda
2011-10-13
1
-0/+3
|
/
*
Branch merge
Éric Araujo
2011-10-09
2
-0/+7
|
\
|
*
As it turns out, this bug was already in the tracker: #11171
Éric Araujo
2011-10-09
1
-2/+2
|
*
Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix
Éric Araujo
2011-10-07
1
-0/+3
|
*
Fix distutils byte-compilation to comply with PEP 3147 (#11254).
Éric Araujo
2011-10-07
2
-0/+4
*
|
Branch merge.
Barry Warsaw
2011-10-07
1
-0/+4
|
\
\
|
|
/
|
*
Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described
Antoine Pitrou
2011-10-07
1
-0/+4
*
|
- Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files
Barry Warsaw
2011-10-07
1
-0/+7
|
/
*
Issue #7367: add NEWS item.
Ned Deily
2011-10-06
1
-0/+3
*
Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...
Antoine Pitrou
2011-10-06
1
-0/+3
*
Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
Charles-François Natali
2011-10-05
1
-0/+4
*
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Antoine Pitrou
2011-10-04
2
-0/+4
*
Add John to ACKS
Antoine Pitrou
2011-10-04
1
-0/+1
*
Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation
Antoine Pitrou
2011-10-04
1
-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
*
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
R David Murray
2011-10-01
2
-0/+3
[next]