Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ce3dd0bdd550500d149121ca08611ebca623641f
/
Modules
19886b8
fix libffi build on AIX (closes #18248)
by Benjamin Peterson
· 12 years ago
2f13f54
fixed libffi on PPC without __NO_FPRS__
by Christian Heimes
· 12 years ago
d2774c7
Issue #18259: Declare sethostname in socketmodule.c for AIX
by Christian Heimes
· 12 years ago
f0400ba
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
by Christian Heimes
· 12 years ago
43b2639
ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
by Victor Stinner
· 12 years ago
c7b6c50
Describe 'surrogateescape' in the documentation.
by Andrew Kuchling
· 12 years ago
53e5ea7
#18113: Objects associated to a curses.panel object with set_userptr() were leaked.
by Andrew Kuchling
· 12 years ago
a822d366
Ensure that the fix for #17269 also works on OSX 10.4
by Ronald Oussoren
· 12 years ago
a534fc4
Close #18109: os.uname() now decodes fields from the locale encoding, and
by Victor Stinner
· 12 years ago
04754b0
Support multiarch build in tests.
by Stefan Krah
· 12 years ago
891ca9e
Backport bff16086f03b and bcaaaa00425b.
by Stefan Krah
· 12 years ago
6edda14
Issue #17768: Support newline fill character in decimal.py and NUL fill
by Stefan Krah
· 12 years ago
37a79a1
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
by Serhiy Storchaka
· 12 years ago
3a09286
Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory.
by Jason R. Coombs
· 12 years ago
6dc32b3
Issue #13612: handle unknown encodings without a buffer overflow.
by Eli Bendersky
· 12 years ago
3b08a29
indicate that read/write work with bytes (closes #18009)
by Benjamin Peterson
· 12 years ago
27a4ac5
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
by Ronald Oussoren
· 12 years ago
66d53fa
Issue #16986: ElementTree now correctly parses a string input not only when
by Serhiy Storchaka
· 12 years ago
6a55dc3
Issue #17989: fix typo in error message
by Eli Bendersky
· 12 years ago
08231a9
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
by Eli Bendersky
· 12 years ago
ef9683b
Issue #17989: element_setattro returned incorrect error value.
by Eli Bendersky
· 12 years ago
18b7191
C89 declaration compliance
by Benjamin Peterson
· 12 years ago
9df891c
- Fix typos in the multiprocessing module.
by doko@ubuntu.com
· 12 years ago
dedac52
prevent double free in cleanup code (#17968)
by Benjamin Peterson
· 12 years ago
7f98739
Issue #17968: Fix memory leak in os.listxattr().
by Antoine Pitrou
· 12 years ago
babc822
#16523: improve attrgetter/itemgetter/methodcaller documentation.
by Ezio Melotti
· 12 years ago
a7f7deb
Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable.
by Antoine Pitrou
· 12 years ago
002a77d
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
by Charles-Francois Natali
· 12 years ago
c8c952c
Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown.
by Antoine Pitrou
· 12 years ago
5dc268e
* Fix remaining bits of issue 17192 for 3.3 - these changes
by Gregory P. Smith
· 12 years ago
e9d0633
* Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch
by Gregory P. Smith
· 12 years ago
9330597
* Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone
by Gregory P. Smith
· 12 years ago
d160b12
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
by Serhiy Storchaka
· 12 years ago
d4cb4b7
Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner
by Eli Bendersky
· 12 years ago
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
ece1222
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
dd35162
merge heads in 3.2
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
Next »