Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5ec0340ce1927a2220a0fc510f2f9968d05917eb
/
Misc
/
ACKS
e48daea
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
eda1959
add Mark Shannon
by Benjamin Peterson
· 13 years ago
3f4ccba
#14399: zipfile now correctly handles comments added to empty zipfiles.
by R David Murray
· 13 years ago
0d3db3a
Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
by Charles-François Natali
· 13 years ago
fa1d841
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
by Antoine Pitrou
· 13 years ago
b56b6ff
#14179: add tests for re.compile. Patch by Florian Mladitsch.
by Ezio Melotti
· 13 years ago
a15a8d2
sqlite3: Port relevant documentation changes from 3.2
by Petri Lehtinen
· 13 years ago
d673b62
Stop ignoring RPMs in distutils' upload command (#2945).
by Éric Araujo
· 13 years ago
f00011a
Issue #14053: Fix "make patchcheck" to work with MQ.
by Nadeem Vawda
· 13 years ago
4ab701b
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
by Petri Lehtinen
· 13 years ago
437b149
Fix a variable scoping error in an sqlite3 test
by Petri Lehtinen
· 13 years ago
3c990e0
Add myself to Misc/ACKS
by Petri Lehtinen
· 14 years ago
587209f
Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes
by Petri Lehtinen
· 14 years ago
b98000a
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
by Terry Jan Reedy
· 14 years ago
3b6a314
Issue #13589: Fix some serialization primitives in the aifc module.
by Antoine Pitrou
· 14 years ago
3aa59e3
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
by Charles-François Natali
· 14 years ago
7a3d8ae
Issue #7502: Fix equality comparison for DocTestCase instances.
by Antoine Pitrou
· 14 years ago
c9e1800
Issue #13522: document error return values of some float and complex C API functions.
by Antoine Pitrou
· 14 years ago
5aa7df3
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
by Antoine Pitrou
· 14 years ago
6a570d6
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
by Antoine Pitrou
· 14 years ago
1aacd7b
Issue #13304: Skip test case if user site-packages disabled (-s or
by Ned Deily
· 14 years ago
5baef6d
Increase test coverage for distutils.filelist (#11751).
by Éric Araujo
· 14 years ago
017e535
Fix distutils’ check and register Unicode handling (#13114).
by Éric Araujo
· 14 years ago
ace2ccf
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
by Antoine Pitrou
· 14 years ago
561a821
Issue #7689: Allow pickling of dynamically created classes when their
by Antoine Pitrou
· 14 years ago
564f890
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
by Charles-François Natali
· 14 years ago
fe15003
Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
by Meador Inge
· 14 years ago
bbabbae
Issue #12839: Fix crash in zlib module due to version mismatch.
by Nadeem Vawda
· 14 years ago
367d4c8
Issue #12678: Fix distutils sdist test on Windows.
by Nadeem Vawda
· 14 years ago
33af263
Fix incorrect mtime comparison in distutils (#11933).
by Éric Araujo
· 14 years ago
560bf85
Fix regression with distutils MANIFEST handing (#11104, #8688).
by Éric Araujo
· 14 years ago
55e5e27
Issue 12514: Use try/finally to assure that timeit restores GC when done.
by Raymond Hettinger
· 14 years ago
3de8c73
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
by Charles-François Natali
· 14 years ago
877f2e4
Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler
by Eli Bendersky
· 14 years ago
bf547fd
Close #4376: ctypes now supports nested structures in a endian different than
by Victor Stinner
· 14 years ago
1616645
Issue #12149: Update the method cache after a type's dictionnary gets
by Antoine Pitrou
· 14 years ago
43e1054
Issue #8746: Correct faulty configure checks so that os.chflags() and
by Ned Deily
· 14 years ago
8b8162d
merge 2.7.2 release branch with fix for #12009
by Benjamin Peterson
· 14 years ago
43ee1a5
fix regression in netrc comment handling (closes #12009)
by Benjamin Peterson
· 14 years ago
776e69b
Close #12085: Fix an attribute error in subprocess.Popen destructor if the
by Victor Stinner
· 14 years ago
4fa68ab
raise an ValueError in getvalue() on closed StringIO (closes #12161)
by Benjamin Peterson
· 14 years ago
dbfba16
Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true)
by Victor Stinner
· 14 years ago
47d1d0d
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
by Antoine Pitrou
· 14 years ago
21ce8f0
Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath.
by Antoine Pitrou
· 14 years ago
97cf585
(Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle)
by Victor Stinner
· 14 years ago
a0895db
#11901: add description of how bitfields are laid out to hexversion docs
by R David Murray
· 14 years ago
f93bb26
pybench prep_times calculation error (closes #11895)
by Jesus Cea
· 14 years ago
44e8168
startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
by Jesus Cea
· 14 years ago
03f7e23
Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon.
by Martin v. Löwis
· 14 years ago
d687be0
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer.
by Mark Dickinson
· 14 years ago
374274d
Fix the total_ordering decorator to handle cross-type comparisons
by Éric Araujo
· 14 years ago
2ab5994
Issue #11569: use absolute path to the sysctl command in multiprocessing to
by Ronald Oussoren
· 14 years ago
24b07bc
#11515: fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
b44e184
Port #11488 patch from 3.1 (changeset f816841bab03)
by R David Murray
· 14 years ago
efd8bab
#10999: Add missing documentation for chflags constants to stat module docs
by R David Murray
· 14 years ago
820021e
Merged revisions 88284 via svnmerge from
by Antoine Pitrou
· 15 years ago
4a70550
Merged revisions 87394 via svnmerge from
by Ned Deily
· 15 years ago
6adb979
Merged revisions 87876-87877 via svnmerge from
by Georg Brandl
· 15 years ago
5a72e76
Merged revisions 87834 via svnmerge from
by Antoine Pitrou
· 15 years ago
77c1b38
Merged revisions 87797 via svnmerge from
by Antoine Pitrou
· 15 years ago
31e8595
Merged revisions 87698 via svnmerge from
by Antoine Pitrou
· 15 years ago
f11d183
Merged revisions 87639 via svnmerge from
by Antoine Pitrou
· 15 years ago
c45d799
Merged revisions 83089,87590 via svnmerge from
by R. David Murray
· 15 years ago
47d9b0e
Merged revisions 87317 via svnmerge from
by Antoine Pitrou
· 15 years ago
f8a6391
Merged revisions 87238 via svnmerge from
by R. David Murray
· 15 years ago
0960bc5
Merged revisions 85086 via svnmerge from
by R. David Murray
· 15 years ago
d75cc91
Merged revisions 86925 via svnmerge from
by R. David Murray
· 15 years ago
7eaa448
Merged revisions 86383 via svnmerge from
by Antoine Pitrou
· 15 years ago
6b1167c
Merged revisions 86214 via svnmerge from
by Antoine Pitrou
· 15 years ago
7f08102
Merged revisions 85858 via svnmerge from
by Antoine Pitrou
· 15 years ago
d2f6ae6
Merged revisions 85386-85387,85389 via svnmerge from
by Victor Stinner
· 15 years ago
577acb4
improve performance of writing past the end of the file for cStringIO
by Fred Drake
· 15 years ago
7be5a65
Merged revisions 85349 via svnmerge from
by Antoine Pitrou
· 15 years ago
9c20b18
Added my name to ACKS.
by Hirokazu Yamamoto
· 15 years ago
dca9de9
Merged revisions 84495-84496 via svnmerge from
by Antoine Pitrou
· 15 years ago
b41947b
Merged revisions 84366 via svnmerge from
by Antoine Pitrou
· 15 years ago
7c4bf55
Merged revisions 84310 via svnmerge from
by R. David Murray
· 15 years ago
cb4f47c
Merged revisions 83944 via svnmerge from
by Antoine Pitrou
· 15 years ago
2d93080
In the Swedish alphabet, Å is sorted after Z
by Alexander Belopolsky
· 15 years ago
8cdede4
Merged revisions 83921 via svnmerge from
by Antoine Pitrou
· 15 years ago
45c67c3
Issue #8834: Added comment describing the order of entries in Misc/ACKS.
by Alexander Belopolsky
· 15 years ago
185fae7
Merged revisions 83719 via svnmerge from
by Antoine Pitrou
· 15 years ago
47617ab
fix issue #2944: asyncore doesn't handle connection refused correctly (patch by Alexander Shigin)
by Giampaolo Rodolà
· 15 years ago
75a292e
Merged revisions 83690 via svnmerge from
by R. David Murray
· 15 years ago
1cbf78e
Merged revisions 83675 via svnmerge from
by R. David Murray
· 15 years ago
58f55d5
Fix the alphabetization fix (bad merge).
by R. David Murray
· 15 years ago
710de57
Merged revisions 83506 via svnmerge from
by R. David Murray
· 15 years ago
7f0c3ff
Merged revisions 83201 via svnmerge from
by Georg Brandl
· 15 years ago
58f15b6
Merged revisions 83380 via svnmerge from
by R. David Murray
· 15 years ago
b2ec232
Merged revisions 83156 via svnmerge from
by Brian Curtin
· 15 years ago
7a7013e
Merged revisions 83030 via svnmerge from
by Antoine Pitrou
· 15 years ago
6251496
Merged revisions 82731 via svnmerge from
by R. David Murray
· 15 years ago
abd4553
Merged revisions 82730 via svnmerge from
by R. David Murray
· 15 years ago
8fbbc08
Ezio Melotti was missing from Misc/ACKS.
by Mark Dickinson
· 15 years ago
62815e8
Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews.
by Mark Dickinson
· 15 years ago
e979ec8
Issue #8986: erfc was raising OverflowError on Linux for arguments in
by Mark Dickinson
· 15 years ago
4a057e6
Added Andrej Krpic. (Thanks for issue #7879 patch.)
by Alexander Belopolsky
· 15 years ago
eeaf33e
Make the contributor list alphabetical again.
by Brett Cannon
· 15 years ago
04ee337
Add the author of the last fix (Issue #6662)
by Victor Stinner
· 15 years ago
932e162
Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop
by Mark Dickinson
· 15 years ago
Next »