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
*
closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...
Erik Janssens
2018-09-05
1
-2/+5
*
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...
Alexander Buchkovsky
2018-09-04
2
-9/+9
*
bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149)
Pablo Galindo
2018-09-03
1
-3/+9
*
bpo-34544: pymain_read_conf() don't change LC_ALL (GH-9045)
Victor Stinner
2018-09-03
1
-15/+3
*
bpo-34567: pythoninfo gets coreconfig (GH-9043)
Victor Stinner
2018-09-03
2
-3/+158
*
bpo-34544: Fix setlocale() in pymain_read_conf() (GH-9041)
Victor Stinner
2018-09-03
1
-2/+13
*
Minor improvement to code clarity (GH-9036)
Raymond Hettinger
2018-09-02
1
-1/+1
*
closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...
Thomas Herzog
2018-09-01
1
-24/+25
*
Simplify vector_norm() by eliminating special cases in the main loop (GH-9006)
Raymond Hettinger
2018-08-31
1
-22/+18
*
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Victor Stinner
2018-08-29
1
-9/+9
*
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner
2018-08-29
1
-0/+94
*
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Victor Stinner
2018-08-29
1
-2/+11
*
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner
2018-08-29
1
-1/+1
*
bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)
Victor Stinner
2018-08-29
1
-15/+4
*
Improve commutativity of math.hypot() and math.dist() (GH-8984)
Raymond Hettinger
2018-08-29
1
-13/+19
*
bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982)
Victor Stinner
2018-08-28
1
-1/+1
*
bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979)
Victor Stinner
2018-08-28
1
-1/+3
*
bpo-34485: Enhance init_sys_streams() (GH-8978)
Victor Stinner
2018-08-28
1
-1/+1
*
Fast path for exact floats in math.hypot() and math.dist() (GH-8949)
Raymond Hettinger
2018-08-27
1
-9/+21
*
Remove unneeded PyErr_Clear() in _winapi_SetNamedPipeHandleState_impl() (GH-8...
Zackery Spytz
2018-08-25
1
-2/+0
*
bpo-34395: Don't free allocated memory on realloc fail in load_mark() in _pic...
Sergey Fedoseev
2018-08-25
1
-15/+5
*
Fix upsizing of marks stack in pickle module. (GH-8860)
Sergey Fedoseev
2018-08-25
1
-1/+1
*
bpo-13312: Avoid int underflow in time year. (GH-8912)
Gregory P. Smith
2018-08-25
1
-0/+6
*
closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_isoformat_...
Alexey Izbyshev
2018-08-24
1
-1/+4
*
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate cod...
Paul Ganssle
2018-08-23
1
-9/+72
*
bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
Michael Osipov
2018-08-23
1
-2/+20
*
bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868)
Victor Stinner
2018-08-23
1
-0/+6
*
bpo-34462: Add missing NULL check to _copy_raw_string() (GH-8863)
Alexey Izbyshev
2018-08-22
1
-1/+1
*
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)
Berker Peksag
2018-08-22
1
-4/+7
*
bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)
Alexey Izbyshev
2018-08-22
1
-0/+2
*
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclass...
Alexey Izbyshev
2018-08-20
1
-0/+3
*
bpo-34419: selectmodule.c does not compile on HP-UX due to bpo-31938 (GH-8796)
Michael Osipov
2018-08-17
1
-3/+1
*
bpo-34217: Use lowercase for windows headers (GH-8472)
Erik Janssens
2018-08-16
2
-2/+2
*
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH...
Sergey Fedoseev
2018-08-16
2
-42/+22
*
bpo-34384: Fix os.readlink() on Windows (GH-8740)
Berker Peksag
2018-08-15
1
-59/+34
*
Minor code clean-up. Don't alter the input vector. Use variables instead. GH-...
Raymond Hettinger
2018-08-12
1
-4/+5
*
Add more tests and assertions for math.hypot() and math.dist() (GH-8747)
Raymond Hettinger
2018-08-12
1
-0/+1
*
Factor-out common code. Also, optimize common cases by preallocating space on...
Raymond Hettinger
2018-08-12
1
-41/+56
*
Replace straight addition with Kahan summation and move max to the end (GH-8727)
Raymond Hettinger
2018-08-11
1
-20/+45
*
Fixed inconsistency in string handling in the Task C implementation (GH-8717)
Alex Grönholm
2018-08-09
1
-5/+9
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
2
-9/+92
*
Remove unneeded PyErr_Clear() calls after PyErr_Print(). (GH-8699)
Zackery Spytz
2018-08-07
1
-3/+0
*
bpo-34170: Fix pymain_run_file() (GH-8660)
Victor Stinner
2018-08-03
1
-6/+6
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
4
-15/+14
*
Fix docstring of Profiler class (GH-8651)
INADA Naoki
2018-08-03
1
-2/+2
*
bpo-34170: Cleanup pymain_run_filename() (GH-8631)
Victor Stinner
2018-08-02
1
-85/+71
*
bpo-34287: Do not use second argument of METH_NOARGS functions (GH-8582)
jdemeyer
2018-08-02
1
-21/+21
*
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
Victor Stinner
2018-08-01
1
-3/+3
*
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner
2018-08-01
1
-910/+13
*
bpo-33499: Fix pymain_init_pycache_prefix() (GH-8596)
Victor Stinner
2018-08-01
1
-10/+10
[next]