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-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
*
bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvf...
Michael Felt
2018-01-05
1
-0/+6
*
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
Serhiy Storchaka
2018-01-04
1
-6/+2
*
bpo-32308: Replace empty matches adjacent to a previous non-empty match in re...
Serhiy Storchaka
2018-01-04
1
-2/+2
*
closes bpo-32460: ensure all non-static globals have initializers (#5061)
Benjamin Peterson
2017-12-31
6
-48/+47
*
bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122)...
Michael Felt
2017-12-30
1
-6/+17
*
Fix typo (#5049)
Andrew Svetlov
2017-12-30
1
-1/+1
*
return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)
Benjamin Peterson
2017-12-29
2
-19/+35
*
bpo-31721: Allow Future._log_traceback to only be set to False (#5009)
Yury Selivanov
2017-12-25
1
-0/+5
*
bpo-32422: Reduce lru_cache memory usage (GH-5008)
INADA Naoki
2017-12-25
1
-26/+6
*
bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923)
Yury Selivanov
2017-12-25
2
-11/+60
*
bpo-32402: io: Add missing NULL check. (GH-4971)
INADA Naoki
2017-12-24
1
-0/+6
*
bpo-32415: Fix "error is already set" (#4999)
Yury Selivanov
2017-12-23
1
-0/+1
*
bpo-32357: Use PySet_GET_SIZE macro in _is_coroutine() from _asynciomodule.c ...
Andrew Svetlov
2017-12-23
1
-1/+1
*
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
Yury Selivanov
2017-12-23
2
-46/+100
*
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner
2017-12-21
1
-72/+9
*
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner
2017-12-21
2
-4/+4
*
bpo-15873: Implement [date][time].fromisoformat (#4699)
Paul Ganssle
2017-12-21
1
-0/+353
*
bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newli...
INADA Naoki
2017-12-21
2
-150/+329
*
bpo-32030: Fix usage of memory allocators (#4953)
Victor Stinner
2017-12-20
1
-7/+19
*
correct the typos (#4950)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-20
1
-2/+2
*
bpo-32030: Complete _PyCoreConfig_Read() (#4946)
Victor Stinner
2017-12-20
1
-325/+366
*
bpo-32030: Add _PyCoreConfig.warnoptions (#4936)
Victor Stinner
2017-12-20
1
-421/+446
*
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Marcel Plch
2017-12-20
1
-32/+40
*
bpo-32030: Cleanup pymain_main() (#4935)
Victor Stinner
2017-12-20
1
-71/+93
*
bpo-32030: Add _PyCoreConfig.argv (#4934)
Victor Stinner
2017-12-19
1
-149/+221
*
Fix GCC warning in _asynciomodule.c (#4928)
Zackery Spytz
2017-12-19
1
-1/+1
*
bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507)
Michael Felt
2017-12-19
1
-0/+3
*
bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915)
Yury Selivanov
2017-12-19
1
-28/+85
*
bpo-32030: Fix compiler warnings (#4921)
Victor Stinner
2017-12-19
1
-22/+3
*
bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)
Yury Selivanov
2017-12-19
1
-6/+15
*
bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)
Victor Stinner
2017-12-18
1
-10/+14
*
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...
Segev Finer
2017-12-18
2
-24/+260
*
bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792)
Nathaniel J. Smith
2017-12-18
1
-53/+51
*
bpo-32348: Optimize asyncio.Future schedule/add/remove callback. (#4907)
Yury Selivanov
2017-12-18
1
-75/+322
*
bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)
Andrew Svetlov
2017-12-16
2
-111/+399
*
Add tests for using PEP560 with classes implemented in C. (#4883)
Serhiy Storchaka
2017-12-16
1
-0/+85
[next]