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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-68395: Avoid naming conflicts by mangling variable names in Argument Clini...
Erlend E. Aasland
2023-05-05
1
-0/+169
*
GH-104142: Fix _Py_RefcntAdd to respect immortality (GH-104143)
Brandt Bucher
2023-05-05
1
-18/+25
*
gh-68968: Correcting message display issue with assertEqual (#103937)
Michael Blahay
2023-05-04
3
-11/+86
*
GH-103899: Provide a hint when accidentally calling a module (GH-103900)
Brandt Bucher
2023-05-04
1
-0/+32
*
GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710)
Barney Gale
2023-05-04
2
-15/+31
*
gh-91896: Deprecate collections.abc.ByteString (#102096)
Shantanu
2023-05-04
2
-6/+36
*
gh-99593: Add tests for Unicode C API (part 2) (#99868)
Serhiy Storchaka
2023-05-04
1
-33/+464
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
5
-3/+192
*
gh-102795: Fix use of poll in test_epoll's test_control_and_wait (#102796)
Kevin Krakauer
2023-05-04
1
-4/+11
*
Fix typo "involvin" → "involving" (#104166)
Christopher Chavez
2023-05-04
2
-2/+2
*
gh-97556: Raise null bytes syntax error upon null in multiline string (GH-104...
Lysandros Nikolaou
2023-05-04
1
-0/+13
*
gh-104089: catch DeprecationWarning in `test_fstring` (#104137)
sunmy2019
2023-05-04
1
-5/+12
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
2
-1/+159
*
pydoc.safeimport: Use importlib.import_module instead of __import__ (GH-103118)
Yuxin Wu
2023-05-03
1
-4/+1
*
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
Nikita Sobolev
2023-05-03
2
-18/+29
*
GH-104114: Fix `pathlib.WindowsPath.glob()` use of literal pattern segment ca...
Barney Gale
2023-05-03
2
-41/+15
*
GH-103944: Remove last use of `utcfromtimestamp` (#103995)
Paul Ganssle
2023-05-03
1
-15/+20
*
gh-103693: Add convenience variable feature to `pdb` (#103694)
Tian Gao
2023-05-03
2
-0/+95
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
1
-0/+14
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
26
-825/+59
*
gh-103845: Remove line & instruction instrumentations before adding them back...
Tian Gao
2023-05-03
1
-0/+36
*
GH-84976: Re-introduce `datetime.py` and fix reprs
Paul Ganssle
2023-05-03
2
-29/+22
*
GH-84976: Move Lib/datetime.py to Lib/_pydatetime
Paul Ganssle
2023-05-03
3
-5/+13
*
gh-82012: Deprecate bitwise inversion (~) of bool (#103487)
Tim Hoffmann
2023-05-03
1
-2/+16
*
GH-89769: `pathlib.Path.glob()`: do not follow symlinks when checking for pre...
andrei kulakov
2023-05-03
2
-3/+11
*
gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (#104...
Ethan Furman
2023-05-03
2
-1/+9
*
GH-103963: Make dis display names of args for intrinsics opcodes (#104029)
Juhi Chandalia
2023-05-03
3
-1/+63
*
GH-104102: Optimize `pathlib.Path.glob()` handling of `../` pattern segments ...
Barney Gale
2023-05-02
2
-0/+17
*
GH-104104: Optimize `pathlib.Path.glob()` by avoiding repeated calls to `os.p...
Barney Gale
2023-05-02
1
-11/+14
*
gh-103822: [Calendar] change return value to enum for day and month APIs (GH-...
Prince Roshan
2023-05-02
1
-2/+1
*
GH-103525: Improve exception message from `pathlib.PurePath()` (GH-103526)
Barney Gale
2023-05-02
2
-16/+25
*
gh-84436: Add integration C API tests for immortal objects (gh-103962)
Dong-hee Na
2023-05-02
1
-0/+16
*
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić
2023-05-02
1
-0/+14
*
Improve assert_type phrasing (#104081)
Shantanu
2023-05-02
1
-3/+4
*
GH-103472: close response in HTTPConnection._tunnel (#103473)
Thomas Grainger
2023-05-02
2
-15/+41
*
gh-88496: IDLE - fix another test on macOS (#104075)
Terry Jan Reedy
2023-05-02
1
-2/+3
*
gh-104016: Skip test for deeply neste f-strings on wasi (#104071)
Pablo Galindo Salgado
2023-05-01
1
-3/+4
*
gh-104057: Fix direct invocation of test_super (#104064)
Kirill Podoprigora
2023-05-01
1
-2/+2
*
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel
2023-05-01
2
-13/+90
*
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher
2023-05-01
3
-26/+450
*
gh-104057: Fix direct invocation of test_module (GH-104059)
Kirill Podoprigora
2023-05-01
1
-1/+1
*
gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033)
John Belmonte
2023-05-01
1
-0/+2
*
gh-104016: Fixed off by 1 error in f string tokenizer (#104047)
jx124
2023-05-01
1
-0/+16
*
GH-103629: Update Unpack's repr in compliance with PEP 692 (#104048)
Franek Magiera
2023-05-01
2
-28/+44
*
gh-102799: replace sys.exc_info by sys.exception in inspect and traceback mod...
Irit Katriel
2023-05-01
2
-4/+6
*
gh-103824: fix use-after-free error in Parser/tokenizer.c (#103993)
chgnrdv
2023-05-01
1
-1/+14
*
gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen ...
Nikita Sobolev
2023-05-01
2
-2/+72
*
gh-104036: Fix direct invocation of test_typing (#104037)
Kirill Podoprigora
2023-05-01
1
-1/+1
*
gh-102213: Optimize the performance of `__getattr__` (GH-103761)
sunmy2019
2023-05-01
1
-1/+14
*
gh-103895: Improve how invalid `Exception.__notes__` are displayed (#103897)
Carey Metcalfe
2023-05-01
2
-4/+16
[prev]
[next]