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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-91102: Port 8-argument _warnings.warn_explicit to Argument Clinic (#92891)
Oleg Iarygin
2022-07-20
3
-25/+106
*
gh-90016: Deprecate default sqlite3 adapters and converters (#94276)
Erlend Egeberg Aasland
2022-07-20
7
-49/+66
*
GH-94382: port multiprocessing static types to heap types (#94336)
Kumar Aditya
2022-07-20
4
-63/+62
*
gh-54781: Move NEWS item to Tests, and improve wording (#95063)
Erlend Egeberg Aasland
2022-07-20
1
-10/+10
*
gh-94998: Remove redundant condition in test_sqlite3/__main__.py (#95052)
Erlend Egeberg Aasland
2022-07-20
1
-2/+1
*
gh-94844: Add pathlib support to shutil archive management (GH-94846)
Oleg Iarygin
2022-07-20
1
-0/+2
*
GH-94851: fix immortal objects refcounting in compiler (gh-95040)
Kumar Aditya
2022-07-20
1
-1/+1
*
gh-90654: Remove unneeded blank line (#95044)
Terry Jan Reedy
2022-07-20
1
-1/+0
*
gh-90654: Add item missing from idlelib/NEWS.txt (#95038)
Terry Jan Reedy
2022-07-20
1
-0/+2
*
gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035)
Christian Heimes
2022-07-20
1
-7/+6
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Kumar Aditya
2022-07-20
3
-2/+4
*
Remove blurb boilerplate from news item (#95033)
Terry Jan Reedy
2022-07-20
1
-5/+0
*
gh-95007: Remove the NoneType return converter (GH-95019)
Serhiy Storchaka
2022-07-20
1
-11/+0
*
gh-93370: Don't print deprecated pysqlite version in test_sqlite3 (#95017)
Erlend Egeberg Aasland
2022-07-19
1
-3/+1
*
gh-91256: Ensure help text has the program name even before getpath is called...
Steve Dower
2022-07-19
2
-0/+4
*
gh-93678: move normalize_basic_block and extend_block call into optimize_cfg ...
Irit Katriel
2022-07-19
1
-31/+26
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Brandt Bucher
2022-07-19
4
-11/+60
*
GH-94979: Pop the exception stack when jumping out of exception handlers. (#9...
Mark Shannon
2022-07-19
1
-9/+52
*
test_concurrent_futures: Fix unneeded/confusing format call (#93119)
Florian Bruhin
2022-07-19
1
-1/+1
*
gh-94673: [c-analyzer] Add a Script to Identify Static Types (#94989)
Eric Snow
2022-07-19
5
-152/+614
*
gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (#9...
Shantanu
2022-07-18
4
-2/+11
*
Revert "gh-93910: [Enum] restore member.member restriction while keeping perf...
Ethan Furman
2022-07-18
2
-14/+1
*
Revert "gh-94816: Improve coverage of decode_linetable (GH-94853)" (GH-94982)
Michael Droettboom
2022-07-18
1
-23/+0
*
Fix documentation to include possible Exception (#94818)
Guy Yagev
2022-07-18
1
-2/+2
*
Fix incorrect double indent in ast doc (#94976)
Terry Jan Reedy
2022-07-18
1
-1/+1
*
GH-94822: Don't specialize when metaclasses are involved (GH-94892)
Brandt Bucher
2022-07-18
3
-6/+351
*
Remove out of date reference to YIELD_FROM from docs. (#94966)
Mark Shannon
2022-07-18
1
-6/+0
*
In ast doc, update 'below' to 'above' (#94967)
Terry Jan Reedy
2022-07-18
1
-1/+1
*
GH-94893: Ignore caches when adding LOAD_FAST_CHECKs (GH-94894)
Brandt Bucher
2022-07-18
2
-1/+5
*
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Serhiy Storchaka
2022-07-18
4
-8/+37
*
GH-94739: Mark stacks of exception handling blocks for setting frame.f_lineno...
Mark Shannon
2022-07-18
5
-43/+164
*
GH-94857: fix test_io refleak (GH-94858)
Kumar Aditya
2022-07-18
2
-1/+7
*
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (#94948)
Shantanu
2022-07-18
4
-2/+10
*
gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848)
Christian Heimes
2022-07-18
3
-0/+13
*
gh-94601: [Enum] fix inheritance for __str__ and friends (GH-94942)
Ethan Furman
2022-07-18
2
-10/+42
*
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94...
Thomas Grainger
2022-07-17
3
-13/+0
*
gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)
Steve Dower
2022-07-17
4
-6/+31
*
gh-92348: Add quotes to support building on Windows with spaces in directory ...
Steve Dower
2022-07-17
1
-1/+1
*
gh-91181: Add a What's New entry for dropping bytes support for `sys.path` (G...
Brett Cannon
2022-07-17
1
-0/+7
*
gh-93910: [Enum] restore member.member restriction while keeping performance ...
Ethan Furman
2022-07-17
2
-1/+14
*
gh-91181: drop support for bytes on sys.path (GH-31934)
Thomas Grainger
2022-07-17
6
-9/+8
*
gh-94869: Fix the location in some expressions for multi-line f-string ast no...
Pablo Galindo Salgado
2022-07-16
3
-3/+37
*
gh-90844: Allow virtual environments to correctly launch when they have space...
Steve Dower
2022-07-16
2
-4/+14
*
gh-94698: add Subscript and Attribute targets to ast.for documentation (GH-94...
anilbey
2022-07-16
1
-4/+5
*
gh-94772: Fix off-by-one error in Windows launcher (GH-94779)
Paul Moore
2022-07-16
3
-1/+28
*
[3.11] bpo-14916: interactive fd is not tied to stdin [type-bug] (#91469)
Paul m. p. Peny
2022-07-16
2
-1/+2
*
Tutorial sys.argv example should not have interactive prompt (GH-94880)
Marco Buttu
2022-07-16
1
-4/+8
*
Add additional pointers to pathlib's mapping to os.path functions (#94828)
Chris Adams
2022-07-15
1
-1/+2
*
gh-94814: Improve coverage of _PyCode_CreateLineArray (GH-94852)
Michael Droettboom
2022-07-15
1
-0/+22
*
gh-94801: Use custom flags to check for headers and libs (#94802)
Christian Heimes
2022-07-15
3
-318/+407
[next]