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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-21446: Update reload fixer to use importlib (GH-8391)
Berker Peksag
2018-07-23
1
-0/+2
*
bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
Berker Peksag
2018-07-23
1
-0/+2
*
bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)
Xtreak
2018-07-22
1
-0/+2
*
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300)
jdemeyer
2018-07-21
1
-0/+2
*
bpo-34011: Update code copying DLLs and init.tcl into venvs. (GH-8253)
Vinay Sajip
2018-07-20
1
-0/+4
*
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
Victor Stinner
2018-07-20
1
-0/+1
*
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ...
ValeriyaSinevich
2018-07-19
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-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou
2018-07-16
1
-0/+2
*
bpo-24618: Add a check in the code constructor. (GH-8283)
Serhiy Storchaka
2018-07-16
1
-0/+2
*
bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)
Benjamin Peterson
2018-07-16
1
-0/+1
*
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
INADA Naoki
2018-07-14
1
-0/+1
*
bpo-34108: Fix double carriage return in 2to3 on Windows (#8271)
Jason R. Coombs
2018-07-13
1
-0/+1
*
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Serhiy Storchaka
2018-07-11
1
-0/+2
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Serhiy Storchaka
2018-07-11
1
-0/+2
*
bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
Eitan Adler
2018-07-11
2
-0/+3
*
bpo-29442: Replace optparse with argparse in setup.py (GH-139)
Chih-Hsuan Yen
2018-07-11
1
-0/+1
*
bpo-33597: Reduce PyGC_Head size (GH-7043)
INADA Naoki
2018-07-10
1
-0/+1
*
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
Dong-hee Na
2018-07-10
1
-0/+2
*
bpo-24459: Document missing env variables in python.man (GH-4142)
Berker Peksag
2018-07-09
1
-0/+67
*
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-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
Serhiy Storchaka
2018-07-09
1
-0/+2
*
bpo-31014: Fix the webbrowser module. (GH-7267)
Serhiy Storchaka
2018-07-08
1
-0/+3
*
bpo-34041: Allow creating deterministic functions in Connection.create_functi...
Sergey Fedoseev
2018-07-08
1
-0/+2
*
closes bpo-34050: Fix link in SSL docs (GH-8173)
Marcin Niemira
2018-07-07
1
-0/+1
*
bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)
Dong-hee Na
2018-07-07
1
-0/+1
*
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
Benjamin Peterson
2018-07-07
1
-0/+3
*
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
Yury Selivanov
2018-07-06
1
-0/+2
*
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Victor Stinner
2018-07-06
1
-0/+3
*
bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (G...
Ammar Askar
2018-07-06
1
-0/+3
*
bpo-34043: Optimize tarfile uncompress performance (GH-8089)
INADA Naoki
2018-07-06
1
-0/+1
*
bpo-34044: subprocess.Popen copies startupinfo (GH-8090)
Victor Stinner
2018-07-05
1
-0/+3
*
bpo-34010: Fix tarfile read performance regression (GH-8020)
hajoscher
2018-07-04
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-34019: Fix wrong arguments for Opera Browser (#8047)
Bumsik Kim
2018-07-03
1
-0/+2
*
bpo-34006: Revert line length limit for Windows help docs (GH-8051)
Zachary Ware
2018-07-02
1
-0/+3
*
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
Xtreak
2018-07-02
1
-0/+2
*
bpo-32568: make select.epoll() and its docs consistent (#7840)
Tal Einat
2018-06-30
1
-0/+2
*
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
Serhiy Storchaka
2018-06-30
1
-0/+3
*
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Zackery Spytz
2018-06-29
1
-0/+2
*
bpo-14117: Make minor tweaks to turtledemo (GH-8002)
Terry Jan Reedy
2018-06-29
1
-0/+3
*
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov
2018-06-29
1
-0/+1
*
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov
2018-06-28
1
-0/+1
*
bpo-31546: Fix input hook integration (GH-7978)
Thomas A Caswell
2018-06-28
1
-0/+3
*
Forward port rest of NEWS changes as of 3.7.0
Ned Deily
2018-06-28
7
-1/+2533
*
bpo-33842: Remove tarfile.filemode (GH-7661)
INADA Naoki
2018-06-28
1
-0/+1
*
Forward port 3.7.0 final changes
Ned Deily
2018-06-27
50
-2570/+9663
[next]