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
*
Python 3.10.1
v3.10.1
Pablo Galindo
2021-12-06
153
-477/+1884
*
[3.10] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29937)
Miss Islington (bot)
2021-12-06
3
-7/+20
*
bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932)
Ned Deily
2021-12-06
3
-207/+5
*
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a...
Miss Islington (bot)
2021-12-05
3
-1/+19
*
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.G...
Miss Islington (bot)
2021-12-05
3
-1/+15
*
bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (G...
Miss Islington (bot)
2021-12-05
3
-1/+7
*
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
Miss Islington (bot)
2021-12-05
3
-13/+25
*
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
Miss Islington (bot)
2021-12-02
1
-1/+1
*
docs: Improve example for urlparse() (GH-29816) (GH-29888)
Miss Islington (bot)
2021-12-02
1
-31/+42
*
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29877)
Miss Islington (bot)
2021-12-01
1
-3/+4
*
bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ...
Miss Islington (bot)
2021-11-30
1
-2/+2
*
bpo-45931: Prevent Directory.Build.props/targets from leaking from directorie...
Miss Islington (bot)
2021-11-29
3
-2/+10
*
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
Miss Islington (bot)
2021-11-29
2
-4/+20
*
[3.10] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-...
Miss Islington (bot)
2021-11-29
1
-1/+1
*
[3.10] [Doc] Add info to logging cookbook about running logging socket listen...
Miss Islington (bot)
2021-11-29
1
-0/+22
*
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
Miss Islington (bot)
2021-11-29
2
-1/+3
*
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...
Irit Katriel
2021-11-29
4
-1/+15
*
bpo-37658: Actually return result in race condition (GH-29202)
Miss Islington (bot)
2021-11-29
3
-36/+13
*
[3.10] bpo-42268: Fail the configure step if the selected compiler doesn't su...
Pablo Galindo Salgado
2021-11-28
4
-43/+63
*
[3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818)
Miss Islington (bot)
2021-11-28
2
-0/+15
*
[3.10] bpo-45881: Use CC from env first for cross building (GH-29752). (GH-29...
Christian Heimes
2021-11-27
2
-10/+11
*
[3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH...
Miss Islington (bot)
2021-11-27
2
-2/+4
*
bpo-45901: Fixes argument passing when invoking .py files directly through th...
Miss Islington (bot)
2021-11-26
2
-2/+6
*
bpo-45866: Fix typo in the NEWS entry (GH-29798)
Miss Islington (bot)
2021-11-26
1
-1/+1
*
bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-2...
Victor Stinner
2021-11-26
5
-4/+12
*
bpo-44353: Correct docstring for `NewType` (GH-29785)
Miss Islington (bot)
2021-11-26
1
-1/+1
*
bpo-45619: documentation of execution model: clarify and update binding summa...
Miss Islington (bot)
2021-11-26
1
-9/+19
*
[3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782)
Christian Heimes
2021-11-25
4
-1870/+2230
*
[3.10] bpo-45568: Actually use @asynccontextmanager in usage example (GH-2915...
Andrew Svetlov
2021-11-25
1
-0/+2
*
bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732)
Victor Stinner
2021-11-25
3
-4/+3
*
[3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)
Miss Islington (bot)
2021-11-25
5
-18/+35
*
[3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion ...
Pablo Galindo Salgado
2021-11-25
8
-9/+15
*
bpo-45893: Add missing extern C to initconfig.h (GH-29761)
Miss Islington (bot)
2021-11-24
2
-0/+10
*
bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-2...
Miss Islington (bot)
2021-11-24
1
-0/+5
*
bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)
Miss Islington (bot)
2021-11-24
2
-1/+14
*
bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
Miss Islington (bot)
2021-11-23
3
-4/+8
*
[3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsist...
Brett Cannon
2021-11-22
7
-47/+51
*
bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH...
Miss Islington (bot)
2021-11-22
1
-0/+1
*
bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=...
Miss Islington (bot)
2021-11-22
3
-6/+37
*
Fix out-of-tree build support for multissltest (GH-29694)
Miss Islington (bot)
2021-11-22
2
-6/+12
*
[3.10] Ensure the str member of the tokenizer is always initialised (GH-29681...
Pablo Galindo Salgado
2021-11-21
4
-3/+428
*
bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667) (GH-29...
Miss Islington (bot)
2021-11-21
1
-4/+7
*
Added kw_only parameter to make_dataclasses. (GH-29679)
Miss Islington (bot)
2021-11-20
3
-2/+14
*
[3.10] bpo-45845: Change link for pyserial (GH-29675)
Miss Islington (bot)
2021-11-20
1
-2/+2
*
bpo-45845: Remove unresponsive web link (GH-29651) (GH-29674)
Miss Islington (bot)
2021-11-20
1
-3/+0
*
bpo-45494: Fix error location in EOF tokenizer errors (GH-29108)
Miss Islington (bot)
2021-11-20
1
-2/+7
*
[3.10] bpo-45727: Make the syntax error for missing comma more consistent (GH...
Pablo Galindo Salgado
2021-11-20
4
-334/+268
*
bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-2964...
Miss Islington (bot)
2021-11-20
1
-1/+1
*
[3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-...
Ćukasz Langa
2021-11-20
6
-11/+49
*
bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634)...
Miss Islington (bot)
2021-11-19
1
-1/+8
[next]