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
*
Python 3.9.2
v3.9.2
Łukasz Langa
2021-02-19
2
-1/+7
*
bpo-43155: Add PyCMethod_New to PC/python3.def (GH-24500) (GH-24554)
Zackery Spytz
2021-02-17
1
-0/+1
*
Python 3.9.2rc1
v3.9.2rc1
Łukasz Langa
2021-02-16
73
-162/+746
*
bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545)
Miss Islington (bot)
2021-02-16
2
-0/+9
*
[3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)
Senthil Kumaran
2021-02-15
1
-0/+1
*
bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
Miss Islington (bot)
2021-02-12
1
-0/+1
*
bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) ...
Miss Islington (bot)
2021-02-05
1
-0/+2
*
bpo-43108: Fix a reference leak in the curses module (GH-24420)
Miss Islington (bot)
2021-02-03
1
-0/+1
*
bpo-41748: Handles unquoted attributes with commas (GH-24072)
Miss Islington (bot)
2021-02-01
1
-0/+2
*
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...
Miss Islington (bot)
2021-02-01
1
-0/+3
*
[3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...
Serhiy Storchaka
2021-01-31
1
-0/+2
*
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...
Miss Islington (bot)
2021-01-31
1
-0/+2
*
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)
Miss Islington (bot)
2021-01-29
1
-0/+1
*
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
Miss Islington (bot)
2021-01-28
1
-0/+2
*
bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23937)
Miss Islington (bot)
2021-01-28
1
-0/+1
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Miss Islington (bot)
2021-01-27
1
-0/+1
*
[3.9] bpo-42383: pdb: do not fail to restart the target if the current direct...
Andrey Bienkowski
2021-01-26
1
-0/+2
*
[3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321)
Andrey Bienkowski
2021-01-25
1
-0/+1
*
[3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.co...
Serhiy Storchaka
2021-01-25
1
-0/+2
*
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
Miss Islington (bot)
2021-01-22
1
-0/+2
*
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-241...
cptpcrd
2021-01-21
1
-0/+1
*
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
Miss Islington (bot)
2021-01-20
1
-0/+2
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
Miss Islington (bot)
2021-01-18
1
-0/+2
*
bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243)
Miss Islington (bot)
2021-01-18
1
-0/+1
*
[3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all ...
Jason R. Coombs
2021-01-16
1
-0/+1
*
bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)
Miss Islington (bot)
2021-01-15
1
-0/+1
*
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
Miss Islington (bot)
2021-01-10
1
-0/+1
*
[3.9] bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) (...
Ethan Furman
2021-01-07
1
-0/+1
*
[3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.p...
Yair Frid
2021-01-07
1
-0/+2
*
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
Steve Dower
2021-01-06
1
-0/+1
*
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
Steve Dower
2021-01-05
1
-0/+1
*
[3.9] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) (GH-2...
Erlend Egeberg Aasland
2021-01-05
1
-0/+1
*
[3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (G...
Miss Islington (bot)
2021-01-05
1
-0/+2
*
[3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
Terry Jan Reedy
2021-01-05
1
-0/+2
*
Fix broken NEWS markup (GH-24110)
Miss Islington (bot)
2021-01-05
1
-1/+1
*
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
Miss Islington (bot)
2021-01-04
1
-0/+1
*
bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24...
Miss Islington (bot)
2021-01-04
1
-0/+1
*
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH...
Miss Islington (bot)
2021-01-04
1
-0/+1
*
bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
Miss Islington (bot)
2021-01-04
1
-0/+2
*
[3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23...
Serhiy Storchaka
2021-01-03
1
-0/+1
*
[3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)...
Pablo Galindo
2021-01-03
1
-0/+2
*
[3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068)
Lysandros Nikolaou
2021-01-03
1
-0/+2
*
[3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default time...
Ross
2021-01-02
1
-0/+2
*
bpo-39068: Fix race condition in base64 (GH-17627)
Miss Islington (bot)
2021-01-01
2
-0/+3
*
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
Miss Islington (bot)
2021-01-01
1
-0/+2
*
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
Miss Islington (bot)
2020-12-29
1
-0/+2
*
Allow / character in username,password fields in _PROXY envvars. (GH-23973)
Miss Islington (bot)
2020-12-29
1
-0/+1
*
bpo-16396: fix BPO number in changelog (GH-23951) (GH-23956)
Miss Islington (bot)
2020-12-29
1
-1/+1
*
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
Miss Islington (bot)
2020-12-29
1
-0/+3
*
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
Miss Islington (bot)
2020-12-25
1
-0/+2
[next]