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
*
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes
2022-07-26
1
-0/+2
*
gh-91247: Use memcpy for list and tuple repeat (#91482)
Pieter Eendebak
2022-07-26
1
-0/+1
*
GH-92678: Expose managed dict clear and visit functions (#95246)
Mark Shannon
2022-07-25
1
-0/+3
*
gh-92546: Move pprint benchmark into pyperformance (GH-94613)
Oleg Iarygin
2022-07-25
1
-0/+2
*
gh-95077: [Enum] add code-based deprecation warnings for member.member access...
Ethan Furman
2022-07-25
1
-0/+1
*
gh-85454: Remove links from historical mentions of distutils (GH-95192)
Oleg Iarygin
2022-07-25
7
-14/+14
*
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
Serhiy Storchaka
2022-07-25
1
-0/+1
*
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
Christian Heimes
2022-07-25
1
-0/+2
*
gh-95218: Move tests for importlib.resources into test_importlib.resources. (...
Jason R. Coombs
2022-07-25
1
-0/+1
*
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...
Thomas Grainger
2022-07-24
1
-0/+1
*
gh-95185: Check recursion depth in the AST constructor (#95186)
Pablo Galindo Salgado
2022-07-24
1
-0/+3
*
gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)
Stéphane Bidoul
2022-07-24
1
-0/+1
*
gh-95194: upgrade bundled pip to 22.2 (gh-95195)
Stéphane Bidoul
2022-07-24
1
-0/+1
*
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
Inada Naoki
2022-07-24
1
-0/+2
*
gh-93351: Add news entry and what's new entry for changes in gh-93351 (#95175)
Pablo Galindo Salgado
2022-07-23
1
-0/+3
*
gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#...
Erlend Egeberg Aasland
2022-07-23
1
-0/+4
*
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)
Stanislav Zmiev
2022-07-22
1
-0/+1
*
GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-9...
Brandt Bucher
2022-07-22
1
-0/+4
*
GH-94036: Fix more attribute location quirks (GH-95028)
Brandt Bucher
2022-07-22
1
-0/+2
*
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
Brandt Bucher
2022-07-22
1
-0/+4
*
gh-95105: Return Iterator from wsgiref.types.InputStream.__iter__ (#95106)
Shantanu
2022-07-21
1
-0/+1
*
Fix PyCode_Addr2Location when addrq < 0 (GH-95091)
Ken Jin
2022-07-21
1
-0/+2
*
GH-91409: Don't overwrite valid locations with NOP locations (GH-95067)
Brandt Bucher
2022-07-20
1
-0/+2
*
gh-91102: Port 8-argument _warnings.warn_explicit to Argument Clinic (#92891)
Oleg Iarygin
2022-07-20
1
-0/+1
*
gh-90016: Deprecate default sqlite3 adapters and converters (#94276)
Erlend Egeberg Aasland
2022-07-20
1
-0/+2
*
GH-94382: port multiprocessing static types to heap types (#94336)
Kumar Aditya
2022-07-20
1
-0/+1
*
gh-54781: Move NEWS item to Tests, and improve wording (#95063)
Erlend Egeberg Aasland
2022-07-20
1
-10/+10
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Kumar Aditya
2022-07-20
1
-0/+1
*
Remove blurb boilerplate from news item (#95033)
Terry Jan Reedy
2022-07-20
1
-5/+0
*
gh-91256: Ensure help text has the program name even before getpath is called...
Steve Dower
2022-07-19
1
-0/+1
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Brandt Bucher
2022-07-19
1
-0/+2
*
gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (#9...
Shantanu
2022-07-18
1
-0/+1
*
GH-94822: Don't specialize when metaclasses are involved (GH-94892)
Brandt Bucher
2022-07-18
1
-0/+2
*
GH-94893: Ignore caches when adding LOAD_FAST_CHECKs (GH-94894)
Brandt Bucher
2022-07-18
1
-0/+2
*
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Serhiy Storchaka
2022-07-18
1
-0/+2
*
GH-94739: Mark stacks of exception handling blocks for setting frame.f_lineno...
Mark Shannon
2022-07-18
1
-0/+1
*
GH-94857: fix test_io refleak (GH-94858)
Kumar Aditya
2022-07-18
1
-0/+1
*
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (#94948)
Shantanu
2022-07-18
1
-0/+1
*
gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848)
Christian Heimes
2022-07-18
1
-0/+2
*
gh-91181: drop support for bytes on sys.path (GH-31934)
Thomas Grainger
2022-07-17
1
-0/+1
*
gh-94869: Fix the location in some expressions for multi-line f-string ast no...
Pablo Galindo Salgado
2022-07-16
1
-0/+2
*
gh-90844: Allow virtual environments to correctly launch when they have space...
Steve Dower
2022-07-16
1
-0/+2
*
gh-94772: Fix off-by-one error in Windows launcher (GH-94779)
Paul Moore
2022-07-16
1
-0/+1
*
[3.11] bpo-14916: interactive fd is not tied to stdin [type-bug] (#91469)
Paul m. p. Peny
2022-07-16
1
-0/+1
*
gh-94801: Use custom flags to check for headers and libs (#94802)
Christian Heimes
2022-07-15
1
-0/+2
*
gh-94821: Fix autobind of empty unix domain address (GH-94826)
Nir Soffer
2022-07-15
1
-0/+2
*
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (#94842)
neonene
2022-07-14
1
-0/+1
*
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782)
Petr Viktorin
2022-07-14
1
-0/+3
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
1
-0/+2
*
GH-81620: Add random.binomialvariate() (GH-94719)
Raymond Hettinger
2022-07-13
1
-0/+1
[next]