Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3af81f25057f1d40a7891dc394f94ec539c6c749
/
Modules
3b1a8b3
enable SSL_MODE_RELEASE_BUFFERS
by Benjamin Peterson
· 9 years ago
4e3dd51
merge 3.4
by Benjamin Peterson
· 9 years ago
630329e
merge 3.3
by Benjamin Peterson
· 9 years ago
0e617e2
remove some copyright notices supserseded by the toplevel ones
by Benjamin Peterson
· 9 years ago
1ba0161
Fixed formatting comman-line usage message.
by Serhiy Storchaka
· 9 years ago
e4d65e3
Issue #25447: Copying the lru_cache() wrapper object now always works,
by Serhiy Storchaka
· 9 years ago
191321d
Issue #20440: More use of Py_SETREF.
by Serhiy Storchaka
· 9 years ago
4a1e70f
Issue #20440: Applied yet one patch for using Py_SETREF.
by Serhiy Storchaka
· 9 years ago
bc4ded95
Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser.
by Serhiy Storchaka
· 9 years ago
5a57ade
Issue #20440: Massive replacing unsafe attribute setting code with special
by Serhiy Storchaka
· 9 years ago
66c08d9
Issue #25902: Fixed various refcount issues in ElementTree iteration.
by Serhiy Storchaka
· 9 years ago
5c4064e
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
by Serhiy Storchaka
· 9 years ago
e847d71
Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try)
by Victor Stinner
· 9 years ago
ed53782
Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir()
by Victor Stinner
· 9 years ago
f0c0318
Issue #25845: Drop redundant checks leftover from int to long conversion
by Martin Panter
· 9 years ago
a29eb08
Fixed possible leaks in ElementTree parser.
by Serhiy Storchaka
· 9 years ago
d6a69d8
Fixed possible leak in ElementTree.Element.iter().
by Serhiy Storchaka
· 9 years ago
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
Next »