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
/
Misc
/
NEWS.d
/
next
/
Core and Builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059)
Sergey Fedoseev
2018-09-11
1
-0/+2
*
closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...
guoci
2018-09-11
1
-0/+3
*
closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163)
Oren Milman
2018-09-11
1
-0/+2
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Benjamin Peterson
2018-09-10
1
-0/+2
*
bpo-20104: Add flag capabilities to posix_spawn (GH-6693)
Pablo Galindo
2018-09-07
1
-0/+2
*
bpo-25750: fix refcounts in type_getattro() (GH-6118)
jdemeyer
2018-09-07
1
-0/+2
*
bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149)
Pablo Galindo
2018-09-03
1
-0/+2
*
bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInte...
Pablo Galindo
2018-08-31
1
-0/+1
*
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner
2018-08-29
1
-0/+2
*
bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)
Victor Stinner
2018-08-29
1
-0/+3
*
bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)
Victor Stinner
2018-08-29
1
-0/+3
*
bpo-34485: Enhance init_sys_streams() (GH-8978)
Victor Stinner
2018-08-28
2
-0/+8
*
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Victor Stinner
2018-08-28
1
-0/+3
*
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)
Victor Stinner
2018-08-28
2
-0/+5
*
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
Zackery Spytz
2018-08-15
1
-0/+1
*
bpo-34151: Improve performance of some list operations (GH-8332)
Sergey Fedoseev
2018-08-11
1
-0/+2
*
closes bpo-34377: Update Valgrind suppressions. (GH-8729)
Paul Price
2018-08-11
1
-0/+3
*
closes bpo-34353: Add sockets to stat.filemode fallback python implementation...
GPery
2018-08-10
1
-0/+2
*
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
costypetrisor
2018-07-31
1
-0/+2
*
bpo-1617161: Make the hash and equality of methods not depending on the value...
Serhiy Storchaka
2018-07-31
1
-0/+7
*
bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
Victor Stinner
2018-07-26
1
-0/+2
*
bpo-34149: Behavior of the min/max with key=None (GH-8328)
Alexander Marshalov
2018-07-24
1
-0/+1
*
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
jdemeyer
2018-07-21
1
-0/+2
*
bpo-34141: Optimized pickling simple non-recursive values. (GH-8318)
Serhiy Storchaka
2018-07-18
1
-0/+1
*
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exce...
Zackery Spytz
2018-07-17
1
-0/+3
*
bpo-24618: Add a check in the code constructor. (GH-8283)
Serhiy Storchaka
2018-07-16
1
-0/+2
*
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
INADA Naoki
2018-07-14
1
-0/+1
*
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Serhiy Storchaka
2018-07-11
1
-0/+2
*
bpo-33597: Reduce PyGC_Head size (GH-7043)
INADA Naoki
2018-07-10
1
-0/+1
*
bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH...
Serhiy Storchaka
2018-07-09
1
-0/+2
*
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
Serhiy Storchaka
2018-07-09
1
-0/+1
*
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
Yury Selivanov
2018-07-06
1
-0/+2
*
bpo-33418: Add tp_clear for function object (GH-8058)
INADA Naoki
2018-07-04
1
-0/+2
*
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)
Zackery Spytz
2018-07-03
1
-0/+2
*
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Zackery Spytz
2018-06-29
1
-0/+2
*
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov
2018-06-28
1
-0/+1
*
bpo-33956: update vendored expat to 2.2.5 (GH-7925)
Benjamin Peterson
2018-06-27
1
-0/+1
*
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
Zackery Spytz
2018-06-24
1
-0/+1
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-0/+3
*
bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
Victor Stinner
2018-06-15
1
-0/+2
*
Clean up after bpo-33738. (GH-7627)
Serhiy Storchaka
2018-06-11
1
-2/+2
*
bpo-33738: Address review comments in GH #7477 (GH-7585)
Christian Tismer
2018-06-10
1
-1/+2
*
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer
2018-06-09
1
-0/+3
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Yury Selivanov
2018-06-08
1
-0/+1
*
bpo-33803: Fix a crash in hamt.c (#7504)
Yury Selivanov
2018-06-08
1
-0/+2
*
bpo-31849: Fix warning in pyhash.c (GH-6799)
A. Jesse Jiryu Davis
2018-06-04
1
-0/+1
*
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146)
pkerling
2018-06-01
1
-0/+2
*
bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)
Victor Stinner
2018-05-31
1
-0/+2
*
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka
2018-05-29
1
-0/+5
*
bpo-33622: Fix issues with handling errors in the GC. (GH-7078)
Serhiy Storchaka
2018-05-24
1
-0/+4
[next]