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-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
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
2
-54/+248
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
54
-466/+466
*
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson
2017-12-15
1
-2/+1
*
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
Andrew Svetlov
2017-12-15
1
-1/+28
*
bpo-32030: Add _PyMainInterpreterConfig.executable (#4876)
Victor Stinner
2017-12-15
1
-19/+50
*
bpo-32030: Add _PyCoreConfig_Copy() (#4874)
Victor Stinner
2017-12-15
1
-0/+148
*
bpo-32329: Fix -R option for hash randomization (#4873)
Victor Stinner
2017-12-14
1
-7/+28
*
bpo-32143: add f_fsid to os.statvfs() (#4571)
Giuseppe Scrivano
2017-12-14
1
-0/+2
*
bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (#4797)
Anthony Sottile
2017-12-14
1
-0/+1
*
bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855)
Victor Stinner
2017-12-14
1
-40/+84
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Victor Stinner
2017-12-14
2
-129/+211
*
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
Victor Stinner
2017-12-13
1
-16/+91
*
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
Yury Selivanov
2017-12-13
2
-8/+323
*
pymain_set_sys_argv() now copies argv (#4838)
Victor Stinner
2017-12-13
1
-28/+58
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
3
-56/+129
*
bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() s...
Antoine Pitrou
2017-12-13
3
-54/+1
*
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner
2017-12-12
1
-0/+66
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
3
-25/+25
*
bpo-32255: Always quote a single empty field when write into a CSV file. (#4769)
Licht Takeuchi
2017-12-12
1
-1/+1
*
bpo-32252: Fix faulthandler_suppress_crash_report() (#4794)
Victor Stinner
2017-12-11
1
-1/+1
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
2
-4/+43
*
bpo-32030: Add _PyImport_Fini2() (#4737)
Victor Stinner
2017-12-06
1
-18/+26
*
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner
2017-12-06
1
-57/+113
*
bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)
Victor Stinner
2017-12-05
1
-9/+3
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
2
-209/+109
*
bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4...
Serhiy Storchaka
2017-12-04
3
-73/+55
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
2
-109/+209
*
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner
2017-12-02
2
-31/+24
*
bpo-32030: Fix config_get_program_name() on macOS (#4669)
Victor Stinner
2017-12-01
1
-2/+2
*
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner
2017-12-01
2
-116/+4
*
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Victor Stinner
2017-12-01
2
-16/+24
*
bpo-32030: Fix Py_GetPath(): init program_name (#4665)
Victor Stinner
2017-12-01
2
-75/+86
*
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner
2017-12-01
1
-64/+54
*
bpo-32186: Release the GIL during lseek and fstat (#4652)
Nir Soffer
2017-12-01
1
-1/+5
*
Fix CID-1420310: cast PY_TIMEOUT_MAX to _Py_time_t (#4646)
Victor Stinner
2017-11-30
1
-1/+1
*
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080)
Serhiy Storchaka
2017-11-30
1
-38/+98
*
Fix CID-1414686: PyInit_readline() handles errors (#4647)
Victor Stinner
2017-11-30
1
-4/+18
[next]