Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3cc6da2b07a8aa78ec53a3ff5ea8d620f4753db6
/
Modules
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
528a9ab
Don't use defined() in C preprocessor macros
by Victor Stinner
· 9 years ago
df6b544
Issue #24913: Fix overrun error in deque.index().
by Brett Cannon
· 9 years ago
fda673d
Issue #24974: Force fp-model precice in mpdecimal.c on Windows
by Zachary Ware
· 9 years ago
87674ec
Issue #24913: Fix overrun error in deque.index().
by Raymond Hettinger
· 9 years ago
c97a962
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
by Serhiy Storchaka
· 9 years ago
f6b5cad
include fcntl.h on all *nix platforms (closes #24217)
by Benjamin Peterson
· 9 years ago
3e77677
Issue #23652: Make the select module compile against LSB headers.
by Zachary Ware
· 9 years ago
9c631a0
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
by Victor Stinner
· 9 years ago
acd61b6
Issue #24735: Fix invalid memory access in combinations_with_replacement()
by Raymond Hettinger
· 9 years ago
83236f7
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 9 years ago
178f0b6
Issue #24620: Random.setstate() now validates the value of state last element.
by Serhiy Storchaka
· 9 years ago
239aba7
Issue #19663: Improve error message for defaultdict.
by Raymond Hettinger
· 9 years ago
d113c96
improve style of the convert macro (#24655)
by Benjamin Peterson
· 10 years ago
579db16
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
by Victor Stinner
· 10 years ago
14acf5f
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
by Yury Selivanov
· 9 years ago
60e3f36
Merge 3.4 (#24217)
by Benjamin Peterson
· 9 years ago
1824544
Issue #23652: Merge with 3.4
by Zachary Ware
· 9 years ago
5ef6fde
Merge 3.4 (ctypes)
by Victor Stinner
· 9 years ago
d2117e1
merge
by Raymond Hettinger
· 9 years ago
bea232a
Issue #24732, #23834: Fix sock_accept_impl() on Windows
by Victor Stinner
· 9 years ago
f002225
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 9 years ago
374164c
Issue #14373: Fixed segmentation fault when gc.collect() is called during
by Serhiy Storchaka
· 9 years ago
c19bb32
Issue #24620: Random.setstate() now validates the value of state last element.
by Serhiy Storchaka
· 9 years ago
043e800
merge
by Raymond Hettinger
· 9 years ago
0544cf0
merge 3.4 (#24655)
by Benjamin Peterson
· 10 years ago
8cc80f1
Merge 3.4
by Victor Stinner
· 10 years ago
02eae6b
Issue #18684: Fixed reading out of the buffer in the re module.
by Serhiy Storchaka
· 10 years ago
03d6ee3
Issue #18684: Fixed reading out of the buffer in the re module.
by Serhiy Storchaka
· 10 years ago
f488fb4
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
by Yury Selivanov
· 10 years ago
42e913a
merge 3.4 (#24552)
by Benjamin Peterson
· 10 years ago
80f78a3
fix use after free (closes #24552)
by Benjamin Peterson
· 10 years ago
4a01cab
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
by Serhiy Storchaka
· 10 years ago
05744ac
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
by Serhiy Storchaka
· 10 years ago
b9b9e7b
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
by Serhiy Storchaka
· 10 years ago
449e2be
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
by Serhiy Storchaka
· 10 years ago
4801383
upgrade to Unicode 8.0.0
by Benjamin Peterson
· 10 years ago
7b78d43
prevent integer overflow in escape_unicode (closes #24522)
by Benjamin Peterson
· 10 years ago
7763c68
merge 3.4
by Benjamin Peterson
· 10 years ago
ff0f322
merge 3.3
by Benjamin Peterson
· 10 years ago
59b08c1
use safe allocation and reallocation macros
by Benjamin Peterson
· 10 years ago
a72f0cd
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 10 years ago
6bc217d
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 10 years ago
553e156
Fixed indentation of Python examples in C comments.
by Serhiy Storchaka
· 10 years ago
d741a88
Fixed indentation of Python examples in C comments.
by Serhiy Storchaka
· 10 years ago
Next »