Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
637c7c475adc2a48c4e505f2f99f1495fe7c52bc
/
Modules
637c7c4
Fix reference leak in _pickle.
by Alexandre Vassalotti
· 12 years ago
cf8a1e5
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
by Antoine Pitrou
· 12 years ago
51ce29c
remove pointless code (closes #17738)
by Benjamin Peterson
· 12 years ago
3034efd
Issue #17710: Fix pickle raising a SystemError on bogus input.
by Antoine Pitrou
· 12 years ago
00d83f2
Clean up error messages raised by save_reduce in _pickle.
by Alexandre Vassalotti
· 12 years ago
4bb1734
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
by Serhiy Storchaka
· 12 years ago
278d03b
Revert a premature patch for issue #14010 (changeset aaaf36026511).
by Serhiy Storchaka
· 12 years ago
e8f706e
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
by Serhiy Storchaka
· 12 years ago
bd2d30c
Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c)
by Victor Stinner
· 12 years ago
d6e9f32
Merge
by Kristján Valur Jónsson
· 12 years ago
a251b37
#10296: Merge to 3.3
by Kristján Valur Jónsson
· 12 years ago
5aed330
Issue #10296 : Don't handle BreakPoint exceptions using
by Kristján Valur Jónsson
· 12 years ago
cca8507
merge heads in 3.3
by Gregory P. Smith
· 12 years ago
0408bf9
Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This
by Gregory P. Smith
· 12 years ago
779dab9
Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.
by R David Murray
· 12 years ago
f5d7cc2
#8862: Fix curses cleanup with getchar is interrupted by a signal.
by R David Murray
· 12 years ago
029273f
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
by Gregory P. Smith
· 12 years ago
0f84764
Issue #17047: remove doubled words added in 3.3
by Terry Jan Reedy
· 12 years ago
09b7503
Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4
by Terry Jan Reedy
· 12 years ago
0158af3
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
by Terry Jan Reedy
· 12 years ago
31584e3
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
by Antoine Pitrou
· 12 years ago
44d5214
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
by Antoine Pitrou
· 12 years ago
255bf5b
Issue #16962: Use getdents64 instead of the obsolete getdents syscall in
by Gregory P. Smith
· 12 years ago
29ec595
Issue #17223: array module: Fix a crasher when converting an array containing
by Victor Stinner
· 12 years ago
9f10f56
Merge #17275: Fix class name in init errors in C bufferedio classes.
by R David Murray
· 12 years ago
67bfe80
#17275: Fix class name in init errors in C bufferedio classes.
by R David Murray
· 12 years ago
df4aa64
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
by Serhiy Storchaka
· 12 years ago
59f5dee
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
by Serhiy Storchaka
· 12 years ago
b0c75a7
Issue #9669: Protect re against infinite loops on zero-width matching in
by Serhiy Storchaka
· 12 years ago
fa46816
Issue #9669: Protect re against infinite loops on zero-width matching in
by Serhiy Storchaka
· 12 years ago
f8def28
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
by Serhiy Storchaka
· 12 years ago
a0eb809
Issue #13169: The maximal repetition number in a regular expression has been
by Serhiy Storchaka
· 12 years ago
70ca021
Issue #13169: The maximal repetition number in a regular expression has been
by Serhiy Storchaka
· 12 years ago
6d40134
Merge
by Richard Oudkerk
· 12 years ago
0d09ba8
Issue #16743: Fix mmap overflow check on 32 bit Windows
by Richard Oudkerk
· 12 years ago
e4ad8aa
Issue #4591: Uid and gid values larger than 2**31 are supported now.
by Serhiy Storchaka
· 12 years ago
55e2238
Raise KeyError instead of OverflowError when getpwuid's argument is out of
by Serhiy Storchaka
· 12 years ago
b462189
Reject float as uid or gid.
by Serhiy Storchaka
· 12 years ago
7cf5599
Issue #4591: Uid and gid values larger than 2**31 are supported now.
by Serhiy Storchaka
· 12 years ago
986bbfc
Backport deque.rotate() improvements.
by Raymond Hettinger
· 12 years ago
c73c561
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
by Antoine Pitrou
· 12 years ago
4de7457
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
by Antoine Pitrou
· 12 years ago
8135de8
Issue #16686: Fixed a lot of bugs in audioop module.
by Serhiy Storchaka
· 12 years ago
01ad622
Issue #16686: Fixed a lot of bugs in audioop module.
by Serhiy Storchaka
· 12 years ago
2efdc90
Issue #17073: Fix some integer overflows in sqlite3 module.
by Serhiy Storchaka
· 12 years ago
3cf96ac
Issue #17073: Fix some integer overflows in sqlite3 module.
by Serhiy Storchaka
· 12 years ago
36b365c
Issue #17089: Expat parser now correctly works with string input not only when
by Serhiy Storchaka
· 12 years ago
43536e9
Issue #17089: Expat parser now correctly works with string input not only when
by Serhiy Storchaka
· 12 years ago
b7be42b
merge #17091: update docstring for _thread.Lock.acquire.
by R David Murray
· 12 years ago
95b7110
#17091: update docstring for _thread.Lock.acquire.
by R David Murray
· 12 years ago
1d0bb9c
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
by Serhiy Storchaka
· 12 years ago
19c4e0d
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
by Serhiy Storchaka
· 12 years ago
d03ce4a
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
by Serhiy Storchaka
· 12 years ago
94dc673
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
by Serhiy Storchaka
· 12 years ago
c27bcbf
Back out fix for issue #13886; it introduced a new bug in interactive readline use.
by Nadeem Vawda
· 12 years ago
6375257
Back out fix for issue #13886; it introduced a new bug in interactive readline use.
by Nadeem Vawda
· 12 years ago
90fa950
In the _hashlib module, only initialize the static data for OpenSSL's
by Gregory P. Smith
· 12 years ago
aded2e5
In the _hashlib module, only initialize the static data for OpenSSL's
by Gregory P. Smith
· 12 years ago
99ec7f6
Additional fix for issue #12268: The io module file object write methods no
by Gregory P. Smith
· 12 years ago
b9817b0
Additional fix for Issue #12268: The io module file object writelines() methods no longer abort early when one of its write system calls is interrupted (EINTR).
by Gregory P. Smith
· 12 years ago
0ecd30b
Issue #17098: Make sure every module has __loader__ defined.
by Brett Cannon
· 12 years ago
60cc323
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
by Nadeem Vawda
· 12 years ago
6f02ea0
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
by Nadeem Vawda
· 12 years ago
3f5db39
Fix a few typos and a double semicolon. Patch by Eitan Adler.
by Ezio Melotti
· 12 years ago
1c90eed
Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2)
by Ronald Oussoren
· 12 years ago
697e56d
Issue #1602133: 'environ' is not really available with shared libraries on OSX
by Ronald Oussoren
· 12 years ago
d269b5e
Clean trailing whitespace in itertoolsmodule.c.
by Serhiy Storchaka
· 12 years ago
e7e9c32
Clean trailing whitespace in itertoolsmodule.c.
by Serhiy Storchaka
· 12 years ago
339e91d
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
by Serhiy Storchaka
· 12 years ago
a3e9128
Issue #13454: Fix a crash when deleting an iterator created by itertools.tee()
by Serhiy Storchaka
· 12 years ago
eb8c451
Since the return type of format() is not a Decimal, raise ValueError instead of
by Stefan Krah
· 12 years ago
986a56c
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
by Charles-François Natali
· 12 years ago
441d30f
Issue #15989: Fix several occurrences of integer overflow
by Serhiy Storchaka
· 12 years ago
95195b3
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
by Charles-François Natali
· 12 years ago
9101e23
Issue #15989: Fix several occurrences of integer overflow
by Serhiy Storchaka
· 12 years ago
bd8f290
Show the function signature in the docstring
by Raymond Hettinger
· 12 years ago
c68a4a0
check windows fd validity (closes #16992)
by Benjamin Peterson
· 12 years ago
897c3e9
Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix
by Stefan Krah
· 12 years ago
752bfb7
Remove trailing whitespace.
by Stefan Krah
· 12 years ago
59a4a93
Issue #16422: Use strings for rounding mode constants for better readability
by Stefan Krah
· 12 years ago
ad1d5f9
Issue #10527: Use poll() instead of select() for multiprocessing pipes
by Richard Oudkerk
· 12 years ago
25771b3
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text.
by Eli Bendersky
· 12 years ago
b09b167
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text.
by Eli Bendersky
· 12 years ago
4583990
Clean trailing whitespace in _elementtree.c
by Eli Bendersky
· 12 years ago
0e5c48a
make deque_clear void, since it's infallible
by Benjamin Peterson
· 12 years ago
457a229
SSLContext.load_dh_params() now properly closes the input file.
by Antoine Pitrou
· 12 years ago
799e3ed
Issue #16076: check for return value of PyTuple_New for args (following
by Eli Bendersky
· 12 years ago
b8f6dc8
Issue #16076: fix refleak in pickling of Element.
by Eli Bendersky
· 12 years ago
e6174ca
Issue #16913: Fix Element.itertext()'s handling of text with XML entities.
by Eli Bendersky
· 12 years ago
698bdb2
Issue #16076: make _elementtree.Element pickle-able in a way that is compatible
by Eli Bendersky
· 12 years ago
a2ad5c3
Issue #15972: Fix error messages when os functions expecting a file name or
by Serhiy Storchaka
· 12 years ago
a873690
The get() and iter() are now able to accept keyword arguments.
by Eli Bendersky
· 12 years ago
f402e92
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
by Christian Heimes
· 12 years ago
6f84659
(Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB.
by Victor Stinner
· 12 years ago
c44057d
Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB
by Victor Stinner
· 12 years ago
57cb81d
Issue #16828: Fix error incorrectly raised by bz2.compress('').
by Nadeem Vawda
· 12 years ago
638fb9b
Issue #16828: Fix error incorrectly raised by bz2.compress('').
by Nadeem Vawda
· 12 years ago
e4110dc
Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding
by Victor Stinner
· 12 years ago
9b45993
Issue #9586: Merge
by Richard Oudkerk
· 12 years ago
9866231
Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.
by Richard Oudkerk
· 12 years ago
Next »