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
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13725: regrtest does not recognize -d flag.
Meador Inge
2012-01-14
1
-0/+1
*
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
1
-0/+1
*
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
Antoine Pitrou
2011-12-19
1
-0/+1
*
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou
2011-12-18
1
-0/+1
*
Issue #13522: document error return values of some float and complex C API fu...
Antoine Pitrou
2011-12-18
1
-0/+1
*
Issue #11231: Fix bytes and bytearray docstrings
Victor Stinner
2011-12-17
1
-0/+1
*
Issue #13530: Document os.lseek() result
Victor Stinner
2011-12-17
1
-0/+1
*
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
Ned Deily
2011-12-07
1
-0/+1
*
Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).
Éric Araujo
2011-11-29
1
-0/+1
*
Issue #12618: py_compile cannot create files in current directory
Meador Inge
2011-11-28
1
-0/+1
*
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
Antoine Pitrou
2011-11-21
1
-0/+1
*
Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER
Petri Lehtinen
2011-11-19
1
-0/+1
*
Remove duplicate ACKS.
Florent Xicluna
2011-11-11
1
-2/+0
*
Issue #13191: typo in argparse docs
Eli Bendersky
2011-11-11
1
-0/+1
*
Issue #13365: correct an error in the documentation of str.expandtabs
Eli Bendersky
2011-11-11
1
-0/+1
*
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
Antoine Pitrou
2011-11-09
1
-0/+1
*
Issue #3067: Fix the error raised by locale.setlocale()
Petri Lehtinen
2011-11-04
1
-0/+1
*
Issue #13304: Skip test case if user site-packages disabled (-s or
Ned Deily
2011-10-31
1
-0/+1
*
Increase test coverage for distutils.filelist (#11751).
Éric Araujo
2011-10-11
1
-0/+1
*
Fix distutils byte-compilation to comply with PEP 3147 (#11254).
Éric Araujo
2011-10-07
1
-0/+1
*
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Antoine Pitrou
2011-10-04
1
-0/+1
*
Add John to ACKS
Antoine Pitrou
2011-10-04
1
-0/+1
*
Issue #7689: Allow pickling of dynamically created classes when their
Antoine Pitrou
2011-10-04
1
-0/+2
*
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
R David Murray
2011-10-01
1
-0/+1
*
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
Charles-François Natali
2011-09-29
1
-0/+1
*
Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
Meador Inge
2011-09-28
1
-0/+1
*
Issue #9871: Prevent IDLE 3 crash when given byte stings
Ned Deily
2011-09-14
1
-0/+1
*
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...
Ezio Melotti
2011-09-05
1
-0/+1
*
Issue #12839: Fix crash in zlib module due to version mismatch.
Nadeem Vawda
2011-08-28
1
-0/+1
*
Issue #12678: Fix distutils sdist test on Windows.
Nadeem Vawda
2011-08-21
1
-0/+1
*
Fix regression with distutils MANIFEST handing (#11104, #8688).
Éric Araujo
2011-07-31
1
-0/+2
*
Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:
Charles-François Natali
2011-07-29
1
-0/+1
*
Issue 12514: Use try/finally to assure that timeit restores GC when done.
Raymond Hettinger
2011-07-29
1
-0/+1
*
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
Charles-François Natali
2011-07-24
1
-0/+1
*
Issue #12587: Correct faulty test file and reference in test_tokenize.
Ned Deily
2011-07-19
1
-0/+1
*
Closes #12579. Positional fields with str.format_map() now raise a ValueError...
Eric V. Smith
2011-07-18
1
-0/+1
*
Close #4376: ctypes now supports nested structures in a endian different than
Victor Stinner
2011-07-13
1
-0/+1
*
Issue #12149: Update the method cache after a type's dictionnary gets
Antoine Pitrou
2011-07-12
1
-0/+1
*
#12147: make send_message correctly handle Sender and Resent- headers.
R David Murray
2011-07-03
1
-0/+1
*
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
1
-0/+1
*
Issue #4608: urllib.request.urlopen does not return an iterable object
Raymond Hettinger
2011-06-26
1
-0/+1
*
#10206: add test for previously fixed bug.
R David Murray
2011-06-24
1
-0/+1
*
merge 3.1 (#12009)
Benjamin Peterson
2011-06-10
1
-0/+1
|
\
|
*
fix regression in netrc comment handling (closes #12009)
Benjamin Peterson
2011-06-10
1
-0/+1
*
|
Close #12085: Fix an attribute error in subprocess.Popen destructor if the
Victor Stinner
2011-05-31
1
-0/+1
*
|
Issue #985064: Make plistlib more resilient to faulty input plists.
Ned Deily
2011-05-28
1
-0/+1
|
\
\
|
|
/
|
*
Issue #985064: Make plistlib more resilient to faulty input plists.
Ned Deily
2011-05-28
1
-0/+1
*
|
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou
2011-05-10
1
-0/+1
*
|
Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.
Antoine Pitrou
2011-05-07
1
-0/+1
|
\
\
|
|
/
|
*
Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...
Antoine Pitrou
2011-05-07
1
-0/+1
[next]