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
*
bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-2...
Victor Stinner
2021-11-26
5
-4/+12
*
bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29776)
Victor Stinner
2021-11-26
3
-4/+3
*
[3.9] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29783)
Christian Heimes
2021-11-25
4
-1870/+2230
*
[3.9] bpo-45881: Use CC from env first for cross building (GH-29752) (GH-29754)
Christian Heimes
2021-11-25
2
-8/+10
*
[3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774)
Christian Heimes
2021-11-25
5
-18/+35
*
bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-2...
Miss Islington (bot)
2021-11-24
1
-0/+5
*
bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH...
Miss Islington (bot)
2021-11-22
1
-0/+1
*
[3.9] bpo-45845: Change link for pyserial (GH-29675)
Miss Islington (bot)
2021-11-20
1
-2/+2
*
bpo-44844: Remove unresponsive web link (GH-29651)
Miss Islington (bot)
2021-11-20
1
-3/+0
*
bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-2964...
Miss Islington (bot)
2021-11-20
1
-1/+1
*
bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29630)
Hugo van Kemenade
2021-11-19
1
-1/+2
*
[3.9] bpo-45838: Fix incorrect line numbers in Tools/gdb/libpython.py (GH-29628)
Sam Gross
2021-11-19
3
-1/+30
*
[3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640)
Mark Shannon
2021-11-19
7
-63/+69
*
[3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) (GH-2...
Miss Islington (bot)
2021-11-18
3
-7/+7
*
[3.9] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__``...
Miss Islington (bot)
2021-11-18
3
-18/+148
*
bpo-45835: Fix race condition in test_queue (GH-29601)
Miss Islington (bot)
2021-11-18
2
-11/+12
*
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-29605)
Miss Islington (bot)
2021-11-18
3
-1/+19
*
[3.9] [Enum] update member.member removal (GH-29611)
Ethan Furman
2021-11-18
1
-1/+1
*
Revert "[3.9] [Enum] update member.member removal to 3.11 (GH-29607)" (GH-29609)
Ethan Furman
2021-11-18
0
-0/+0
*
[3.9] [Enum] update member.member removal to 3.11 (GH-29607)
Ethan Furman
2021-11-18
0
-0/+0
*
[docs] Add missing word "any" in unittest -k cmdline option description (GH-2...
Miss Islington (bot)
2021-11-18
1
-1/+1
*
[3.9] bpo-45820: Fix a segfault when the parser fails without reading any inp...
Miss Islington (bot)
2021-11-18
3
-0/+12
*
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...
Pablo Galindo Salgado
2021-11-17
4
-1/+25
*
[3.9] bpo-42540: reallocation of id_mutex should not force default allocator ...
Sam Gross
2021-11-17
3
-1/+22
*
bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) ...
Miss Islington (bot)
2021-11-17
2
-0/+27
*
[3.9] Save a reference for ensure_future and create_task (GH-29163) (GH-29573)
Miss Islington (bot)
2021-11-16
2
-0/+8
*
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29567)
Miss Islington (bot)
2021-11-15
2
-22/+24
*
bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29569)
Miss Islington (bot)
2021-11-15
2
-7/+7
*
Post 3.9.9
Łukasz Langa
2021-11-15
1
-1/+1
*
Python 3.9.9
v3.9.9
Łukasz Langa
2021-11-15
13
-20/+86
*
bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource file...
Miss Islington (bot)
2021-11-15
6
-0/+35
*
bpo-45752: Remove "array" from list of things that cannot be copied in `copy`...
Miss Islington (bot)
2021-11-14
1
-2/+2
*
bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
Miss Islington (bot)
2021-11-14
1
-1/+1
*
bpo-45738: Fix computation of error location for invalid continuation charact...
Pablo Galindo Salgado
2021-11-14
4
-11/+12
*
[3.9] [bpo-45765] Fix distribution discovery on empty path. (GH-29487). (GH-2...
Jason R. Coombs
2021-11-13
2
-1/+2
*
[3.9] bpo-45772: socket.socket should be a class instead of a function (GH-23...
Miss Islington (bot)
2021-11-13
2
-1/+2
*
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH...
Miss Islington (bot)
2021-11-12
3
-13/+9
*
bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29536)
Miss Islington (bot)
2021-11-12
1
-1/+1
*
bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
Steve Dower
2021-11-09
3
-4/+5
*
bpo-40170: Update What's New in Python 3.9 (GH-29470) (GH-29472)
Miss Islington (bot)
2021-11-08
1
-4/+0
*
remove the repeat 'the' (GH-29455)
Miss Islington (bot)
2021-11-08
1
-1/+1
*
bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29453)
Miss Islington (bot)
2021-11-06
2
-3/+3
*
bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29451)
Miss Islington (bot)
2021-11-06
1
-5/+5
*
[doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29448)
Miss Islington (bot)
2021-11-06
1
-4/+5
*
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (...
Miss Islington (bot)
2021-11-06
3
-7/+26
*
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Miss Islington (bot)
2021-11-06
3
-2/+4
*
Post 3.9.8
Łukasz Langa
2021-11-05
1
-1/+1
*
Python 3.9.8
v3.9.8
Łukasz Langa
2021-11-05
78
-180/+783
*
bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...
Miss Islington (bot)
2021-11-05
2
-22/+28
*
bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) ...
Miss Islington (bot)
2021-11-05
1
-1/+4
[next]