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
...
*
gh-103088: Fix virtual environment activate script not working in Cygwin (GH-...
Stanislav Syekirin
2023-04-12
3
-0/+19
*
gh-103326: Remove `Python/importlib.h` (GH-103331)
Nikita Sobolev
2023-04-12
6
-1793/+2
*
gh-103092: Isolate `_collections` (#103093)
Erlend E. Aasland
2023-04-12
5
-283/+287
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
44
-1617/+6021
*
gh-103092: Isolate msvcrt (#103248)
AN Long
2023-04-12
2
-28/+26
*
gh-103417: use time.monotonic in the example for sched.scheduler (#103418)
Nick Burns
2023-04-12
1
-1/+1
*
GH-83893: Cross reference env. vars and -X command line options (GH-103414)
Furkan Onder
2023-04-12
1
-6/+12
*
gh-103357: Add logging.Formatter defaults support to logging.config fileConfi...
Bar Harel
2023-04-12
4
-5/+137
*
gh-103237: Polish pdb docs (#103238)
Tian Gao
2023-04-12
1
-38/+100
*
gh-103143: Polish pdb help messages and doc strings (GH-103144)
Tian Gao
2023-04-11
3
-10/+62
*
Remove redundant words from interpreter_definition.md. (GH-103455)
Benjamin Peterson
2023-04-11
1
-3/+3
*
gh-87092: fix refleak in peepholer test harness (#103448)
Irit Katriel
2023-04-11
1
-4/+0
*
gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325)
Stanislav Syekirin
2023-04-11
3
-3/+11
*
GH-103220: Fix `ntpath.join()` of partial UNC drive with trailing slash (GH-1...
Barney Gale
2023-04-11
3
-1/+8
*
gh-87864: Use correct function definition syntax in the docs (#103312)
Nikita Sobolev
2023-04-11
4
-7/+7
*
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_n...
Irit Katriel
2023-04-11
8
-41/+55
*
gh-103373: `__mro_entries__` docs: improve cross references (#103398)
Alex Waygood
2023-04-11
2
-7/+12
*
gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
Irit Katriel
2023-04-11
4
-42/+12
*
gh-87092: move assembler related code from compile.c to assemble.c (#103277)
Irit Katriel
2023-04-11
10
-749/+851
*
gh-103176: sys._current_exceptions() returns mapping to exception instances i...
Irit Katriel
2023-04-11
5
-10/+23
*
gh-102828: set stacklevel on deprecation warning (#103422)
Irit Katriel
2023-04-11
1
-1/+1
*
gh-99553: add tests for ExceptionGroup wrapping (#99615)
Zac Hatfield-Dodds
2023-04-11
1
-0/+14
*
Docs: don't render files in includes/, they're for embedding only (#103313)
Hugo van Kemenade
2023-04-11
1
-1/+3
*
Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (#...
C.A.M. Gerlach
2023-04-11
1
-1/+3
*
gh-103000: Optimise dataclasses asdict/astuple for common types (#103005)
David Ellis
2023-04-10
2
-2/+31
*
gh-103092: Isolate winsound (#103249)
AN Long
2023-04-10
2
-25/+23
*
gh-83004: Harden winreg init (#103386)
Erlend E. Aasland
2023-04-10
1
-28/+37
*
gh-83004: Harden `msvcrt` init (#103383)
Erlend E. Aasland
2023-04-10
1
-12/+29
*
gh-103059: Clarify gc.freeze documentation (#103058)
raylu
2023-04-10
2
-6/+12
*
gh-103334: Ignore `Tools/c-analyzer/cpython/_parser.py` from `patchcheck` (GH...
Nikita Sobolev
2023-04-10
2
-2/+15
*
gh-97797: Mention `__metadata__` in docstrings of `typing.{_AnnotatedAlias, A...
Nikita Sobolev
2023-04-10
1
-0/+6
*
gh-103395: Improve `typing._GenericAlias.__dir__` coverage (#103396)
Nikita Sobolev
2023-04-10
1
-2/+61
*
Fix old behaviour in typing documentation (#103400)
James Hilton-Balfe
2023-04-09
1
-3/+3
*
gh-83004: Harden winsound init (#103385)
Erlend E. Aasland
2023-04-09
1
-16/+14
*
Itertool recipe improvements (GH-103399)
Raymond Hettinger
2023-04-09
1
-137/+179
*
GH-101362: Omit path anchor from `pathlib.PurePath()._parts` (GH-102476)
Barney Gale
2023-04-09
3
-67/+108
*
GH-103379: Fix up old tests for `pathlib.PurePath._parse_path` (GH-103380)
Barney Gale
2023-04-09
1
-110/+97
*
Gh-68586: use run_python_until_end in test_capi (GH-102729)
Furkan Onder
2023-04-09
1
-11/+7
*
Remove useless symbol in pystats.h (#101864)
Stepfen Shawn
2023-04-09
1
-2/+0
*
ctypes docs: fix missing `not` in variadic functions section (#102611)
mara004
2023-04-09
1
-1/+1
*
gh-103300: Fix `Popen.wait()` deadlock in patchcheck.py (#103301)
Oleg Iarygin
2023-04-09
1
-2/+3
*
Fix typos in test_tempfile.py (#102841)
JakobDev
2023-04-09
1
-2/+2
*
build(deps): bump actions/stale from 7 to 8 (#103169)
dependabot[bot]
2023-04-09
1
-1/+1
*
Add hugovk as a .github code owner (GH-103394)
Hugo van Kemenade
2023-04-09
1
-1/+1
*
CI: Do not allow merge if labelled DO-NOT-MERGE (#103337)
Hugo van Kemenade
2023-04-09
1
-0/+17
*
gh-102799: use `sys.exception()` instead of `sys.exc_info()` in pdb (#103294)
Irit Katriel
2023-04-09
1
-8/+9
*
Docs: Fix broken reference `__getitem__` in `string.rst` (#103371)
yuki
2023-04-09
1
-1/+1
*
Document `asyncio` performance improvement in What's New (#103370)
Kumar Aditya
2023-04-09
1
-0/+5
*
gh-103092: Isolate `socket` module (#103094)
Erlend E. Aasland
2023-04-09
5
-167/+242
*
gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (#103...
Dong-hee Na
2023-04-08
2
-3/+10
[prev]
[next]