index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (...
Stéphane Wirtel
2018-01-30
1
-1/+1
*
bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437)
Eric Snow
2018-01-30
1
-1/+1
*
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...
Eric Snow
2018-01-30
1
-0/+2061
*
bpo-28134: Auto-detect socket values from file descriptor (#1349)
Christian Heimes
2018-01-29
1
-2/+69
*
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
Pablo Galindo
2018-01-29
1
-0/+106
*
bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418)
Pablo Galindo
2018-01-29
1
-52/+66
*
rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson
2018-01-29
1
-2/+2
*
bpo-31429: Define TLS cipher suite on build time (#3532)
Christian Heimes
2018-01-29
1
-1/+34
*
bpo-32705: Current Android does not have posix_spawn (#5413)
Chih-Hsuan Yen
2018-01-29
1
-0/+7
*
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
Pablo Galindo
2018-01-29
2
-2/+254
*
bpo-32373: Add socket.getblocking() method. (#4926)
Yury Selivanov
2018-01-28
1
-1/+48
*
Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (...
Yury Selivanov
2018-01-28
1
-31/+28
*
bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)
Nitish Chandra
2018-01-28
1
-4/+10
*
bpo-32660: Solaris should support constants like termios' FIONREAD (#5328)
jcea
2018-01-28
1
-0/+6
*
bpo-32659: Solaris "stat" should support "st_fstype" (#5307)
jcea
2018-01-28
1
-0/+17
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)
Коренберг Марк
2018-01-27
1
-28/+31
*
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
2018-01-27
1
-0/+1
*
bpo-32630: Use contextvars in decimal (GH-5278)
Yury Selivanov
2018-01-27
1
-89/+31
*
bpo-31368: Expose preadv and pwritev in the os module (#5239)
Pablo Galindo
2018-01-27
2
-1/+313
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
1
-32/+140
*
bpo-32454: socket closefd (#5048)
Christian Heimes
2018-01-27
1
-2/+29
*
bpo-32433: Optimized HMAC digest (#5023)
Christian Heimes
2018-01-27
2
-3/+100
*
Cleanup dangling reference in get_timezone_utc_capi (#5317)
Paul Ganssle
2018-01-25
1
-0/+2
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
8
-171/+94
*
bpo-32652: Defer pymain_set_global_config() call (#5303)
Victor Stinner
2018-01-25
1
-14/+12
*
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle
2018-01-24
2
-0/+90
*
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipim...
Barry Warsaw
2018-01-24
2
-1/+62
*
bpo-32643: Drop support for a few private Task and Future APIs. (#5293)
Yury Selivanov
2018-01-24
2
-182/+10
*
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
Victor Stinner
2018-01-24
1
-174/+201
*
bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289)
Victor Stinner
2018-01-24
1
-5/+1
*
bpo-32296: Make get_running_loop() another 4-5x faster (#5277)
Yury Selivanov
2018-01-23
1
-62/+102
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
7
-58/+287
*
bpo-32503: Avoid creating too small frames in pickles. (#5127)
Serhiy Storchaka
2018-01-20
1
-9/+9
*
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Christian Heimes
2018-01-20
1
-0/+7
*
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner
2018-01-18
2
-7/+7
*
bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212)
Victor Stinner
2018-01-17
1
-0/+1
*
bpo-32403: Faster date and datetime constructors (#4993)
Paul Ganssle
2018-01-16
1
-45/+75
*
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io...
Serhiy Storchaka
2018-01-16
5
-63/+105
*
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki
2018-01-16
1
-2/+4
*
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou
2018-01-15
2
-0/+618
*
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Victor Stinner
2018-01-15
1
-8/+29
*
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner
2018-01-15
5
-12/+12
*
bpo-31993: Do not use memoryview when pickle large strings. (#5154)
Serhiy Storchaka
2018-01-12
1
-2/+3
*
bpo-31993: Do not create frames for large bytes and str objects (#5114)
Serhiy Storchaka
2018-01-11
1
-94/+86
*
bpo-29240: Ignore UTF-8 Mode in time module (#5148)
Victor Stinner
2018-01-11
2
-8/+7
*
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner
2018-01-10
1
-2/+3
*
bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089)
David Carlier
2018-01-09
1
-4/+1
*
bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c...
Max Bélanger
2018-01-07
1
-10/+0
*
bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353)
Olivier Grisel
2018-01-06
1
-24/+114
*
bpo-29137: Remove fpectl module (#4789)
Nathaniel J. Smith
2018-01-06
3
-468/+0
[next]