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
*
Python 3.11.0b5
v3.11.0b5
Pablo Galindo
2022-07-25
36
-65/+349
*
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#...
Pablo Galindo Salgado
2022-07-25
1
-0/+3
*
[3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)
Mark Shannon
2022-07-25
1
-0/+1
*
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
Miss Islington (bot)
2022-07-25
1
-0/+1
*
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
Miss Islington (bot)
2022-07-25
1
-0/+2
*
gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)
Miss Islington (bot)
2022-07-24
1
-0/+1
*
gh-95194: upgrade bundled pip to 22.2 (gh-95195)
Miss Islington (bot)
2022-07-24
1
-0/+1
*
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
Miss Islington (bot)
2022-07-24
1
-0/+2
*
[3.11] gh-93351: Add news entry and what's new entry for changes in gh-93351 ...
Pablo Galindo Salgado
2022-07-23
1
-0/+3
*
[3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to fac...
Erlend Egeberg Aasland
2022-07-23
1
-0/+4
*
[3.11] GH-94036: Fix more attribute location quirks (GH-95028) (GH-95156)
Brandt Bucher
2022-07-23
1
-0/+2
*
GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-9...
Miss Islington (bot)
2022-07-22
1
-0/+4
*
[3.11] 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__ (GH-95106)
Miss Islington (bot)
2022-07-21
1
-0/+1
*
[3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094)
Miss Islington (bot)
2022-07-21
1
-0/+2
*
[3.11] GH-91409: Don't overwrite valid locations with NOP locations (GH-95067...
Brandt Bucher
2022-07-20
1
-0/+2
*
gh-54781: Move NEWS item to Tests, and improve wording (GH-95063)
Miss Islington (bot)
2022-07-20
1
-10/+10
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Miss Islington (bot)
2022-07-20
1
-0/+1
*
[3.11] Remove blurb boilerplate from news item(#95033) (#95036)
Terry Jan Reedy
2022-07-20
1
-5/+0
*
gh-91256: Ensure help text has the program name even before getpath is called...
Miss Islington (bot)
2022-07-19
1
-0/+1
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Miss Islington (bot)
2022-07-19
1
-0/+2
*
gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH...
Miss Islington (bot)
2022-07-18
1
-0/+1
*
[3.11] GH-94822: Don't specialize when metaclasses are involved (GH-94892) (G...
Brandt Bucher
2022-07-18
1
-0/+2
*
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Miss Islington (bot)
2022-07-18
1
-0/+2
*
GH-94857: fix test_io refleak (GH-94858)
Miss Islington (bot)
2022-07-18
1
-0/+1
*
[3.11] gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848) ...
Miss Islington (bot)
2022-07-18
1
-0/+2
*
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948)
Miss Islington (bot)
2022-07-18
1
-0/+1
*
[3.11] gh-94801: Use custom flags to check for headers and libs (GH-94802) (G...
Christian Heimes
2022-07-18
1
-0/+2
*
gh-94821: Fix autobind of empty unix domain address (GH-94826)
Miss Islington (bot)
2022-07-17
1
-0/+2
*
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)
Serhiy Storchaka
2022-07-17
1
-0/+2
*
gh-91181: drop support for bytes on sys.path (GH-31934)
Miss Islington (bot)
2022-07-17
1
-0/+1
*
gh-94869: Fix the location in some expressions for multi-line f-string ast no...
Miss Islington (bot)
2022-07-16
1
-0/+2
*
gh-90844: Allow virtual environments to correctly launch when they have space...
Miss Islington (bot)
2022-07-16
1
-0/+2
*
gh-94772: Fix off-by-one error in Windows launcher (GH-94779)
Miss Islington (bot)
2022-07-16
1
-0/+1
*
gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) (#94849)
Miss Islington (bot)
2022-07-15
1
-0/+3
*
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)
Miss Islington (bot)
2022-07-14
1
-0/+1
*
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
Miss Islington (bot)
2022-07-14
1
-0/+1
*
gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)
Miss Islington (bot)
2022-07-12
1
-0/+2
*
Python 3.11.0b4
v3.11.0b4
Pablo Galindo
2022-07-11
108
-237/+1120
*
[3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is ...
Miss Islington (bot)
2022-07-11
1
-0/+1
*
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)
Miss Islington (bot)
2022-07-11
1
-0/+1
*
[3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740)
John Belmonte
2022-07-11
1
-0/+1
*
[3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721)
Brandt Bucher
2022-07-10
1
-0/+4
*
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
Miss Islington (bot)
2022-07-09
1
-0/+3
*
[3.11] GH-93252: Fix error handling for failed Python calls (GH-94693) (GH-94...
Kumar Aditya
2022-07-09
1
-0/+2
*
gh-94607: Fix subclassing generics (GH-94610)
Miss Islington (bot)
2022-07-09
1
-0/+2
*
[3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94...
Christian Heimes
2022-07-08
1
-0/+3
*
gh-94321: Document sqlite3.PrepareProtocol (GH-94620)
Miss Islington (bot)
2022-07-07
1
-0/+2
*
gh-93910: Fix enum performance regression (GH-94614)
Miss Islington (bot)
2022-07-07
1
-0/+3
*
[3.11] gh-94430: Allow params named `module` or `self` with custom C names in...
Erlend Egeberg Aasland
2022-07-07
1
-0/+2
[next]