Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e98205d7984a5b7f884679f7f7a83c3ddd69c167
/
Modules
e98205d
Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use.
by Alex Gaynor
· 11 years ago
0062d1e
PEP 466: backport hashlib algorithm constants (closes #21307)
by Benjamin Peterson
· 11 years ago
876473e
fix load_verify_locations on unicode paths (closes #22244)
by Benjamin Peterson
· 11 years ago
e373754
don't segfault when trying to fdopen() a fd for a dir (closes #22259)
by Benjamin Peterson
· 11 years ago
7ed3e29
fix error message for invalid curve name
by Benjamin Peterson
· 11 years ago
b47b54c
Backed out changeset 7c19f1f792c6
by Benjamin Peterson
· 11 years ago
64c1215
don't call rl_initialize when stdout is not a tty
by Benjamin Peterson
· 11 years ago
cbb144a
PyUnicode -> PyString and PyLong -> PyInt
by Benjamin Peterson
· 11 years ago
daeb925
backport many ssl features from Python 3 (closes #21308)
by Benjamin Peterson
· 11 years ago
cbee972
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
by Serhiy Storchaka
· 11 years ago
f880bff
Removed useless Py_LIMITED_API checks.
by Serhiy Storchaka
· 11 years ago
baa84b8
- Issue #22176: Update the ctypes module's libffi to v3.1. This release
by doko@ubuntu.com
· 11 years ago
501da1d
Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular
by Serhiy Storchaka
· 11 years ago
04fa704
Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"
by Serhiy Storchaka
· 11 years ago
0a649c7
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
by Victor Stinner
· 11 years ago
465db3c
socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code
by Victor Stinner
· 11 years ago
1d9457d
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
by Victor Stinner
· 11 years ago
63a4747
Issue #19884: readline: Disable the meta modifier key if stdout is not a
by Victor Stinner
· 11 years ago
5d93f40
Call PyErr_NoMemory() when PyMem_Malloc() fails.
by Serhiy Storchaka
· 11 years ago
a830501
properly decref the return value of close()
by Benjamin Peterson
· 11 years ago
f6b3c84
Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,
by Victor Stinner
· 11 years ago
58ad245
Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()>
by Raymond Hettinger
· 11 years ago
05b0a1b
Issue #21310: Fixed possible resource leak in failed open().
by Serhiy Storchaka
· 11 years ago
48f2e99
backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
by Benjamin Peterson
· 11 years ago
529a639
Fixed possible integer overflow in getint, getdouble and getboolean too (issue #21552).
by Serhiy Storchaka
· 11 years ago
2a0220b
Issue #21552: Fixed possible integer overflow of too long string lengths in
by Serhiy Storchaka
· 11 years ago
30080fd
Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular
by Serhiy Storchaka
· 11 years ago
d3d2363
support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744)
by Benjamin Peterson
· 11 years ago
8c16605
use logical rather than bit and
by Benjamin Peterson
· 11 years ago
a1ccfb5
cast away warnings
by Benjamin Peterson
· 11 years ago
629026a
backport hmac.compare_digest to partially implement PEP 466 (closes #21306)
by Benjamin Peterson
· 11 years ago
9343489
Issue 21375: Fix possible Py_ssizet overflow in heapq.
by Raymond Hettinger
· 11 years ago
3ec903f
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted.
by Antoine Pitrou
· 11 years ago
be580f2
Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize
by Kristján Valur Jónsson
· 11 years ago
68e85e5
#15840: make docs consistent by saying operations on closed files raise ValueError.
by Andrew Kuchling
· 11 years ago
7fc8a10
add missing NULL check
by Benjamin Peterson
· 11 years ago
5c863bf
when an exception is raised in fdopen, never close the fd (changing on my mind on #21191)
by Benjamin Peterson
· 11 years ago
3e5d87b
disallow a negative idx parameter
by Benjamin Peterson
· 11 years ago
6c939cb
in scan_once, prevent the reading of arbitrary memory when passed a negative index
by Benjamin Peterson
· 11 years ago
02ab7a8
make sure fdopen always closes the fd in error cases (closes #21191)
by Benjamin Peterson
· 11 years ago
d42f60e
fix overflow detection of strop.expandtabs
by Benjamin Peterson
· 11 years ago
b693e9f
Issue #6676: Ensure a meaningful exception is raised when attempting
by Ned Deily
· 11 years ago
e3af6f0
fix ctypes test alignment assumptions (closes #20946)
by Benjamin Peterson
· 11 years ago
6d07641
#13530: port to 2.7 branch (document what os.lseek returns).
by Georg Brandl
· 11 years ago
e50fe4c
Issue #20283: RE pattern methods now accept the string keyword parameters
by Serhiy Storchaka
· 11 years ago
384e9cb
finish backing out #19081
by Benjamin Peterson
· 11 years ago
e9aab0f
backout #19081 to fix #20621
by Benjamin Peterson
· 11 years ago
1d19f97
Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.
by Serhiy Storchaka
· 12 years ago
2748c5c
avoid name clash with posix_close (closes #20594)
by Benjamin Peterson
· 12 years ago
98a9722
Issue #20437: Fixed 43 potential bugs when deleting objects references.
by Serhiy Storchaka
· 12 years ago
ddc697f
Issue #20374: delete spurious empty line
by Ned Deily
· 12 years ago
b0fd12d
Issue #20374: Avoid compiler warnings when compiling readline with libedit.
by Ned Deily
· 12 years ago
ccffb25
Issue #20368: The null character now correctly passed from Tcl to Python (in
by Serhiy Storchaka
· 12 years ago
aaef0e7
Remove inaccurate comment and a the related recently added
by Gregory P. Smith
· 12 years ago
027ab39
Issue #19081: Remove the zipimporter.files reference as the zip TOC
by Gregory P. Smith
· 12 years ago
0ac0ead
new plan: just remove typecasts (closes #20374)
by Benjamin Peterson
· 12 years ago
ce75105
use new readline function types (closes #20374)
by Benjamin Peterson
· 12 years ago
e0ed2d7
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
9e79889
remove overly strict assertion (closes #20251)
by Benjamin Peterson
· 12 years ago
06e486c
correct defaultdict signature in docstring (closes #20250)
by Benjamin Peterson
· 12 years ago
28cf368
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
by Benjamin Peterson
· 12 years ago
3b2afbb
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for.
by Antoine Pitrou
· 12 years ago
7251fe1
fix zipimport ref leak
by Benjamin Peterson
· 12 years ago
6de7260
cleanup for the issue 19081 fix - pull the file open and close outside of the
by Gregory P. Smith
· 12 years ago
ad3e725
Should fix the issue19081 fix on Windows. Don't let the previous
by Gregory P. Smith
· 12 years ago
b48c5d5
Fixes issue19081: When a zipimport .zip file in sys.path being imported
by Gregory P. Smith
· 12 years ago
9450219
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
by Victor Stinner
· 12 years ago
0c221be
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
by Serhiy Storchaka
· 12 years ago
ddd71e2
remove trailing spaces.
by Gregory P. Smith
· 12 years ago
15df36b
Issue #16404: Add checks for return value of PyInt_FromLong() in
by Serhiy Storchaka
· 12 years ago
a92cc91
Issue #17919: Fixed integer overflow in the eventmask parameter.
by Serhiy Storchaka
· 12 years ago
17f22c9
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
by Serhiy Storchaka
· 12 years ago
66c6e9d
Issue #14432: Generator now clears the borrowed reference to the thread state
by Victor Stinner
· 12 years ago
5493d5e
Issue #19099: The struct module now supports Unicode format strings.
by Serhiy Storchaka
· 12 years ago
337c50b
Closes #19878: Fix segfault in bz2 module.
by Nadeem Vawda
· 12 years ago
df9460f
Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.
by Alexandre Vassalotti
· 12 years ago
a293428
Issue #6477: Added pickling support for singletons and their types.
by Alexandre Vassalotti
· 12 years ago
71142c4
Fix indentation from previous commit
by Eli Bendersky
· 12 years ago
f933e08
Issue #19815: Fix segfault when parsing empty namespace declaration.
by Eli Bendersky
· 12 years ago
dafda9b
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 12 years ago
a691219
backport #18985: Improve fcntl documentation.
by R David Murray
· 12 years ago
41a7d5e
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding
by Christian Heimes
· 12 years ago
fdb73ed
Issue #19405: Fixed outdated comments in the _sre module.
by Serhiy Storchaka
· 12 years ago
657d06b
just return toplevel symbol table rather than all blocks (closes #19393)
by Benjamin Peterson
· 12 years ago
36f6e2c
Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n))
by Mark Dickinson
· 12 years ago
62a1929
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
by Ned Deily
· 12 years ago
ebca3a5
Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
by Ned Deily
· 12 years ago
87c99a0
Properly initialize all fields of a SSL object after allocation.
by Antoine Pitrou
· 12 years ago
cf29ba8
Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
by Serhiy Storchaka
· 12 years ago
5eb6e3b
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
by Christian Heimes
· 12 years ago
ed9884b
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
by Christian Heimes
· 12 years ago
930c3c9
Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
by Victor Stinner
· 12 years ago
213fec4
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened.
by Antoine Pitrou
· 12 years ago
e6802db
Close #18912: Fix indentation in docstring
by Eli Bendersky
· 12 years ago
6d0f0f2
#18803: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
42831fe
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
by Christian Heimes
· 12 years ago
8ee5ffd
Issue #18747: Fix spelling errors in my commit message and comments,
by Christian Heimes
· 12 years ago
82f8828
- Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
by Barry Warsaw
· 12 years ago
2ac1c1a
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
by Serhiy Storchaka
· 12 years ago
1d0f73d
Issue #18747: Use a parent atfork handler instead of a child atfork handler.
by Christian Heimes
· 12 years ago
Next »