Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a45a99b47ff241ce0ae2f0bba59b89e4e012d47c
/
Modules
a45a99b
[2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2499)
by Antoine Pitrou
· 8 years ago
95a91df
bpo-30764: Windows support.SuppressCrashReport (#2423)
by Victor Stinner
· 8 years ago
787826c
[2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393)
by Serhiy Storchaka
· 8 years ago
9dda2ca
[2.7] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2372)
by Serhiy Storchaka
· 8 years ago
2ada64d
[2.7] bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2312)
by Victor Stinner
· 8 years ago
0e4571a
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202)
by Victor Stinner
· 8 years ago
bdd3567
_tkinter: Fix refleak in getint() (#2153)
by Victor Stinner
· 8 years ago
41af942
bpo-30615: Fix the leak reference in Modules/_elementtree.c (#2129)
by Stéphane Wirtel
· 8 years ago
0cc43df
[2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123)
by Serhiy Storchaka
· 8 years ago
28288be
bpo-30614: testInitNonExistentFile() of test_bz2 leaks references (#2033)
by Stéphane Wirtel
· 8 years ago
1626a47
[2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289)
by Mariatta
· 8 years ago
6e1b832
bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556)
by Xiang Zhang
· 8 years ago
955b676
[2.7] bpo-30363: Backport warnings in the re module. (#1577)
by Serhiy Storchaka
· 8 years ago
09b5247
bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)
by Serhiy Storchaka
· 8 years ago
982a17e
bpo-30242: resolve some undefined behaviours in struct (#1418) (#1588)
by Xiang Zhang
· 8 years ago
f6c6d1e
bpo-11681: Document the `-b` and `-bb` options (GH-1562)
by Zachary Ware
· 8 years ago
d2aff60
[2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513)
by Victor Stinner
· 8 years ago
4e7457b
bpo-29990: Fix range checking in GB18030 decoder (#1509)
by Xiang Zhang
· 8 years ago
5d7a18f
[2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471)
by Serhiy Storchaka
· 8 years ago
2c27731
bpo-30257: _bsddb: Fix newDBObject() (#1428)
by Victor Stinner
· 8 years ago
2c7085f
bpo-27593: Get SCM build info from git instead of hg (#1327)
by Victor Stinner
· 8 years ago
2a1bf06
[2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189)
by Serhiy Storchaka
· 8 years ago
64aa4df
[2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183)
by Serhiy Storchaka
· 8 years ago
5e79321
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
by Serhiy Storchaka
· 8 years ago
5fbdfc3
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152)
by Xiang Zhang
· 8 years ago
b2b00e0
[2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144)
by Mariatta
· 8 years ago
e41390a
bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)
by Serhiy Storchaka
· 8 years ago
9c2c42c
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963)
by Serhiy Storchaka
· 8 years ago
d694a06
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913)
by T. Wouters
· 8 years ago
9c0408d
bpo-29876: fix DECREF for NULL value in subelement() (GH-760)
by Xiang Zhang
· 8 years ago
e6a55dd
bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758)
by Xiang Zhang
· 8 years ago
827c783
bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757)
by Xiang Zhang
· 8 years ago
1aa1803
bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662)
by Serhiy Storchaka
· 8 years ago
0c2ed76
[2.7] bpo-29768: Fixed compile-time check for expat version. (#577)
by Serhiy Storchaka
· 8 years ago
de1c7d5
Issue #29682:Possible missing NULL check in pyexpat (#573)
by svelankar
· 8 years ago
f1a696e
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399)
by Donald Stufft
· 8 years ago
0f48ecd
Update URL of Mersenne Twister Home Page (GH-116)
by INADA Naoki
· 8 years ago
dbbc9d3
update zlib ChangeLog file
by doko@ubuntu.com
· 9 years ago
80b24a9
- Issue #29169: Update zlib to 1.2.11.
by doko@ubuntu.com
· 9 years ago
9ce1564
revert dd13098a5dc2 (#29006, #10513)
by Benjamin Peterson
· 9 years ago
ebcf338
generate spaces instead of tabs into config.c
by Benjamin Peterson
· 9 years ago
888a29f
fix _testcapi to work when statically linked into python
by Benjamin Peterson
· 9 years ago
c7496ee
Fix spelling and markup in documentation and code comment
by Martin Panter
· 9 years ago
99ba17f
Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
by Serhiy Storchaka
· 9 years ago
c8a752e
merge heads
by Benjamin Peterson
· 9 years ago
0897a55
revert 030e100f048a (#29006, #10513)
by Benjamin Peterson
· 9 years ago
54dc428
- Issue #29169: Update zlib to 1.2.10.
by doko@ubuntu.com
· 9 years ago
f85dbfc
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
by Steve Dower
· 9 years ago
f04790a
Fixed possible reference leaks in the _json module.
by Serhiy Storchaka
· 9 years ago
1451874
Backed out changeset 78bf34b6a713
by Serhiy Storchaka
· 9 years ago
f939b3c
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 9 years ago
994f04d
Issue #28998: More APIs now support longs as well as ints.
by Serhiy Storchaka
· 9 years ago
3698bd2
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
by Martin Panter
· 9 years ago
85add47
Issue #28871: Fixed a crash when deallocate deep ElementTree.
by Serhiy Storchaka
· 9 years ago
6560e22
Issue #28925: cPickle now correctly propagates errors when unpickle instances
by Serhiy Storchaka
· 9 years ago
9ea8faf
fix function name
by Benjamin Peterson
· 9 years ago
e95048e
also do not leak the mode string if creating the file fails
by Benjamin Peterson
· 9 years ago
d3035d5
do not leak the FILE * pointer in error cases of fdopen()
by Benjamin Peterson
· 9 years ago
5726b63
inline constant into its single use
by Benjamin Peterson
· 9 years ago
26c985a
fix refleak in null-containing error case (#21147)
by Benjamin Peterson
· 9 years ago
d7324bc
when you enter repr, you must leave, too (#25455)
by Benjamin Peterson
· 9 years ago
ada7d92
fix refleak in file handle creation error case
by Benjamin Peterson
· 9 years ago
fd08fdc
Issue #25659: Change assert to TypeError in from_buffer/_copy()
by Martin Panter
· 9 years ago
f75a2eb
Issue #10656: Fix out-of-tree building on AIX
by Martin Panter
· 9 years ago
2167666
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
by Martin Panter
· 9 years ago
1e4b73f
Issue #19398: Extra slash no longer added to sys.path components in case of
by Serhiy Storchaka
· 9 years ago
52b0888
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
by Serhiy Storchaka
· 9 years ago
4089b50
Fixed possible NULL decrefing.
by Serhiy Storchaka
· 9 years ago
0436ceb
Issue #24381: Avoid unused function warning when building bundled macOS libffi.
by Ned Deily
· 9 years ago
38d335b
Issue #28480: Avoid label at end of compound statement --without-threads
by Martin Panter
· 9 years ago
6a35bf6
Silenced compiler warnings.
by Serhiy Storchaka
· 9 years ago
bc4bdbd
make 'where' Py_ssize_t
by Benjamin Peterson
· 9 years ago
1df2cbe
mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow
by Benjamin Peterson
· 9 years ago
5170c16
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
by Serhiy Storchaka
· 9 years ago
36beb5e
Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversion_mode().
by Serhiy Storchaka
· 9 years ago
aa03420
be extremely careful about overflows in encode_basestring_ascii (closes #28284)
by Benjamin Peterson
· 9 years ago
ca56dd4
Issue #28139: Fix messed up indentation
by Martin Panter
· 9 years ago
e8bba99
Issue #28145: Spelling fixes
by Martin Panter
· 9 years ago
5f75502
Issue #24366: Fix indentation
by Martin Panter
· 9 years ago
12c8855
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
by Serhiy Storchaka
· 9 years ago
e4668aa
fix misleading indentation (closes #28139)
by Benjamin Peterson
· 9 years ago
6507657
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 9 years ago
6eec878
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
by Martin Panter
· 9 years ago
6663eb6
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
by Christian Heimes
· 9 years ago
f0039d1
fix unused variable warnings in pysqlite (closes #27967)
by Benjamin Peterson
· 9 years ago
28e2771
Backed out changeset 8b6be1341770
by Benjamin Peterson
· 9 years ago
bbc8fe1
remove long double from ctypes value union
by Benjamin Peterson
· 9 years ago
9940633
Issue #26470: Use short name rather than name for compression name to fix #27958.
by Christian Heimes
· 9 years ago
c2fc7c4
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
by Christian Heimes
· 9 years ago
f859d0d
move declaration to top of the function to appease the c89 gods
by Benjamin Peterson
· 9 years ago
aa187c6
rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944)
by Benjamin Peterson
· 9 years ago
e6239a3
Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James.
by Mark Dickinson
· 9 years ago
e63af90
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
by Serhiy Storchaka
· 9 years ago
eac40fd
Issue #19884: Avoid spurious output on OS X with Gnu Readline
by Martin Panter
· 9 years ago
dc60c75
Issue #10513: Fix a regression in Connection.commit()
by Berker Peksag
· 9 years ago
aed5a4e
rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783)
by Benjamin Peterson
· 9 years ago
0f3596a
do not decref value borrowed from list (closes #27774)
by Benjamin Peterson
· 9 years ago
505989c
fail when negative values are passed to instr()
by Benjamin Peterson
· 9 years ago
6c08d96
fix possible integer overflow in binascii.b2a_qp (closes #27760)
by Benjamin Peterson
· 9 years ago
f670120
do not allow reading negative values with getstr()
by Benjamin Peterson
· 9 years ago
Next »