Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
335a5128e54809b789cb82f05a913df1198fe40e
/
Modules
1e81a39
Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise a
by Victor Stinner
· 11 years ago
cb1f74e
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
by Victor Stinner
· 11 years ago
cac23a5
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
by Serhiy Storchaka
· 11 years ago
b1792d9
remove trailing spaces.
by Gregory P. Smith
· 11 years ago
48d761e
Issue #16404: Add checks for return value of PyLong_FromLong() in
by Serhiy Storchaka
· 11 years ago
1f1ec12
Issue #19986: Avoid an incorrect warning of older gcc versions.
by Stefan Krah
· 11 years ago
5da107a
Issue #17919: Fixed integer overflow in the eventmask parameter.
by Serhiy Storchaka
· 11 years ago
01e5f80
Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted
by Stefan Krah
· 11 years ago
fc06999
#19970: Fix some comment typos.
by R David Murray
· 11 years ago
3ad2d70
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
by Serhiy Storchaka
· 11 years ago
258e4d3
Issue #14432: Fix compilation when thread support is disabled
by Victor Stinner
· 11 years ago
1310510
Issue #14432: Generator now clears the borrowed reference to the thread state
by Victor Stinner
· 11 years ago
da12ada
Do not discard const qualifier without a reason.
by Stefan Krah
· 11 years ago
37d4e0b
Fix two typos.
by Stefan Krah
· 11 years ago
42e3b60
Missed one copyright.
by Stefan Krah
· 11 years ago
ecff655
Update copyright. The four year increment is intentional (to save work).
by Stefan Krah
· 11 years ago
abbc8ca
ncurses' winch and mvwinch return an unsigned long
by Christian Heimes
· 11 years ago
4b7f7ac
Make a couple of parameters constant.
by Stefan Krah
· 11 years ago
708a318
Fixes issue #15798: subprocess.Popen() no longer fails if file
by Gregory P. Smith
· 11 years ago
361e30c
Undo supposed fix for Issue #15798 until I understand why this is
by Gregory P. Smith
· 11 years ago
1eda9e7
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
by Gregory P. Smith
· 11 years ago
65846c6
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
by Alexandre Vassalotti
· 11 years ago
19b6fa6
Issue #6477: Added support for pickling the types of built-in singletons.
by Alexandre Vassalotti
· 11 years ago
896414f
Fixed _pickle.Unpickler to handle empty persistent IDs correctly.
by Alexandre Vassalotti
· 11 years ago
4b79518
Fix indentation from previous commit
by Eli Bendersky
· 11 years ago
5dd40e5
Issue #19815: Fix segfault when parsing empty namespace declaration.
by Eli Bendersky
· 11 years ago
c93329b
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 11 years ago
45059eb
1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects
by Stefan Krah
· 11 years ago
7929a1d
Fix compilation error under gcc of the ctypes module bundled libffi for arm.
by Gregory P. Smith
· 11 years ago
6e51b8f
Issue13674 Correct crash with strftime %y format under Windows
by Tim Golden
· 11 years ago
2fdf4e7
Move PyErr_NoMemory() closer to the failure.
by Stefan Krah
· 11 years ago
a0fd1f5
Change style to match the surrounding code (no early returns).
by Stefan Krah
· 11 years ago
ac47085
Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup()
by Victor Stinner
· 11 years ago
a992e11
Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle
by Victor Stinner
· 11 years ago
d5a2f0b
#18985: Improve fcntl documentation.
by R David Murray
· 11 years ago
5fdb64b
#19411: Clarify that b2a_hex/hexlify returns a bytes object.
by R David Murray
· 11 years ago
6374120
Issue #19418 Fix some warnings on Win64
by Tim Golden
· 11 years ago
fb6b44e
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding
by Christian Heimes
· 11 years ago
3797065
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
by Nadeem Vawda
· 11 years ago
81be27d
Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL
by Georg Brandl
· 11 years ago
efa5a39
Issue #19405: Fixed outdated comments in the _sre module.
by Serhiy Storchaka
· 11 years ago
89d8cd9
just return toplevel symbol table rather than all blocks (closes #19393)
by Benjamin Peterson
· 11 years ago
7d6392c
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
by Serhiy Storchaka
· 11 years ago
9da33ab
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
by Serhiy Storchaka
· 11 years ago
be80fc9
Issue #19327: Fixed the working of regular expressions with too big charset.
by Serhiy Storchaka
· 11 years ago
09fcb72
Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers.
by Antoine Pitrou
· 11 years ago
5d4121a
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
by Ned Deily
· 11 years ago
8aa7b89
replace hardcoded version
by Benjamin Peterson
· 11 years ago
577dd61
make sure the docstring is never out of date wrt unicode data version
by Benjamin Peterson
· 11 years ago
a4cf1c8
remove url from docstring (closes #19220)
by Benjamin Peterson
· 11 years ago
cb1d96f
Issue #18594: Make the C code more closely match the pure python code.
by Raymond Hettinger
· 11 years ago
2a8b3f2
Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
by Ned Deily
· 11 years ago
224c87d
Issue #18594: Fix the fallback path in collections.Counter().
by Raymond Hettinger
· 11 years ago
2ff2190
Issue #18594: Fix the fast path for collections.Counter().
by Raymond Hettinger
· 11 years ago
860aee7
Properly initialize all fields of a SSL object after allocation.
by Antoine Pitrou
· 11 years ago
369606d
Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.
by Serhiy Storchaka
· 11 years ago
31f477c
Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call
by Serhiy Storchaka
· 11 years ago
0648bf7
- followup for issue #18997, make _clear_joined_ptr static.
by doko@ubuntu.com
· 11 years ago
dd3661e
Issue #18997: fix ElementTree crash with using pickle and __getstate__.
by Eli Bendersky
· 11 years ago
fb92f39
Issue 18752: Make chain.from_iterable() more visible in the documentation.
by Raymond Hettinger
· 11 years ago
134f0de
Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
by Serhiy Storchaka
· 11 years ago
60bf2fc
Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case
by Christian Heimes
· 11 years ago
e1040e2
Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
by Victor Stinner
· 11 years ago
e93b63b
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened.
by Antoine Pitrou
· 11 years ago
9edb168
cwr_next(): move invariants out of loops.
by Tim Peters
· 11 years ago
c554f72
Issue #18912: Fix indentation in docstring
by Eli Bendersky
· 11 years ago
b84fc0f
Fix compilation of the _sqlite module if threads are disabled
by Victor Stinner
· 11 years ago
9594942
Issue #18783: Removed existing mentions of Python long type in docstrings,
by Serhiy Storchaka
· 11 years ago
7c4a7e6
#18803: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
c20a7b9
Merge.
by Charles-François Natali
· 11 years ago
249cdc3
Issue #18763: subprocess: The file descriptors are now closed after calling the
by Charles-François Natali
· 11 years ago
f1fe159
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
by Christian Heimes
· 11 years ago
61636e7
Issue #18747: Fix spelling errors in my commit message and comments,
by Christian Heimes
· 11 years ago
203eb31
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
by Serhiy Storchaka
· 11 years ago
80c5de9
Issue #18747: Use a parent atfork handler instead of a child atfork handler.
by Christian Heimes
· 11 years ago
9e6b975
Issue #17119: Fixed integer overflows when processing large strings and tuples
by Serhiy Storchaka
· 11 years ago
f77b4b2
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
by Christian Heimes
· 11 years ago
b1973c2
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
by Serhiy Storchaka
· 11 years ago
ec67d18
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
by Serhiy Storchaka
· 11 years ago
4d98ca9
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
by Christian Heimes
· 11 years ago
3c2593b
Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
by Christian Heimes
· 11 years ago
474afdd
Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
by Christian Heimes
· 11 years ago
85a8629
#18466: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
9ff79f7
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols.
by Christian Heimes
· 11 years ago
824f7f3
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
by Christian Heimes
· 11 years ago
00964ed
Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
by Larry Hastings
· 11 years ago
fb29a16
Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
by Mark Dickinson
· 11 years ago
d7bd7a5
Silence compiler warnings for strict function prototype declarations.
by Raymond Hettinger
· 11 years ago
1f35ae0
Issue #17998: Fix an internal error in regular expression engine.
by Serhiy Storchaka
· 11 years ago
bd143c3
Issue #18627: Fix typo noticed by Vajrasky Kok.
by Ned Deily
· 11 years ago
b5dd6d2
Issue #17557: Fix os.getgroups() to work with the modified behavior of
by Ned Deily
· 11 years ago
2e3e593
Issue #17899: Fix rare file descriptor leak in os.listdir().
by Larry Hastings
· 11 years ago
b3c8724
Initialize utime with 0. It fixes a couple of compiler warnung:
by Christian Heimes
· 11 years ago
4fec431
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
by Christian Heimes
· 11 years ago
36577e4
Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
by Victor Stinner
· 12 years ago
6ca8a05
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199
by Christian Heimes
· 12 years ago
9ee5c37
Issue #18559: Fix NULL pointer dereference error in _pickle module
by Christian Heimes
· 12 years ago
66eda26
Handle yet another potential failure in testcapi CID 1058280
by Christian Heimes
· 12 years ago
5962bef
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
by Christian Heimes
· 12 years ago
ec2309b
remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
by Christian Heimes
· 12 years ago
Next »