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
*
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
*
gh-94821: Fix autobind of empty unix domain address (GH-94826)
Nir Soffer
2022-07-15
3
-2/+25
*
[doc] Update cookbook example and add information about queue types. (GH-94854)
Vinay Sajip
2022-07-15
2
-1/+11
*
GH-46771: docs for asyncio.timeout and task cancellation (#94794)
Tin Tvrtković
2022-07-15
1
-0/+134
*
gh-94808: Add coverage for boolobject.c:bool_new (GH-94859)
Michael Droettboom
2022-07-14
1
-0/+7
*
Docs: fix typo in sqlite3.rst (#94798)
Ikko Ashimine
2022-07-14
1
-1/+1
*
GH-94808: Cover handling non-finite numbers from round when ndigits is provid...
Michael Droettboom
2022-07-14
1
-0/+5
*
gh-94816: Improve coverage of decode_linetable (GH-94853)
Michael Droettboom
2022-07-14
1
-0/+23
*
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (#94842)
neonene
2022-07-14
2
-1/+2
*
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782)
Petr Viktorin
2022-07-14
5
-59/+85
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
14
-1506/+89
*
gh-94309: Add typing.Hashable and typing.Sized for "What's New for Python 3.1...
MonadChains
2022-07-14
1
-0/+3
*
idlelib: replace 'while 1' with 'while True' (#94827)
Terry Jan Reedy
2022-07-14
6
-8/+8
*
gh-90359: Unify documentation style for datetime.rst (gh-94836)
Dong-hee Na
2022-07-14
1
-0/+7
*
gh-90359: Update documentation to follow PEP 495. (gh-94800)
Dong-hee Na
2022-07-14
1
-0/+12
*
gh-94499 Add test for private name mangling in class pattern matching (#94500)
da-woods
2022-07-13
1
-0/+14
*
gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)
neonene
2022-07-13
1
-0/+2
*
GH-81620: Add random.binomialvariate() (GH-94719)
Raymond Hettinger
2022-07-13
4
-8/+175
*
gh-94759: Create LCOV report with branch coverage (GH-94793)
Christian Heimes
2022-07-13
1
-7/+8
*
gh-93649: Fix linkage of _PyTestCapi_Init_Vectorcall (#94702)
Oleg Iarygin
2022-07-13
1
-1/+1
*
gh-94713 - Replacing while 1 with while True (#94714)
Itay
2022-07-13
1
-1/+1
*
Fix typo in _exact_ratio comment. (GH-94789)
Benjamin Peterson
2022-07-12
1
-1/+1
*
Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762)
Pradyun Gedam
2022-07-12
1
-2/+2
[next]