Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2778d0d1477f854d7443075a21369fde2032d43c
/
Misc
/
ACKS
abfc7df
Issue #9583: Document startup option/environment interaction.
by Andrew Svetlov
· 12 years ago
2ef4584
Issue #14900: Distuguish call count and primitive call count in pstat output.
by Andrew Svetlov
· 12 years ago
fc990e9
Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file
by Jesus Cea
· 12 years ago
83451a2
Fix Misc/ACKS alphabetic order
by Jesus Cea
· 12 years ago
09bf7a7
Closes #15897: zipimport.c doesn't check return value of fseek()
by Jesus Cea
· 12 years ago
56f37aa
#15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly.
by Ezio Melotti
· 12 years ago
3159cb5
#15676: Proper attribution in Misc/ACKS
by Jesus Cea
· 12 years ago
1d85745
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
by Antoine Pitrou
· 12 years ago
6fb8fb1
#12776,#11839: call argparse type function only once.
by R David Murray
· 12 years ago
638d40b
#15249: Mangle From lines correctly when body contains invalid bytes.
by R David Murray
· 12 years ago
9439f04
Issue #14954: Clarify the interaction of weak references and garbage collection.
by Antoine Pitrou
· 12 years ago
c6fdafc
#15199: Fix JavaScript's default MIME type to application/javascript
by Petri Lehtinen
· 12 years ago
75506e8
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
by Antoine Pitrou
· 12 years ago
b47ea9a
Issue #15615: Add some tests for the json module's handling of invalid input data.
by Antoine Pitrou
· 12 years ago
fbd4f80
Issue #15444: Use proper spelling for non-ASCII contributor names.
by Antoine Pitrou
· 12 years ago
03b4d50
Issue #15424: Add a __sizeof__ implementation for array objects.
by Meador Inge
· 12 years ago
eec6420
Issue #15501: Document exception classes in subprocess module.
by Andrew Svetlov
· 12 years ago
1fb0e3f
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog.
by Andrew Svetlov
· 12 years ago
4887b1c
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
by Richard Oudkerk
· 12 years ago
00528e8
#13922: argparse no longer incorrectly strips '--' after the first one.
by R David Murray
· 12 years ago
ca9652e
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
by Meador Inge
· 12 years ago
29e49d6
Issue #15394: Fix ref leaks in PyModule_Create.
by Meador Inge
· 12 years ago
dad5711
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
by Gregory P. Smith
· 12 years ago
924ae1b
Remove duplicate entry and fix order
by Antoine Pitrou
· 12 years ago
f0b1baf
Issue #15334: skip test_dynamic_key when run in non-interactive mode.
by Antoine Pitrou
· 12 years ago
282083d
Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build.
by Antoine Pitrou
· 12 years ago
24319ac
Issue #10571: Fix the "--sign" option of distutils' upload command.
by Antoine Pitrou
· 12 years ago
79035bd
Issue #15079: make a test applicable to both C and Python versions of the pickle module.
by Antoine Pitrou
· 12 years ago
f90ea1f
#14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
e1ad3da
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts.
by Antoine Pitrou
· 12 years ago
1f50389
#14472: Update .gitignore
by Petri Lehtinen
· 12 years ago
079bfc9
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
by Petri Lehtinen
· 13 years ago
8d88604
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
by Petri Lehtinen
· 13 years ago
ba3b0d8
Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejewski-Szmek for some of the wording.
by Mark Dickinson
· 13 years ago
7f0d888
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
by Jesus Cea
· 13 years ago
d576c71
Issue #14761: Fix potential leak on an error case in the import machinery.
by Antoine Pitrou
· 13 years ago
6cc7a41
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
2420d83
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
by Alexander Belopolsky
· 13 years ago
2cc52ef
add Mark Shannon
by Benjamin Peterson
· 13 years ago
10ac77d
Close #14032: fix incorrect variable reference in test_cmd_line_script
by Nick Coghlan
· 13 years ago
51804e9
#14399: zipfile now correctly handles comments added to empty zipfiles.
by R David Murray
· 13 years ago
5739e10
Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
by Charles-François Natali
· 13 years ago
b0a9c66
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
by Antoine Pitrou
· 13 years ago
71faefc
Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
by Ross Lagerwall
· 13 years ago
7441a7a
#14291: if a header has non-ascii unicode, default to CTE using utf-8
by R David Murray
· 13 years ago
df723e1
#14179: add tests for re.compile. Patch by Florian Mladitsch.
by Ezio Melotti
· 13 years ago
edbb6ca
str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450.
by Eric V. Smith
· 13 years ago
4a90ef0
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
by Antoine Pitrou
· 13 years ago
d311374
Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.
by Antoine Pitrou
· 13 years ago
4fe85ab
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
by Petri Lehtinen
· 13 years ago
1ca9395
Issue #13491: Fix many errors in sqlite3 documentation
by Petri Lehtinen
· 13 years ago
51d04d1
Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes
by Petri Lehtinen
· 13 years ago
cd2a603
Branch merge
by Éric Araujo
· 13 years ago
da4c467
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
by Terry Jan Reedy
· 13 years ago
1334884
Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name.
by Antoine Pitrou
· 13 years ago
6b671b2
Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch
by Charles-François Natali
· 13 years ago
03757ec
Issue #13589: Fix some serialization primitives in the aifc module.
by Antoine Pitrou
· 13 years ago
73cec21
Stop ignoring RPMs in distutils' upload command (#2945).
by Éric Araujo
· 13 years ago
3f55e59
Issue #13725: regrtest does not recognize -d flag.
by Meador Inge
· 13 years ago
366999a
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
by Charles-François Natali
· 13 years ago
7ded21e
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
by Antoine Pitrou
· 13 years ago
2bc801c
Issue #7502: Fix equality comparison for DocTestCase instances.
by Antoine Pitrou
· 13 years ago
07b1c87
Issue #13522: document error return values of some float and complex C API functions.
by Antoine Pitrou
· 13 years ago
bb2e9c4
Issue #11231: Fix bytes and bytearray docstrings
by Victor Stinner
· 13 years ago
e83f899
Issue #13530: Document os.lseek() result
by Victor Stinner
· 13 years ago
2f0ad74
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
by Ned Deily
· 13 years ago
a74f8ef
Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).
by Éric Araujo
· 13 years ago
22b9b37
Issue #12618: py_compile cannot create files in current directory
by Meador Inge
· 13 years ago
58fcf9f
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
by Antoine Pitrou
· 13 years ago
8d40f16
Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER
by Petri Lehtinen
· 13 years ago
490062b
Remove duplicate ACKS.
by Florent Xicluna
· 13 years ago
a7795db
Issue #13191: typo in argparse docs
by Eli Bendersky
· 13 years ago
c2c8960
Issue #13365: correct an error in the documentation of str.expandtabs
by Eli Bendersky
· 13 years ago
a365113
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
by Antoine Pitrou
· 13 years ago
3c85fe0
Issue #3067: Fix the error raised by locale.setlocale()
by Petri Lehtinen
· 13 years ago
316f573
Issue #13304: Skip test case if user site-packages disabled (-s or
by Ned Deily
· 13 years ago
2336c85
Increase test coverage for distutils.filelist (#11751).
by Éric Araujo
· 13 years ago
47a4521
Fix distutils byte-compilation to comply with PEP 3147 (#11254).
by Éric Araujo
· 13 years ago
1665d2c
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
by Antoine Pitrou
· 13 years ago
0fc80c0
Add John to ACKS
by Antoine Pitrou
· 13 years ago
ffd41d9
Issue #7689: Allow pickling of dynamically created classes when their
by Antoine Pitrou
· 13 years ago
791744b
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
by R David Murray
· 13 years ago
5a4a109
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
by Charles-François Natali
· 13 years ago
b86ecf4
Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
by Meador Inge
· 13 years ago
7974642
Issue #9871: Prevent IDLE 3 crash when given byte stings
by Ned Deily
· 13 years ago
d9e0b06
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten.
by Ezio Melotti
· 13 years ago
524148a
Issue #12839: Fix crash in zlib module due to version mismatch.
by Nadeem Vawda
· 13 years ago
3d3bc81
Issue #12678: Fix distutils sdist test on Windows.
by Nadeem Vawda
· 13 years ago
ab7c1b3
Fix regression with distutils MANIFEST handing (#11104, #8688).
by Éric Araujo
· 13 years ago
def3543
Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:
by Charles-François Natali
· 13 years ago
3a081f5
Issue 12514: Use try/finally to assure that timeit restores GC when done.
by Raymond Hettinger
· 13 years ago
749400a
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
by Charles-François Natali
· 13 years ago
2ea6fcc
Issue #12587: Correct faulty test file and reference in test_tokenize.
by Ned Deily
· 13 years ago
12ebefc
Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError.
by Eric V. Smith
· 13 years ago
6636121
Close #4376: ctypes now supports nested structures in a endian different than
by Victor Stinner
· 13 years ago
84f1b17
Issue #12149: Update the method cache after a type's dictionnary gets
by Antoine Pitrou
· 13 years ago
ac4e5ab
#12147: make send_message correctly handle Sender and Resent- headers.
by R David Murray
· 13 years ago
3eb67d5
Issue #8746: Correct faulty configure checks so that os.chflags() and
by Ned Deily
· 13 years ago
038018a
Issue #4608: urllib.request.urlopen does not return an iterable object
by Raymond Hettinger
· 13 years ago
e697e37
#10206: add test for previously fixed bug.
by R David Murray
· 13 years ago
Next »