Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
38c707e7e0322f9139bb51ad73ede1e3b46985ef
« Previous
263dcd2
Issue #23799: Added test.support.start_threads() for running and cleaning up
by Serhiy Storchaka
· 10 years ago
8218bd4
document what exactly str.splitlines() splits on (closes #12855)
by Benjamin Peterson
· 10 years ago
b9100e5
Issue #18473: Fixed pickle compatibility tests for optional modules.
by Serhiy Storchaka
· 10 years ago
bfe1824
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
by Serhiy Storchaka
· 10 years ago
c43a666
Issue #23729: Improve docs for ElementTree namespace parsing
by Raymond Hettinger
· 10 years ago
e7f5e14
#23792: also catch interrupt around pipe.write.
by R David Murray
· 10 years ago
9aa1331
Issue #22585: os.urandom() now releases the GIL when the getentropy() is used
by Victor Stinner
· 10 years ago
04d09eb
Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.
by Serhiy Storchaka
· 10 years ago
4aa8679
Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of
by Serhiy Storchaka
· 10 years ago
7d0325d
#23745: handle duplicate MIME parameter names in new parser.
by R David Murray
· 10 years ago
a3a100b
Issue #22390: test.regrtest now emits a warning if temporary files or
by Serhiy Storchaka
· 10 years ago
d90f8d1
Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage
by Donald Stufft
· 10 years ago
1058cda
#23792: Ignore KeyboardInterrupt when the pydoc pager is active.
by R David Murray
· 10 years ago
48070c1
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
by Serhiy Storchaka
· 10 years ago
9db5500
Make some tests more frienly to MemoryError.
by Serhiy Storchaka
· 10 years ago
d7aa524
Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og
by Victor Stinner
· 10 years ago
79fd962
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
by Victor Stinner
· 10 years ago
0b4e355
Check that failed writerow() doesn't produce change a file.
by Serhiy Storchaka
· 10 years ago
1b87ae0
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
by Serhiy Storchaka
· 10 years ago
81f241a
Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(),
by Victor Stinner
· 10 years ago
84092ac
Issue #23571: Fix reentrant call to Py_FatalError()
by Victor Stinner
· 10 years ago
b0749ca
Fixed bytes warnings when run tests with -vv.
by Serhiy Storchaka
· 10 years ago
7665be6
Issue #21802: The reader in BufferedRWPair now is closed even when closing
by Serhiy Storchaka
· 10 years ago
8ffe917
Issue #23671: string.Template now allows to specify the "self" parameter as
by Serhiy Storchaka
· 10 years ago
be1eb14
Added tests for mixed kinds of Unicode strings.
by Serhiy Storchaka
· 10 years ago
6c86fe2
Issue #23583: Added tests for standard IO streams in IDLE.
by Serhiy Storchaka
· 10 years ago
ec4f959
Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr
by Victor Stinner
· 10 years ago
0e98a76
Issue #23571: Enhance Py_FatalError()
by Victor Stinner
· 10 years ago
2e3998f
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
by Ezio Melotti
· 10 years ago
19276f1
Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)
by Victor Stinner
· 10 years ago
d4c2ac8
Issue #21560: An attempt to write a data of wrong type no longer cause
by Serhiy Storchaka
· 10 years ago
f6e31b7
Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table.
by Raymond Hettinger
· 10 years ago
936da2a
#23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
by R David Murray
· 10 years ago
beed840
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
by R David Murray
· 10 years ago
75ed90a
#23700: fix/improve comment
by R David Murray
· 10 years ago
218144a
clarify behavior of shutil.move when destination exists (closes #22933)
by Benjamin Peterson
· 10 years ago
ce8f5de
Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout.
by Ned Deily
· 10 years ago
d357b89
Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of
by Serhiy Storchaka
· 10 years ago
52027c3
Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
by Serhiy Storchaka
· 10 years ago
fe0a41a
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
by Steve Dower
· 10 years ago
c7d979f
Closes #23686: Update Windows installer OpenSSL to 1.0.2a
by Steve Dower
· 10 years ago
f172cae
- fix file permission for Lib/test/test_script_helper.py
by doko@ubuntu.com
· 10 years ago
267998a
Issue #23817: run autoreconf to update configure.
by Ned Deily
· 10 years ago
6433e9e
- Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309.
by doko@ubuntu.com
· 10 years ago
8d0c478
Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor
by Antoine Pitrou
· 10 years ago
0ac8aa7
Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com (merge from 3.4).
by Guido van Rossum
· 10 years ago
3323da9
Issue23826: fix doc test for -OO runs
by Ethan Furman
· 10 years ago
2995cc6
Issue #23912: Fix code formatting in datamodel.rst.
by Berker Peksag
· 10 years ago
339e3f3
merge 3.4
by Benjamin Peterson
· 10 years ago
2dbc6e6
Issue #23529: Limit the size of decompressed data when reading from
by Antoine Pitrou
· 10 years ago
2ce11d2
Null merge
by Serhiy Storchaka
· 10 years ago
43264b8
Merge heads
by Serhiy Storchaka
· 10 years ago
a7b9a1f
Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs.
by Berker Peksag
· 10 years ago
1c04a39
Null merge
by Serhiy Storchaka
· 10 years ago
056eb96
Merge heads
by Serhiy Storchaka
· 10 years ago
71fd224
Issue #21859: Added Python implementation of io.FileIO.
by Serhiy Storchaka
· 10 years ago
82c920c
Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS.
by Berker Peksag
· 10 years ago
cd092ef
Issue #21859: Corrected FileIO docstrings.
by Serhiy Storchaka
· 10 years ago
2116b12
Issue #23865: close() methods in multiple modules now are idempotent and more
by Serhiy Storchaka
· 10 years ago
fcbf8f3
Null merge
by Serhiy Storchaka
· 10 years ago
1c5e281
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
by Serhiy Storchaka
· 10 years ago
93da9b5
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
by Serhiy Storchaka
· 10 years ago
6bd687e
Merge with 3.4.
by Zachary Ware
· 10 years ago
5056769
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
by Serhiy Storchaka
· 10 years ago
4729a57
Null merge with 3.4
by Zachary Ware
· 10 years ago
a59f963
Fix prepare_ssl.py script
by Zachary Ware
· 10 years ago
7cc28b6
Issue #23817: FreeBSD now uses "1.0" the the SOVERSION as other operating
by Victor Stinner
· 10 years ago
7b8c5f5
Updates Windows release scripts to generate and upload GPG signatures.
by Steve Dower
· 10 years ago
79a6cca
Null merge from 3.4
by Zachary Ware
· 10 years ago
f975b3d
Fix prepare_ssl.py for OpenSSL 1.0.2a builds without Perl (using old system).
by Zachary Ware
· 10 years ago
ced1174
Issue #23618: Fix internal_select() for negative timeout (blocking socket) when
by Victor Stinner
· 10 years ago
88ed640
Issue #23834: Fix the default socket timeout
by Victor Stinner
· 10 years ago
da5cbe6
Merge from 3.4
by Tim Golden
· 10 years ago
f1c5dea
merge 3.4
by Benjamin Peterson
· 10 years ago
291d7b0
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
by Berker Peksag
· 10 years ago
b8e973f
Issue #23027: test_warnings now passes all tests when run it with -Werror.
by Berker Peksag
· 10 years ago
d096208
Skip nntplib tests when transient errors captured.
by Berker Peksag
· 10 years ago
716b3d3
Issue #23883: Add missing entries to traceback.__all__.
by Berker Peksag
· 10 years ago
cb6fdf2
issue10838: Rename the subprocess.mswindows internal global to _mswindows.
by Gregory P. Smith
· 10 years ago
ace5586
Addresses Issue #10838: The subprocess now module includes
by Gregory P. Smith
· 10 years ago
3c28878
Merge 3.4 (asyncio)
by Victor Stinner
· 10 years ago
1515450
Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,
by Serhiy Storchaka
· 10 years ago
43a1bed
merge 3.4 (#23873)
by Benjamin Peterson
· 10 years ago
62f5278
update pip to 6.1.1
by Donald Stufft
· 10 years ago
388bf30
Merge 3.4 (test_urllib2net)
by Victor Stinner
· 10 years ago
a9dd680
(Merge 3.4) Issue #23881: urllib.request.ftpwrapper constructor now closes the
by Victor Stinner
· 10 years ago
9bcbdb4
Merged update of pip to 6.1.0 and setuptools to 15.0
by Donald Stufft
· 10 years ago
1469070
Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each
by Victor Stinner
· 10 years ago
222dfc7
Issue #22117: Fix sock_call_ex() for non-blocking socket
by Victor Stinner
· 10 years ago
8912d14
Issue #23853: socket.socket.sendall() does no more reset the socket timeout
by Victor Stinner
· 10 years ago
9001d80
Issue #23834: Fix initial value of the socket timeout
by Victor Stinner
· 10 years ago
62aa7dc
Issue #22721: An order of multiline pprint output of set or dict containing
by Serhiy Storchaka
· 10 years ago
01362da
Issue #22977: Remove unconditional import of ctypes.
by Serhiy Storchaka
· 10 years ago
7d71c97
merge 3.4 (#23875)
by Benjamin Peterson
· 10 years ago
55c1435
fix building without threads (closes #23877)
by Benjamin Peterson
· 10 years ago
3fbcafa
Merge doc change from 3.4
by Tim Golden
· 10 years ago
cae7bdb
#3566: Clean up handling of remote server disconnects.
by R David Murray
· 10 years ago
142bf56
merge 3.4 (#23872)
by Benjamin Peterson
· 10 years ago
fcfcf85
Updated pprint examples in according to issue #19105.
by Serhiy Storchaka
· 10 years ago
a4c6bad
Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows.
by Serhiy Storchaka
· 10 years ago
Next »