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-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)
Christian Heimes
2021-11-19
1
-0/+1
*
bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)
Ruben Vorderman
2021-11-19
1
-0/+1
*
bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)
Christian Heimes
2021-11-19
1
-0/+2
*
bpo-45709: Fix tracing when exception is handled. (GH-29638)
Mark Shannon
2021-11-19
1
-0/+2
*
bpo-45774: Autoconfiscate SQLite detection (GH-29507)
Erlend Egeberg Aasland
2021-11-19
1
-0/+2
*
bpo-45609: Specialize STORE_SUBSCR (GH-29242)
Dennis Sweeney
2021-11-19
1
-0/+1
*
bpo-45788: Link sys.prefix doc to 'Installation paths' (#29606)
Terry Jan Reedy
2021-11-18
1
-0/+1
*
bpo-45640: [docs] Tokens are now clickable (GH-29260)
Arthur Milchior
2021-11-18
1
-0/+3
*
bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)
Hugo van Kemenade
2021-11-18
1
-0/+9
*
bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)
Christian Heimes
2021-11-18
1
-0/+2
*
bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. (G...
Mark Shannon
2021-11-18
1
-0/+2
*
bpo-45835: Fix race condition in test_queue (#29601)
Sam Gross
2021-11-18
1
-0/+1
*
bpo-45573: Introduce extension module flags in Makefile (GH-29594)
Christian Heimes
2021-11-18
1
-0/+3
*
bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (...
Dennis Sweeney
2021-11-17
1
-0/+1
*
bpo-42540: reallocation of id_mutex should not force default allocator (GH-29...
Sam Gross
2021-11-17
1
-0/+2
*
bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596)
Victor Stinner
2021-11-17
1
-0/+5
*
bpo-28806: Continue work: improve the netrc library (GH-26330)
Emmanuel Arias
2021-11-17
1
-0/+1
*
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...
Pablo Galindo Salgado
2021-11-16
1
-0/+2
*
bpo-45820: Fix a segfault when the parser fails without reading any input (GH...
Pablo Galindo Salgado
2021-11-16
1
-0/+2
*
bpo-45636: Simplify BINARY_OP (GH-29565)
Brandt Bucher
2021-11-16
1
-0/+2
*
bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible (GH-29203)
Dong-hee Na
2021-11-16
1
-0/+2
*
bpo-45753: Make recursion checks more efficient. (GH-29524)
Mark Shannon
2021-11-16
1
-0/+2
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
2
-0/+5
*
bpo-25381: Update explanation of exceptions in C. (GH-26838)
Terry Jan Reedy
2021-11-15
1
-0/+2
*
bpo-45636: Remove the old %-formatting fast-path (GH-29532)
Brandt Bucher
2021-11-15
1
-0/+2
*
bpo-45800: Move pyexpat build setup into configure (GH-29547)
Christian Heimes
2021-11-14
1
-0/+2
*
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
Pablo Galindo Salgado
2021-11-14
1
-0/+2
*
bpo-45798: Move _decimal build setup into configure (GH-29541)
Christian Heimes
2021-11-13
1
-0/+2
*
bpo-45772: socket.socket should be a class instead of a function (GH-23960)
Hong Xu
2021-11-13
1
-0/+1
*
bpo-45745: Remove regrtest --findleaks options (GH-29514)
Victor Stinner
2021-11-12
1
-0/+3
*
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525)
Raymond Hettinger
2021-11-12
1
-0/+3
*
bpo-45773: Stop "optimizing" certain jump patterns (GH-29505)
Brandt Bucher
2021-11-11
1
-0/+1
*
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher
2021-11-11
1
-0/+2
*
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum
2021-11-11
1
-0/+1
*
bpo-45723: Add --with-pkg-config to configure (GH-29517)
Christian Heimes
2021-11-10
1
-0/+2
*
bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)
Christian Heimes
2021-11-10
1
-0/+1
*
bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)
Erlend Egeberg Aasland
2021-11-10
1
-0/+3
*
[bpo-45765] Fix distribution discovery on empty path. (#29487)
Jason R. Coombs
2021-11-09
1
-0/+1
*
bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG befo...
Irit Katriel
2021-11-09
1
-0/+1
*
bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
Steve Dower
2021-11-09
1
-0/+1
*
bpo-45763: Detect compression build deps in configure (GH-29483)
Christian Heimes
2021-11-09
1
-0/+2
*
bpo-45764: improve error message when missing '(' after 'def' (GH-29484)
Carl Friedrich Bolz-Tereick
2021-11-09
1
-0/+9
*
bpo-45743: -Wl,-search_paths_first is no longer needed (GH-29464)
Christian Heimes
2021-11-09
1
-0/+2
*
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
Christian Heimes
2021-11-08
1
-0/+2
*
bpo-45723: Add helper macros and more caching to configure.ac (GH-29429)
Christian Heimes
2021-11-08
1
-0/+2
*
bpo-45723: Detect missing pkg-config (GH-29442)
Christian Heimes
2021-11-07
1
-0/+1
*
bpo-45392: Update the docstring of the 'type' built-in (GH-29439)
Mark Dickinson
2021-11-06
1
-0/+2
*
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273)
Chris Wesseling
2021-11-06
1
-0/+3
*
bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)
Christian Heimes
2021-11-06
1
-0/+1
*
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Steve Dower
2021-11-05
1
-0/+3
[next]