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-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...
Eric Snow
2021-06-07
1
-0/+5
*
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...
Ryan Hileman
2021-06-07
1
-0/+1
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
2
-0/+7
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
1
-0/+3
*
bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)
Sergey B Kirpichev
2021-06-07
1
-0/+1
*
bpo-37449: ensurepip uses importlib.resources.files() traversable APIs (#22659)
wim glenn
2021-06-07
1
-0/+1
*
bpo-44322: Document more SyntaxError details. (GH-26562)
Terry Jan Reedy
2021-06-07
1
-0/+2
*
bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objec...
Pablo Galindo
2021-06-05
1
-0/+2
*
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
Erlend Egeberg Aasland
2021-06-04
1
-0/+3
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
2
-7/+0
*
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon
2021-06-04
1
-0/+4
*
bpo-44305: Improve syntax error for try blocks without except or finally (GH-...
Pablo Galindo
2021-06-03
1
-0/+2
*
bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
Batuhan Taskaya
2021-06-03
1
-0/+3
*
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...
Erlend Egeberg Aasland
2021-06-03
1
-0/+4
*
bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
Victor Stinner
2021-06-03
1
-0/+3
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
1
-0/+3
*
bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502)
Victor Stinner
2021-06-03
1
-0/+3
*
bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)
andrei kulakov
2021-06-03
1
-0/+1
*
Add bpo-42914 to What's New (GH-25124)
Wm. Keith van der Meulen
2021-06-03
1
-0/+1
*
bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)
Victor Stinner
2021-06-02
1
-0/+2
*
bpo-17792: more accurate error message for unbound variable access exceptions...
Irit Katriel
2021-06-02
1
-0/+1
*
bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)
Victor Stinner
2021-06-01
1
-0/+4
*
bpo-44260: Do not read system entropy without need in Random() (GH-26455)
Serhiy Storchaka
2021-05-31
1
-0/+2
*
bpo-44246: Restore compatibility in entry_points (GH-26468)
Jason R. Coombs
2021-05-31
1
-0/+7
*
bpo-44246: Entry points performance improvements. (GH-26467)
Jason R. Coombs
2021-05-31
1
-0/+3
*
bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)
Dong-hee Na
2021-05-30
1
-0/+1
*
bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26...
Terry Jan Reedy
2021-05-29
1
-0/+2
*
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...
Tal Einat
2021-05-28
1
-0/+1
*
bpo-43667: Add news fragment for Solaris changes (GH-26405)
Jakub Kulík
2021-05-27
1
-0/+2
*
bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
Tal Einat
2021-05-27
1
-0/+1
*
bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)
Ken Jin
2021-05-26
1
-0/+2
*
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6...
Jason R. Coombs
2021-05-26
1
-0/+1
*
bpo-38693: importlib.metadata f-strings (GH-26383)
Jason R. Coombs
2021-05-26
1
-0/+1
*
bpo-44241: Incorporate changes from importlib_metadata 4.1. (#26382)
Jason R. Coombs
2021-05-26
1
-0/+2
*
bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)
Gabriele N. Tornetta
2021-05-26
1
-0/+1
*
Fix typo in NEWS. (GH-26346)
Mariusz Felisiak
2021-05-25
1
-1/+1
*
bpo-44232: Fix type_new() error reporting (GH-26359)
Victor Stinner
2021-05-25
1
-0/+4
*
bpo-44156: Make cached string constants in compile.c subinterpreter compatibl...
Ken Jin
2021-05-25
1
-0/+1
*
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Petr Viktorin
2021-05-25
2
-2/+1
*
bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
Ned Deily
2021-05-25
1
-0/+2
*
bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracie...
Ken Jin
2021-05-24
1
-4/+4
*
bpo-41282: Fix broken `make install` (GH-26329)
Petr Viktorin
2021-05-24
1
-0/+3
*
bpo-44195: Use 'TraversableResources' in the docs to match the implementation...
Jason R. Coombs
2021-05-24
1
-0/+2
*
bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)
Filipe Laíns
2021-05-23
1
-0/+1
*
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298)
Pablo Galindo
2021-05-22
1
-0/+3
*
bpo-33809: add the TracebackException.print() method (GH-24231)
Irit Katriel
2021-05-22
1
-0/+2
*
bpo-20684: Remove unused inspect._signature_get_bound_param (GH-21100)
Anthony Sottile
2021-05-22
1
-0/+2
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
Victor Stinner
2021-05-21
1
-0/+3
*
bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)
Jason R. Coombs
2021-05-21
1
-0/+1
*
bpo-44180: Report generic syntax errors in the furthest position reached in t...
Pablo Galindo
2021-05-21
1
-0/+3
[next]