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-43908: Immutable types inherit vectorcall (GH-27001)
Erlend Egeberg Aasland
2021-07-08
5
-14/+23
*
Doc: Fix wrong exception used in example. (GH-26572)
Julien Palard
2021-07-08
1
-1/+1
*
bpo-41137: Use utf-8 encoding while reading .pdbrc files (GH-21263)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2021-07-08
5
-6/+48
*
bpo-43895: Remove an unnecessary cache of shared object handles (GH-25487)
Ian Henriksen
2021-07-07
2
-22/+4
*
Remove __cleanenv from PEP-657 tests (GH-27060)
Ammar Askar
2021-07-07
3
-6/+5
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
18
-64/+276
*
bpo-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056)
Steve Dower
2021-07-07
1
-9/+9
*
bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
Rupert Tombs
2021-07-07
5
-6/+13
*
bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052)
Pablo Galindo
2021-07-07
2
-0/+6
*
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta
2021-07-07
20
-7435/+7448
*
Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)
Julien Palard
2021-07-07
1
-2/+3
*
bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980)
Yurii Karabas
2021-07-06
5
-19/+101
*
bpo-38291: Fix a spurious warning when using help(object) (#27039)
Sebastian Rittau
2021-07-06
1
-1/+1
*
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020)
Serhiy Storchaka
2021-07-05
1
-9/+10
*
bpo-43453: Update and re-add example to typing runtime_checkable (#27013)
andrei kulakov
2021-07-05
1
-2/+7
*
bpo-44479: Regenerate test_frozenmain.h and frozen_hello.h during build on Wi...
Steve Dower
2021-07-05
3
-29/+49
*
bpo-44022: Fix Sphinx role in NEWS entry (GH-27033)
Sergey Fedoseev
2021-07-05
1
-1/+1
*
bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021)
Pablo Galindo
2021-07-05
1
-2/+2
*
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
Dong-hee Na
2021-07-05
3
-1/+6
*
bpo-44534: fix wording and docstring sync in unittest.Mock GH27000
Jack DeVries
2021-07-05
2
-1/+6
*
bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-2...
Ma Lin
2021-07-05
2
-30/+117
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
12
-74/+348
*
bpo-43950: include position in dis.Instruction (GH-27015)
Batuhan Taskaya
2021-07-04
2
-197/+287
*
bpo-43950: use 0-indexed column offsets for bytecode positions (GH-27011)
Batuhan Taskaya
2021-07-04
3
-22/+19
*
bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAli...
Ken Jin
2021-07-04
2
-3/+5
*
bpo-44553: Correct failure in tp_new for the union object (GH-27008)
Pablo Galindo
2021-07-03
1
-2/+2
*
bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)
Irit Katriel
2021-07-03
3
-1/+21
*
bpo-44129: Add descriptive global variables for general purpose bit flags (GH...
Daniel Hillier
2021-07-03
2
-13/+39
*
Fix a small typo in the docs (GH-26991)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2021-07-03
1
-1/+1
*
bpo-44553 : Implement GC methods for types.Union (GH-26993)
Ken Jin
2021-07-03
3
-5/+38
*
bpo-42238: rstlint: Add two new checks. (GH-26966)
Julien Palard
2021-07-03
1
-8/+91
*
bpo-44388: Update venv EnvBuilder.ensure_directories() docs. (GH-26663)
Matthew Clapp
2021-07-02
1
-5/+6
*
bpo-43950: optimize column table assembling with pre-sizing object (GH-26997)
Batuhan Taskaya
2021-07-02
1
-6/+13
*
bpo-30256: [doc] Fix formatting error in news (GH-26994)
Ken Jin
2021-07-02
1
-1/+1
*
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Pablo Galindo
2021-07-02
15
-5177/+7622
*
bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-...
Irit Katriel
2021-07-02
2
-18/+31
*
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
finefoot
2021-07-02
4
-2/+15
*
bpo-43425: Update setup.py not to use distutils.log (GH-26969)
Dong-hee Na
2021-07-02
1
-16/+23
*
bpo-44313: bump up magic (#26983)
Batuhan Taskaya
2021-07-01
2
-2/+2
*
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...
Illia Volochii
2021-07-01
5
-17/+21
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
11
-764/+86
*
Add file describing how to add or modify specialized families of instructions...
Mark Shannon
2021-07-01
2
-0/+135
*
bpo-43770: Cleanup _PyObject_GetMethod() (GH-26946)
Victor Stinner
2021-07-01
1
-21/+19
*
bpo-43425: Update _osx_support not to use distutils.log (GH-26968)
Dong-hee Na
2021-07-01
1
-4/+3
*
bpo-44531: Add _PyType_AllocNoTrack() function (GH-26947)
Victor Stinner
2021-07-01
4
-28/+51
*
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (G...
Batuhan Taskaya
2021-06-30
9
-214/+279
*
Fix compiler errors for unused variables in marshal.c (GH-26977)
Pablo Galindo
2021-06-30
1
-2/+0
*
bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)
Steve Dower
2021-06-30
2
-0/+2
*
bpo-41180: Fixes documentation to specify correct event name and add versionc...
Steve Dower
2021-06-30
1
-1/+11
*
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...
Steve Dower
2021-06-30
5
-10/+65
[next]