Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
41937bcea54b067bd264e57b24709d144bb79be5
/
Modules
84d8baa
Fix xml.etree.ElementTree.Element.getiterator()
by Victor Stinner
· 8 years ago
3e7a3cb
Issue #28148: Stop using localtime() and gmtime() in the time module.
by Alexander Belopolsky
· 8 years ago
9574e0a
Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
by Serhiy Storchaka
· 8 years ago
5ae4f49
Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
by Serhiy Storchaka
· 8 years ago
a12e784
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
by Serhiy Storchaka
· 8 years ago
c0b7037
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
by Serhiy Storchaka
· 8 years ago
22805ca
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
by Serhiy Storchaka
· 8 years ago
407ac47
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
by Serhiy Storchaka
· 8 years ago
9df89d0
Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt
by Christian Heimes
· 8 years ago
1a63b9f
Typo
by Christian Heimes
· 8 years ago
a5d0765
Finish GC code for SSLSession and increase test coverage
by Christian Heimes
· 8 years ago
6f3f3e5
Increase buffer for readlink() in case OS will support longer names one day.
by Christian Heimes
· 8 years ago
3cb091e
Increase buffer for readlink() in case OS will support longer names one day.
by Christian Heimes
· 8 years ago
0202c34
Add an extra byte for null in case we ever get very long unicode names.
by Christian Heimes
· 8 years ago
2f366ca
Add an extra byte for null in case we ever get very long unicode names.
by Christian Heimes
· 8 years ago
b00e00c
Don't define PY_WITH_KECCAK
by Christian Heimes
· 8 years ago
ec2319c
Fix memleak in os.getrandom()
by Victor Stinner
· 8 years ago
8ac46c9
revert expat changes
by Benjamin Peterson
· 8 years ago
e2e792d
merge 3.5 (#28184)
by Benjamin Peterson
· 8 years ago
26c03bd
Fix memory leak in path_converter()
by Victor Stinner
· 8 years ago
ac965ca
stop using Py_LL and Py_ULL
by Benjamin Peterson
· 8 years ago
bf3c1c3
Issue #28075: Fix test_access_denied in Python 3.5
by Berker Peksag
· 8 years ago
27f26ad
Issue #28161: Opening CON for write access fails
by Steve Dower
· 8 years ago
313523c
Issue #28192: Don't import readline in isolated mode
by Steve Dower
· 8 years ago
052e4f1
Issue #28075: Merge from 3.5
by Berker Peksag
· 8 years ago
0b4dc48
Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat()
by Berker Peksag
· 8 years ago
d508d00
Issue #28139: Merge indentation fixes from 3.5 into 3.6
by Martin Panter
· 8 years ago
6d57fe1
Issue #28139: Fix messed up indentation
by Martin Panter
· 8 years ago
355bbb0
Issue #28145: Merge spelling fixes from 3.5 into 3.6
by Martin Panter
· 8 years ago
2dc77f0
Issue #28145: Spelling fixes
by Martin Panter
· 8 years ago
3940499
Issue #28156: Export os.getpid() conditionally
by Berker Peksag
· 8 years ago
8181646
Issue #28114: Fix a crash in parse_envlist() when env contains byte strings
by Berker Peksag
· 8 years ago
6775231
Unicode 9.0.0
by Benjamin Peterson
· 8 years ago
7ec6456
Issue #28153: Make kqueue()'s event filters optional
by Berker Peksag
· 8 years ago
62a1f02
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
by Serhiy Storchaka
· 8 years ago
e6265e9
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
by Serhiy Storchaka
· 8 years ago
8cee103
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
by Christian Heimes
· 8 years ago
7ce2013
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
by Christian Heimes
· 8 years ago
37098cd
more granular configure checks for clock_* functions (closes #28081)
by Benjamin Peterson
· 8 years ago
8ee9edb
Issue #28131: Merge from 3.5
by Berker Peksag
· 8 years ago
4aa74c4
Issue #28131: Fix a regression in zipimport's compile_source()
by Berker Peksag
· 8 years ago
f6365e3
Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an extra memset() call in _ssl.c.
by Christian Heimes
· 8 years ago
f051e43
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
by Christian Heimes
· 8 years ago
faf2cea
Fix NULL check in sock_sendmsg_iovec. CID 1372885
by Christian Heimes
· 8 years ago
410b988
Issue #27866: Fix refleak in cipher_to_dict()
by Victor Stinner
· 8 years ago
52d61e4
socket: Fix memory leak in sendmsg() and sendmsg_afalg()
by Victor Stinner
· 8 years ago
288b5bf
Cleanup socketmodule.c
by Victor Stinner
· 8 years ago
8805717
Revert part of 3471a3515827 that caused a performance regression
by Raymond Hettinger
· 8 years ago
59da4b3
Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually
by Berker Peksag
· 8 years ago
654a7bd
Adds missing assert suppression.
by Steve Dower
· 8 years ago
18f3a9b
Closes #25283: Make tm_gmtoff and tm_zone available on all platforms.
by Alexander Belopolsky
· 8 years ago
5fe668c
Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext
by Christian Heimes
· 8 years ago
ec406fe
Issue #27810: Regenerate Argument Clinic.
by Serhiy Storchaka
· 8 years ago
a6d75fd
Issue 24454: Removed unused match_getitem_doc.
by Eric V. Smith
· 8 years ago
b569086
Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Thanks Serhiy Storchaka.
by Eric V. Smith
· 8 years ago
605bdae
Issue 24454: Improve the usability of the re match object named group API
by Eric V. Smith
· 8 years ago
9af13ca
Issue #28036: Remove unused pysqlite_flush_statement_cache function
by Berker Peksag
· 8 years ago
8be1740
Use uint16_t instead of short in audioop.
by Serhiy Storchaka
· 8 years ago
ab994ed
Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements
by Berker Peksag
· 8 years ago
99a6570
Issue #19500: Add client-side SSL session resumption to the ssl module.
by Christian Heimes
· 8 years ago
130bbe5
#28067: Fixed another typo.
by Alexander Belopolsky
· 8 years ago
358cfd4
Issue 28043: SSLContext has improved default settings
by Christian Heimes
· 8 years ago
abd143b
#28067: Fixed a typo.
by Alexander Belopolsky
· 8 years ago
6d88fa5
Closes #28067: Do not call localtime (gmtime) in datetime module.
by Alexander Belopolsky
· 8 years ago
457fc9a
Issue #27137: align Python & C implementations of functools.partial
by Nick Coghlan
· 8 years ago
8f9cafa
Issue #28019: itertools.count() no longer rounds non-integer step in range
by Serhiy Storchaka
· 8 years ago
8ddcf3a
Issue #28019: itertools.count() no longer rounds non-integer step in range
by Serhiy Storchaka
· 8 years ago
fef7e94
Don't run garbage collection on interpreter exit if it was explicitly disabled
by Łukasz Langa
· 8 years ago
37e4ef7
Issue #27810: Rerun Argument Clinic on all modules
by Victor Stinner
· 8 years ago
dec2df3
fix dummy macro
by Benjamin Peterson
· 8 years ago
a785c87
DTrace support: function calls, GC activity, line execution
by Łukasz Langa
· 8 years ago
ff70fc2
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
by Steve Dower
· 8 years ago
8dcc48e
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
by Steve Dower
· 8 years ago
a721aba
Issue #26331: Implement the parsing part of PEP 515.
by Brett Cannon
· 8 years ago
7d895ac
remove --with(out)-signal-module, since the signal module is non-optional
by Benjamin Peterson
· 8 years ago
6230aaf
Issue #27781: Fixes uninitialized fd when !MS_WINDOWS and !HAVE_OPENAT
by Steve Dower
· 8 years ago
eb63645
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
by Yury Selivanov
· 8 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 8 years ago
0b9d64e
Issue 18550: Check return value of ioctl() / fnctl() in internal_setblocking
by Christian Heimes
· 8 years ago
ff4fddd
Add NULL checks to the initializer of the locale module
by Christian Heimes
· 8 years ago
bb0b0d9
replace PyInt16 with int16_t
by Benjamin Peterson
· 8 years ago
7a5457b
Add error checking to PyInit_pyexpact
by Christian Heimes
· 8 years ago
6782b14
Use PyModule_AddIntMacro() in signal module
by Christian Heimes
· 8 years ago
2752707
Check return value of PyList_Append() in Py_Main(). CID 1353200
by Christian Heimes
· 8 years ago
0be894b
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 8 years ago
be8da9c
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
by Martin Panter
· 8 years ago
4a75760
do not memcpy from NULL
by Benjamin Peterson
· 8 years ago
1c03abd
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs.
by Christian Heimes
· 8 years ago
1bb0c0b
explicitly cast away constness to silence compiler warning
by Benjamin Peterson
· 8 years ago
5130a4d
Backed out changeset 8b6be1341770
by Benjamin Peterson
· 8 years ago
6d99980
remove long double from ctypes value union
by Benjamin Peterson
· 8 years ago
281e5f8
Issue #26470: Use short name rather than name for compression name to fix #27958.
by Christian Heimes
· 8 years ago
768f3b4
do not pretend to support passing a fd to access()
by Benjamin Peterson
· 8 years ago
598894f
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
by Christian Heimes
· 8 years ago
2891492
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
by Serhiy Storchaka
· 8 years ago
3929499
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
by Steve Dower
· 8 years ago
3b6a6b4
Add a new private version to the builtin dict type
by Victor Stinner
· 8 years ago
207116b
use Py_MAX
by Benjamin Peterson
· 8 years ago
940f33a
Issue #23524: Finish removing _PyVerify_fd from sources
by Steve Dower
· 8 years ago
513d747
Fix mismatched if blocks in posixmodule.c.
by Steve Dower
· 8 years ago
Next »