Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6359641bcdf9855b941492888869b1156b62a622
/
Modules
6359641
Issue #20181: Converted the unicodedata module to Argument Clinic.
by Serhiy Storchaka
· 10 years ago
9260e77
Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic.
by Serhiy Storchaka
· 10 years ago
29fbd21
Remove redundant check fro md5module.
by Christian Heimes
· 10 years ago
82adeff
Fix typo in assert statement
by Christian Heimes
· 10 years ago
f24131f
Issue #20175: Converted the _io module to Argument Clinic.
by Serhiy Storchaka
· 10 years ago
7f90cba
Issue #23935: Argument Clinic's understanding of format units
by Larry Hastings
· 10 years ago
d2bc389
Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
by Steve Dower
· 10 years ago
89964c4
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
by Larry Hastings
· 10 years ago
dfa4e04
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Berker Peksag
· 10 years ago
4882cac
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Berker Peksag
· 10 years ago
8ef887c
Issue #20586: Argument Clinic now ensures signatures on functions without docstrings.
by Zachary Ware
· 10 years ago
a6cc551
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
by Larry Hastings
· 10 years ago
4b761bf
- merge 3.4
by doko@ubuntu.com
· 10 years ago
1345d20
- Use PLATDIR for the platform directory everywhere (refactoring only)
by doko@ubuntu.com
· 10 years ago
f299abd
Issue #23731: Implement PEP 488.
by Brett Cannon
· 10 years ago
56452ee
Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file.
by Antoine Pitrou
· 10 years ago
85e3ee7
Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file.
by Antoine Pitrou
· 10 years ago
0f164c6
Merge
by Antoine Pitrou
· 10 years ago
20d31b5
Merge
by Antoine Pitrou
· 10 years ago
cb46f0e
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
by Antoine Pitrou
· 10 years ago
25f85d4
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
by Antoine Pitrou
· 10 years ago
774ac37
Closes #17202: Merge with 3.4
by Zachary Ware
· 10 years ago
4c9c848
Issue #17202: Add .bat to .hgeol to force them to CRLF.
by Zachary Ware
· 10 years ago
5646de4
make DirEntryType and ScandirIteratorType static (closes #23918)
by Benjamin Peterson
· 10 years ago
f737703
Issue #23668: Regenerates posixmodule.c.h for new ifdefs
by Steve Dower
· 10 years ago
a1c7e72
Issue #23668: Suppresses invalid parameter handler around chsize calls.
by Steve Dower
· 10 years ago
8fc8980
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler.
by Steve Dower
· 10 years ago
3d2279f
Issue #21859: Corrected FileIO docstrings.
by Serhiy Storchaka
· 10 years ago
fe0a41a
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
by Steve Dower
· 10 years ago
6433e9e
- Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309.
by doko@ubuntu.com
· 10 years ago
cd092ef
Issue #21859: Corrected FileIO docstrings.
by Serhiy Storchaka
· 10 years ago
5056769
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
by Serhiy Storchaka
· 10 years ago
b817b77
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
by Serhiy Storchaka
· 10 years ago
43b8427
remove extra arguments in arg parsing format codes (closes #23875)
by Benjamin Peterson
· 10 years ago
ced1174
Issue #23618: Fix internal_select() for negative timeout (blocking socket) when
by Victor Stinner
· 10 years ago
88ed640
Issue #23834: Fix the default socket timeout
by Victor Stinner
· 10 years ago
1469070
Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each
by Victor Stinner
· 10 years ago
222dfc7
Issue #22117: Fix sock_call_ex() for non-blocking socket
by Victor Stinner
· 10 years ago
8912d14
Issue #23853: socket.socket.sendall() does no more reset the socket timeout
by Victor Stinner
· 10 years ago
9001d80
Issue #23834: Fix initial value of the socket timeout
by Victor Stinner
· 10 years ago
7d71c97
merge 3.4 (#23875)
by Benjamin Peterson
· 10 years ago
a4c6bad
Issue #23501: #include "clinic/posixmodule.c.h" was in the section skipped on Windows.
by Serhiy Storchaka
· 10 years ago
1a62921
fix refleak in deque_concat
by Benjamin Peterson
· 10 years ago
04e6dba
Fixed the array module broken in issue #23492.
by Serhiy Storchaka
· 10 years ago
06e6610
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
by Serhiy Storchaka
· 10 years ago
9a6e201
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
by Serhiy Storchaka
· 10 years ago
f8aa133
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
by Serhiy Storchaka
· 10 years ago
2e229e0
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
by Serhiy Storchaka
· 10 years ago
92e8af6
Issue #23492: Argument Clinic now generates argument parsing code with
by Serhiy Storchaka
· 10 years ago
1009bf1
Issue #23501: Argumen Clinic now generates code into separate files by default.
by Serhiy Storchaka
· 10 years ago
0759f84
Issue #23500: Argument Clinic is now smarter about generating the "#ifndef"
by Larry Hastings
· 10 years ago
45ec328
Removed trailing whitespaces in miscalenous files.
by Serhiy Storchaka
· 10 years ago
4e3cfa4
Issue #23853: Cleanup _ssl.c
by Victor Stinner
· 10 years ago
10550cd
Issue #23834: Simplify timeout handling
by Victor Stinner
· 10 years ago
13019fd
Issue #22117: Add a new _PyTime_FromSeconds() function
by Victor Stinner
· 10 years ago
4c7dc48
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
by Serhiy Storchaka
· 10 years ago
ea134da
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
by Serhiy Storchaka
· 10 years ago
8e44aa5
Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the
by Victor Stinner
· 10 years ago
33f96f1
Merge 3.4 (_posixsubprocess)
by Victor Stinner
· 10 years ago
e7c7492
Issue #23851: close() must not be retried when it fails with EINTR
by Victor Stinner
· 10 years ago
a135cb8
Issue #23618: Ooops, remove abort() added for debug purpose
by Victor Stinner
· 10 years ago
38aec75
Issue #23618: Fix sock_connect_impl(), set the socket error code
by Victor Stinner
· 10 years ago
81c41db
Issue #23618: socket.socket.connect() now waits until the connection completes
by Victor Stinner
· 10 years ago
35bee93
Issue #23618: Don't declare recvmsg/sendmsg helper functions on Windows
by Victor Stinner
· 10 years ago
b452f41
Issue #21526: Fixed support of new boolean type in Tcl 8.5.
by Serhiy Storchaka
· 10 years ago
f7de3dd
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
by Serhiy Storchaka
· 10 years ago
ff444e8
Issue #23834: Fix sock_call(), set deadline_initialized to recompute the timeout
by Victor Stinner
· 10 years ago
02f32ab
Issue #23834: Modify socket.sendall() to reuse sock_call() with sock_send_impl()
by Victor Stinner
· 10 years ago
31bf2d5
Issue #23834: Add sock_call() helper function
by Victor Stinner
· 10 years ago
c7489a5
Issue #23836: Fix the faulthandler module to handle reentrant calls
by Victor Stinner
· 10 years ago
185fd33
Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() of
by Victor Stinner
· 10 years ago
e72fe39
Issue #23836: Use _Py_write_noraise() to retry on EINTR in trip_signal() of
by Victor Stinner
· 10 years ago
81541f4
merge 3.4
by Benjamin Peterson
· 10 years ago
62d1c70
Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and
by Victor Stinner
· 10 years ago
4fd929b
remove assignment in conditional
by Benjamin Peterson
· 10 years ago
a772662
Issue #23618: Fix EINTR handling on Windows
by Victor Stinner
· 10 years ago
70a46f6
Issue #23618: Enhance EINTR handling in socket.connect()
by Victor Stinner
· 10 years ago
ee699e9
Issue #23618: Fix EINTR handling in socket.connect()
by Victor Stinner
· 10 years ago
c4e819a
Issue #23618: Cleanup internal_connect() in socketmodule.c
by Victor Stinner
· 10 years ago
41290a6
Issue 23793: Add deque support for __add__(), __mul__(), and __imul__().
by Raymond Hettinger
· 10 years ago
b6c15bc
Issue #23618: Refactor internal_connect()
by Victor Stinner
· 10 years ago
dd88d3d
Issue #23618: Refactor internal_connect()
by Victor Stinner
· 10 years ago
1bb0aef
Issue #22117: Fix integer overflow check in socket_parse_timeout() on Windows
by Victor Stinner
· 10 years ago
dd83bd2
Issue #23618: Fix internal_connect_select()
by Victor Stinner
· 10 years ago
416f2e6
Issue #23618: internal_connect_select() now waits also for error events
by Victor Stinner
· 10 years ago
e6951c6
Issue #23618: Refactor internal_select() to prepare socket.connect() for EINTR
by Victor Stinner
· 10 years ago
391fa71
Issue #23618: Refactor the _socket module
by Victor Stinner
· 10 years ago
58e4134
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
by Serhiy Storchaka
· 10 years ago
72e731c
Issue #13583: sqlite3.Row now supports slice indexing.
by Serhiy Storchaka
· 10 years ago
80d84c8
Merge heads
by Serhiy Storchaka
· 10 years ago
d5d818d
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
by Serhiy Storchaka
· 10 years ago
bfe1824
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
by Serhiy Storchaka
· 10 years ago
45ca48b
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
by Victor Stinner
· 10 years ago
4448c08
Issue #23485: select.kqueue.control() is now retried when interrupted by a signal
by Victor Stinner
· 10 years ago
41eba22
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
by Victor Stinner
· 10 years ago
3c7d6e0
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
by Victor Stinner
· 10 years ago
6aa446c
PEP 475: on EINTR, retry the function even if the timeout is equals to zero
by Victor Stinner
· 10 years ago
f70e1ca
Issue #23485: select.select() is now retried automatically with the recomputed
by Victor Stinner
· 10 years ago
e134a7f
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
by Victor Stinner
· 10 years ago
2e1c4e5
Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.
by Serhiy Storchaka
· 10 years ago
Next »