Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
75b249c914561166602bb42fe748b6e00211cc91
/
Misc
/
ACKS
cfb63cd
#8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen.
by Ezio Melotti
· 12 years ago
c993a19
#13163: fix names of _get_socket args
by R David Murray
· 12 years ago
2556c83
Issue #17299: Add test coverage for cPickle with file objects and general IO
by Serhiy Storchaka
· 12 years ago
981c3bd
Issue #11367: fix documentation of some find* methods in ElementTree
by Eli Bendersky
· 12 years ago
3d08f25
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
by Terry Jan Reedy
· 12 years ago
5b2cf5e
#17275: Fix class name in init errors in C bufferedio classes.
by R David Murray
· 12 years ago
f794bde
Revert "Issue #16121: Fix line number accounting in shlex"
by Petri Lehtinen
· 12 years ago
4307278
Issue #16121: Fix line number accounting in shlex
by Petri Lehtinen
· 12 years ago
0b78503
Issue #8890: Stop advertising an insecure use of /tmp in docs
by Petri Lehtinen
· 12 years ago
9e14755
Issue #14720: sqlite3: Convert datetime microseconds correctly
by Petri Lehtinen
· 12 years ago
c23178b
Issue #5033: Fix building of the sqlite3 extension module
by Petri Lehtinen
· 12 years ago
7d0eb4b
#17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
by Ezio Melotti
· 12 years ago
94bf697
#17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
by Ezio Melotti
· 12 years ago
0127de0
Issue #16800: tempfile.gettempdir() no longer left temporary files when
by Serhiy Storchaka
· 13 years ago
f727c31
fix find_library on Solaris (closes #5289)
by Benjamin Peterson
· 13 years ago
acf4017
Add Robert Xiao to Misc/ACKS for issue17051.
by Serhiy Storchaka
· 13 years ago
a41cf29
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
by Charles-François Natali
· 13 years ago
57dfb22
#16154: fix some doctests in Doc/library. Patch by Ravi Sinha.
by Ezio Melotti
· 13 years ago
5c4e32b
#13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett.
by Ezio Melotti
· 13 years ago
895cc22
Issue #16828: Fix error incorrectly raised by bz2.compress('').
by Nadeem Vawda
· 13 years ago
b7ee47b
add Tom Tromey to ACKS
by Benjamin Peterson
· 13 years ago
1c6c90f
Issue #16443: Add docstrings to regular expression match objects.
by Andrew Svetlov
· 13 years ago
646c7b5
#16664: Add regression tests for glob's behaviour concerning "."-entries
by Hynek Schlawack
· 13 years ago
4113d2b
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
by Antoine Pitrou
· 13 years ago
367efc2
Branch merge
by Éric Araujo
· 13 years ago
2320fa0
Fix setup.py register failure with invalid rst in description (#13614).
by Éric Araujo
· 13 years ago
d38c990
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.
by Antoine Pitrou
· 13 years ago
bd5279e
Drop double newlines printed in some file iteration examples.
by Andrew Svetlov
· 13 years ago
4f3b594
Add Bruno Dupuis
by Benjamin Peterson
· 13 years ago
d8feba9
#16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka.
by Ezio Melotti
· 13 years ago
db5947f
#16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen.
by Ezio Melotti
· 13 years ago
04050b8
Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'.
by Nadeem Vawda
· 13 years ago
7d24b16
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder.
by Ezio Melotti
· 13 years ago
5c89c19
#14897: Enhance error messages of struct.pack and struct.pack_into
by Petri Lehtinen
· 13 years ago
3d07206
#8040: add a version switcher to the documentation. Patch by Yury Selivanov.
by Ezio Melotti
· 13 years ago
54eed2e
#12890: don't emit <p> tags in text mode when logdir specified.
by R David Murray
· 13 years ago
b8fbff8
#16210: combine the two type() docs. Patch by Pete Sevander.
by Ezio Melotti
· 13 years ago
9ad6a56
#15040: Close files in mailbox tests for PyPy compatibility
by Petri Lehtinen
· 13 years ago
e97a24d
Issue #16220: wsgiref now always calls close() on an iterable response.
by Antoine Pitrou
· 13 years ago
f892597e
Issue #9583: Document startup option/environment interaction.
by Andrew Svetlov
· 13 years ago
75033a3
Issue #14900: Distuguish call count and primitive call count in pstat output.
by Andrew Svetlov
· 13 years ago
3e94e14
Backed out changeset 5abacebec9d2
by Jesus Cea
· 13 years ago
82a3924
Backed out changeset c73b90b6dadd
by Jesus Cea
· 13 years ago
95038fa
Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file
by Jesus Cea
· 13 years ago
364f79d
Fix Misc/ACKS alphabetic order
by Jesus Cea
· 13 years ago
e884be6
Closes #15897: zipimport.c doesn't check return value of fseek()
by Jesus Cea
· 13 years ago
7d85760
#15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly.
by Ezio Melotti
· 13 years ago
dc0170a
#15676: Proper attribution in Misc/ACKS
by Jesus Cea
· 13 years ago
c5eec0e
Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO
by Antoine Pitrou
· 13 years ago
2010187
#12776,#11839: call argparse type function only once.
by R David Murray
· 13 years ago
4efdc09
#15199: Fix JavaScript's default MIME type to application/javascript
by Petri Lehtinen
· 13 years ago
0e3a4c8
Issue #15615: Add some tests for the json module's handling of invalid input data.
by Antoine Pitrou
· 13 years ago
c7b8f80
#15543: reflow paragraphs.
by R David Murray
· 13 years ago
d26b658
Graft a89d654adaa2 from 3.2 branch. Fixes #15620.
by Georg Brandl
· 13 years ago
2d639d5
Issue #15424: Add a __sizeof__ implementation for array objects.
by Meador Inge
· 13 years ago
8afcec4
Issue #15501: Document exception classes in subprocess module.
by Andrew Svetlov
· 13 years ago
1fa9f7b
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code.
by Antoine Pitrou
· 13 years ago
2d96848
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog.
by Andrew Svetlov
· 13 years ago
e4b9938
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
by Richard Oudkerk
· 13 years ago
68f555c
#13922: argparse no longer incorrectly strips '--' after the first one.
by R David Murray
· 13 years ago
e0c2220
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
by Gregory P. Smith
· 13 years ago
e5567cc
Create ~/.pypirc securely (#13512).
by Éric Araujo
· 13 years ago
3cf202e
Ignore .nfs* files in distutils (#7719).
by Éric Araujo
· 13 years ago
f637920
#14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware.
by Ezio Melotti
· 13 years ago
ff0e22b
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts.
by Antoine Pitrou
· 13 years ago
ed11a5d
Issue #8767: Restore building with --disable-unicode.
by Martin v. Löwis
· 13 years ago
5f39706
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
by Petri Lehtinen
· 13 years ago
280e9f7
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
by Petri Lehtinen
· 13 years ago
b79a01f
Update ACKS.
by Antoine Pitrou
· 13 years ago
f2011e3
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
by Jesus Cea
· 13 years ago
284fa08
Issue #14761: Fix potential leak on an error case in the import machinery.
by Antoine Pitrou
· 13 years ago
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
Next »