Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6e9d2e687b78e9c43e95666c00f721803c9fcba4
/
Modules
7ff276f
Issue25814: Propagate all errors from custom XML parser handlers
by Serhiy Storchaka
· 9 years ago
7efaf95
Issue25814: Propagate all errors from custom XML parser handlers
by Serhiy Storchaka
· 9 years ago
49d3db9
Issue #25717: Add comment explaining why errors are ignored
by Martin Panter
· 9 years ago
0bb62b1
Issue #25717: Tolerate fstat() failures in the FileIO constructor
by Martin Panter
· 9 years ago
6a77c2d
Issue #25764: Merge subprocess fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
77a61d2
Fixed reference leak when read truncated pickle.
by Serhiy Storchaka
· 9 years ago
ca28eba
Fixed reference leak when read truncated pickle.
by Serhiy Storchaka
· 9 years ago
afdd513
Issue #25764: Preserve subprocess fork exception when preexec_fn used
by Martin Panter
· 9 years ago
097a664
Issue #19687: Fixed possible integer overflows in ElementTree.
by Serhiy Storchaka
· 9 years ago
c5f3b42
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
by Serhiy Storchaka
· 9 years ago
a49de6b
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
by Serhiy Storchaka
· 9 years ago
4409c6c
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
by Serhiy Storchaka
· 9 years ago
e9b3074
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
by Serhiy Storchaka
· 9 years ago
3987fef
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
by Serhiy Storchaka
· 9 years ago
b6aa537
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
by Serhiy Storchaka
· 9 years ago
36e4f76
Issue #19687: Fixed memory leak on failed Element slice assignment.
by Serhiy Storchaka
· 9 years ago
04d759b
Issue #19687: Fixed memory leak on failed Element slice assignment.
by Serhiy Storchaka
· 9 years ago
e99e977
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
by Martin Panter
· 9 years ago
d0a5b1c
Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess
by Gregory P. Smith
· 9 years ago
fcc2e71
merge 3.4 (#25578)
by Benjamin Peterson
· 9 years ago
025a1fd
rm trailing ws
by Benjamin Peterson
· 9 years ago
f0c9038
fix possible memory lea k in _get_aia_uri (closes #25578)
by Benjamin Peterson
· 9 years ago
2463001
merge 3.4 (#25569)
by Benjamin Peterson
· 9 years ago
806fb25
fix build with older openssl (#25569)
by Benjamin Peterson
· 9 years ago
0da4ac1
Issue #25498: Merge ctypes crash fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
1bb6515
Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview
by Martin Panter
· 9 years ago
45bde5d
merge 3.4 (#25530)
by Benjamin Peterson
· 9 years ago
a9dcdab
always set OP_NO_SSLv3 by default (closes #25530)
by Benjamin Peterson
· 9 years ago
86429bd
merge 3.5 (#25569)
by Benjamin Peterson
· 9 years ago
eda06c8
fix memory leak in _get_crl_dp (closes #25569)
by Benjamin Peterson
· 9 years ago
f51d715
Issue #25523: Further a-to-an corrections new in 3.5.
by Serhiy Storchaka
· 9 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 9 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 9 years ago
d2ad571
Issue #25523: Further a-to-an corrections new in 3.5
by Martin Panter
· 9 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
45120f2
Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
by Serhiy Storchaka
· 9 years ago
50856d5
sys.setrecursionlimit() now raises RecursionError
by Victor Stinner
· 9 years ago
bc5b80b
Close #24784: Fix compilation without thread support
by Victor Stinner
· 9 years ago
e5df407
merge 3.4 (#25371)
by Benjamin Peterson
· 9 years ago
b397e3b
add a missing comma (closes #25371)
by Benjamin Peterson
· 9 years ago
f264416
Issue #22413: Remove comment made out of date by Argument Clinic
by Martin Panter
· 9 years ago
994815e
Issue #22413: Merge StringIO doc from 3.4 into 3.5
by Martin Panter
· 9 years ago
cfad543
Issue #22413: Document newline effect on StringIO initializer and getvalue
by Martin Panter
· 9 years ago
3f930dc
Merge typo fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 9 years ago
848f2b5
Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6
by Raymond Hettinger
· 9 years ago
987f215
Issue #25290: Fix typo in csv.reader() docstring
by Berker Peksag
· 9 years ago
e2382c5
Issue #25290: Fix typo in csv.reader() docstring
by Berker Peksag
· 9 years ago
b9d98d5
Issue #24483: C implementation of functools.lru_cache() now calculates key's
by Serhiy Storchaka
· 9 years ago
525faae
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
by Serhiy Storchaka
· 9 years ago
e060619
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
by Serhiy Storchaka
· 9 years ago
365ba8f
Closes issue #23600: Wrong results from tzinfo.fromutc().
by Alexander Belopolsky
· 9 years ago
edc6885
Closes issue #23600: Wrong results from tzinfo.fromutc().
by Alexander Belopolsky
· 9 years ago
36aff2d
Issue #25203: Failed readline.set_completer_delims() no longer left the
by Serhiy Storchaka
· 9 years ago
1138439
Issue #25203: Failed readline.set_completer_delims() no longer left the
by Serhiy Storchaka
· 9 years ago
a18bd0e
merge 3.4
by Benjamin Peterson
· 9 years ago
3c0769d
fix spacing
by Benjamin Peterson
· 9 years ago
bdb93c3
merge 3.4 (#25245)
by Benjamin Peterson
· 9 years ago
6aa1564
initialize return value to NULL to avoid compiler compliants (closes #25245)
by Benjamin Peterson
· 9 years ago
d330822
detect alpn by feature flag not openssl version (closes #23329)
by Benjamin Peterson
· 9 years ago
bf49fee
Issue #25135: Avoid possible reentrancy issues in deque_clear.
by Raymond Hettinger
· 9 years ago
03c59b9
merge 3.4
by Benjamin Peterson
· 9 years ago
e48cf7e
prevent overflow in _Unpickler_Read
by Benjamin Peterson
· 9 years ago
57ab1cd
Issue #25092: Fix datetime.strftime() failure when errno was already set to EINVAL.
by Steve Dower
· 9 years ago
84ff4ab
Merge 3.4 (datetime rounding)
by Victor Stinner
· 9 years ago
511491a
Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
by Victor Stinner
· 9 years ago
9a8b177
Issue #25155: Add _PyTime_AsTimevalTime_t() function
by Victor Stinner
· 9 years ago
d3ffd32
Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows.
by Victor Stinner
· 9 years ago
d7f65e5
Issue #25021: Merge 3.4 to 3.5
by Kristján Valur Jónsson
· 9 years ago
95c3e6c
Issue #25021: Merge from 3.3 to 3.4
by Kristján Valur Jónsson
· 9 years ago
102764a
Issue #25021: Correctly make sure that product.__setstate__ does not access
by Kristján Valur Jónsson
· 9 years ago
f9fdfa7
Merge 3.4
by Victor Stinner
· 9 years ago
ec1a498
Issue #24684: socket.socket.getaddrinfo() now calls
by Victor Stinner
· 9 years ago
db4220e
Issue #25030: Do not document seek() as if it accepts keyword arguments
by Martin Panter
· 9 years ago
ded28e3
Merge Python 3.5.0rc4 back to hg.python.org.
by Larry Hastings
· 9 years ago
6088b7b
Merge 3.4 into 3.5
by Martin Panter
· 9 years ago
9499413
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
by Martin Panter
· 9 years ago
97cded9
Issue #25029: MemoryError in test_strptime
by Steve Dower
· 9 years ago
0ff8909
Issue #23738: Merge 3.4 into 3.5
by Martin Panter
· 9 years ago
bf19d16
Issue #23738: Document and test actual keyword parameter names
by Martin Panter
· 9 years ago
6c8b66c
Raise more correct exception on overflow in setting buffer_size attribute of
by Serhiy Storchaka
· 9 years ago
de5f9f4
Raise more correct exception on overflow in setting buffer_size attribute of
by Serhiy Storchaka
· 9 years ago
3b1bc78
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
by Serhiy Storchaka
· 9 years ago
931331a
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
by Serhiy Storchaka
· 9 years ago
f35bd30
Merge from 3.5.0 branch.
by Steve Dower
· 9 years ago
aa2fcc6
Issue #24917: time_strftime() buffer over-read.
by Steve Dower
· 9 years ago
e5b5895
Issue #24917: time_strftime() buffer over-read.
by Steve Dower
· 9 years ago
62b2462
Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.
by Larry Hastings
· 9 years ago
dcaf4cc
Issue #24917: Backed out changeset 09b62202d9b7
by Steve Dower
· 9 years ago
ef920d6
Backed out changeset: a29b49d57769
by Steve Dower
· 9 years ago
237060a
Merge from 3.5.0 release branch
by Steve Dower
· 9 years ago
0fba9b3
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
by Steve Dower
· 9 years ago
055a9e0
Merged in ncoghlan/cpython350 (pull request #17)
by Larry Hastings
· 9 years ago
2b2b753
Prevent reentrant badness by deferring the decrefs as long as possible.
by Raymond Hettinger
· 9 years ago
373602f
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
by Steve Dower
· 9 years ago
9d3c61c
Close #24748: Restore imp.load_dynamic compatibility
by Nick Coghlan
· 9 years ago
4e63f7a
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
by Serhiy Storchaka
· 9 years ago
594e54c
Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
by Serhiy Storchaka
· 9 years ago
5b6917e
Merge 3.4 (ICC)
by Victor Stinner
· 9 years ago
Next »