Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
711dc147772b57137a71457b4005ee6d0bc2cada
/
Modules
79c878d
Fix crash in itertools.cycle.__setstate__() caused by lack of type checking.
by Raymond Hettinger
· 9 years ago
b468e1f
Neaten-up vertical alignment of comments
by Raymond Hettinger
· 9 years ago
28c995d
Minor cleanup.
by Raymond Hettinger
· 9 years ago
80d62e6
Issue #23530: fix clinic comment.
by Charles-François Natali
· 9 years ago
224d403
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
by Serhiy Storchaka
· 9 years ago
c97a962
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
by Serhiy Storchaka
· 9 years ago
dca249b
Merge 3.5 (issue #24791)
by Yury Selivanov
· 9 years ago
14acf5f
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
by Yury Selivanov
· 9 years ago
38768b2
merge 3.5 (#24217)
by Benjamin Peterson
· 9 years ago
60e3f36
Merge 3.4 (#24217)
by Benjamin Peterson
· 9 years ago
f6b5cad
include fcntl.h on all *nix platforms (closes #24217)
by Benjamin Peterson
· 9 years ago
78f02a5
Closes #23652: Merge with 3.5
by Zachary Ware
· 9 years ago
1824544
Issue #23652: Merge with 3.4
by Zachary Ware
· 9 years ago
3e77677
Issue #23652: Make the select module compile against LSB headers.
by Zachary Ware
· 9 years ago
12f896c
Fix minor typo in a comment
by Raymond Hettinger
· 9 years ago
245edd4
Merge 3.5 (ctypes)
by Victor Stinner
· 9 years ago
5ef6fde
Merge 3.4 (ctypes)
by Victor Stinner
· 9 years ago
9c631a0
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
by Victor Stinner
· 9 years ago
0ffc48e
merge
by Raymond Hettinger
· 9 years ago
d2117e1
merge
by Raymond Hettinger
· 9 years ago
acd61b6
Issue #24735: Fix invalid memory access in combinations_with_replacement()
by Raymond Hettinger
· 9 years ago
639f421
Merge 3.5 (socket)
by Victor Stinner
· 9 years ago
bea232a
Issue #24732, #23834: Fix sock_accept_impl() on Windows
by Victor Stinner
· 9 years ago
0ccf208
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 9 years ago
f002225
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 9 years ago
83236f7
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 9 years ago
c94a1dc
- Issue #2091: error correctly on open() with mode 'U' and '+'
by Robert Collins
· 9 years ago
8932cd1
Issue #14373: Fixed segmentation fault when gc.collect() is called during
by Serhiy Storchaka
· 9 years ago
374164c
Issue #14373: Fixed segmentation fault when gc.collect() is called during
by Serhiy Storchaka
· 9 years ago
e0fcf2d
Issue #24620: Random.setstate() now validates the value of state last element.
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
178f0b6
Issue #24620: Random.setstate() now validates the value of state last element.
by Serhiy Storchaka
· 9 years ago
9f4b860
Issue #24300: Minor refactoring.
by Raymond Hettinger
· 9 years ago
aa23fa2
merge
by Raymond Hettinger
· 9 years ago
043e800
merge
by Raymond Hettinger
· 9 years ago
239aba7
Issue #19663: Improve error message for defaultdict.
by Raymond Hettinger
· 9 years ago
cfe5b6c
Divisions-by-two for a positive Py_ssize_t compile more cleanly with >>1 than /2.
by Raymond Hettinger
· 9 years ago
d830b9d
merge 3.5 (#24655)
by Benjamin Peterson
· 9 years ago
0544cf0
merge 3.4 (#24655)
by Benjamin Peterson
· 9 years ago
d113c96
improve style of the convert macro (#24655)
by Benjamin Peterson
· 9 years ago
71f8921
Merge 3.5
by Victor Stinner
· 9 years ago
8cc80f1
Merge 3.4
by Victor Stinner
· 9 years ago
579db16
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
by Victor Stinner
· 9 years ago
dc87e4b
Issue #23530: Improve os.cpu_count() description. Patch by Julian Taylor.
by Charles-François Natali
· 9 years ago
5bccb29
Issue #18684: Fixed reading out of the buffer in the re module.
by Serhiy Storchaka
· 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
bb215e2
Merge 3.5 (Issue #19235)
by Yury Selivanov
· 10 years ago
f488fb4
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
by Yury Selivanov
· 10 years ago
09dd773
merge 3.5 (#24552)
by Benjamin Peterson
· 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
c28e985
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
by Serhiy Storchaka
· 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
1e8d91a
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
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
b5048d3
merge 3.5
by Benjamin Peterson
· 10 years ago
4801383
upgrade to Unicode 8.0.0
by Benjamin Peterson
· 10 years ago
b2b7ac1
merge 3.5 (#24522)
by Benjamin Peterson
· 10 years ago
7b78d43
prevent integer overflow in escape_unicode (closes #24522)
by Benjamin Peterson
· 10 years ago
3ad880a
merge 3.5
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
d6362db
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 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
66dc464
Issue #24426: Fast searching optimization in regular expressions now works
by Serhiy Storchaka
· 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
e7070f0
Issue #14373: C implementation of functools.lru_cache() now can be used with
by Serhiy Storchaka
· 10 years ago
ab2f966
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
by Berker Peksag
· 10 years ago
12b50ce
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
by Berker Peksag
· 10 years ago
53f9502
Issue #24373: Eliminate PEP 489 test refleaks
by Nick Coghlan
· 10 years ago
d5519ed
Issue #19543: Implementation of isclose as per PEP 485
by Tal Einat
· 10 years ago
ac5569b
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
by Serhiy Storchaka
· 10 years ago
fa494fd
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
by Serhiy Storchaka
· 10 years ago
8b2e8b6
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
by Serhiy Storchaka
· 10 years ago
7e810a6
Use converter names instead of format units in Argument Clinic descriptions
by Serhiy Storchaka
· 10 years ago
96c6af9
Issue #16991: Add a C implementation of collections.OrderedDict.
by Eric Snow
· 10 years ago
e20056c
fix importing one char extension modules (closes #24328)
by Benjamin Peterson
· 10 years ago
a663121
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
by Serhiy Storchaka
· 10 years ago
50451eb
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
by Serhiy Storchaka
· 10 years ago
6ef0590
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
by Yury Selivanov
· 10 years ago
46c5611
Backed out changeset: b0a0b9b59012
by Serhiy Storchaka
· 10 years ago
8252cc9
Backed out changeset 57776eee74f2
by Larry Hastings
· 10 years ago
1c858c3
Issue #14373: Added C implementation of functools.lru_cache(). Based on
by Serhiy Storchaka
· 10 years ago
6baa0f9
Fixes cast warning in bufferedio.c
by Steve Dower
· 10 years ago
a48db2b
Issue #24268: Address some PEP 489 refleaks
by Nick Coghlan
· 10 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 10 years ago
d9ef74e
Issue 24244: Prevents termination when an invalid format string is encountered on Windows.
by Steve Dower
· 10 years ago
7dc9dea
Issue #20035: Reimplement tkinter._fix module as a C function.
by Zachary Ware
· 10 years ago
e79ec70
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
by Serhiy Storchaka
· 10 years ago
08d230a
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
by Serhiy Storchaka
· 10 years ago
5cbd833
Issue #24221: Small optimizations for heapq.
by Raymond Hettinger
· 10 years ago
548de2b
Issue #22955: Fixed reference leak in attrgetter.repr().
by Serhiy Storchaka
· 10 years ago
45d6156
Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht.
by Antoine Pitrou
· 10 years ago
35ac5f8
Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
by Serhiy Storchaka
· 10 years ago
Next »