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
*
Stop ignoring RPMs in distutils' upload command (#2945).
Éric Araujo
2012-02-26
1
-0/+1
*
Issue #14053: Fix "make patchcheck" to work with MQ.
Nadeem Vawda
2012-02-22
1
-0/+1
*
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Petri Lehtinen
2012-02-21
1
-0/+1
*
Fix a variable scoping error in an sqlite3 test
Petri Lehtinen
2012-02-17
1
-0/+1
*
Add myself to Misc/ACKS
Petri Lehtinen
2012-02-12
1
-0/+1
*
Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes
Petri Lehtinen
2012-02-12
1
-0/+1
*
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
Terry Jan Reedy
2012-01-31
1
-0/+2
*
Issue #13589: Fix some serialization primitives in the aifc module.
Antoine Pitrou
2012-01-17
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 #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 #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
Antoine Pitrou
2011-11-21
1
-0/+1
*
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
Antoine Pitrou
2011-11-09
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-14
1
-0/+1
*
Fix distutils’ check and register Unicode handling (#13114).
Éric Araujo
2011-10-09
1
-0/+1
*
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
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
*
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 #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 incorrect mtime comparison in distutils (#11933).
Éric Araujo
2011-08-02
1
-0/+1
*
Fix regression with distutils MANIFEST handing (#11104, #8688).
Éric Araujo
2011-07-31
1
-0/+2
*
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 #12574: correct capitalization of the Queue module. Patch by Rafe Kettler
Eli Bendersky
2011-07-17
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
*
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
1
-0/+1
*
merge 2.7.2 release branch with fix for #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
|
/
*
raise an ValueError in getvalue() on closed StringIO (closes #12161)
Benjamin Peterson
2011-05-26
1
-0/+1
*
Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)
Victor Stinner
2011-05-26
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
*
Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...
Antoine Pitrou
2011-05-07
1
-0/+1
*
(Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle)
Victor Stinner
2011-05-01
1
-0/+1
*
#11901: add description of how bitfields are laid out to hexversion docs
R David Murray
2011-04-25
1
-0/+1
*
pybench prep_times calculation error (closes #11895)
Jesus Cea
2011-04-25
1
-0/+1
*
startswith and endswith don't accept None as slice index. Patch by Torsten Be...
Jesus Cea
2011-04-20
1
-0/+1
*
Closes #11696: Fix ID generation in msilib.
Martin v. Löwis
2011-03-27
1
-0/+1
*
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...
Mark Dickinson
2011-03-27
1
-0/+1
*
Fix the total_ordering decorator to handle cross-type comparisons
Éric Araujo
2011-03-19
1
-0/+1
*
Issue #11569: use absolute path to the sysctl command in multiprocessing to
Ronald Oussoren
2011-03-16
1
-0/+1
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-0/+1
*
Port #11488 patch from 3.1 (changeset f816841bab03)
R David Murray
2011-03-14
1
-0/+1
*
#10999: Add missing documentation for chflags constants to stat module docs
R David Murray
2011-03-10
1
-0/+1
*
Merged revisions 88284 via svnmerge from
Antoine Pitrou
2011-01-31
1
-0/+1
*
Merged revisions 87394 via svnmerge from
Ned Deily
2011-01-18
1
-0/+1
[next]