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-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...
Weipeng Hong
2022-01-21
4
-2/+27
*
bpo-46124: Update zoneinfo to rely on importlib.resources traversable API. (G...
Jason R. Coombs
2022-01-21
3
-3/+4
*
Update generated files list and add `diff=generated` attribute (GH-30745)
Erlend Egeberg Aasland
2022-01-21
1
-18/+28
*
bpo-46417: Add _PyType_CAST() macro (GH-30760)
Victor Stinner
2022-01-21
3
-58/+50
*
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
Tom Sparrow
2022-01-21
4
-0/+27
*
bpo-46417: Add missing types of _PyTypes_InitTypes() (GH-30749)
Victor Stinner
2022-01-21
3
-3/+11
*
bpo-46417: Revert remove_subclass() change (GH-30750)
Victor Stinner
2022-01-21
1
-4/+0
*
bpo-46417: Py_Finalize() clears static types (GH-30743)
Victor Stinner
2022-01-21
4
-85/+144
*
bpo-46417: Call _PyDebug_PrintTotalRefs() later (GH-30744)
Victor Stinner
2022-01-21
2
-6/+9
*
bpo-46426: Improve tests for the dir_fd argument (GH-30668)
Serhiy Storchaka
2022-01-21
3
-230/+208
*
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
Thomas Klausner
2022-01-21
8
-6/+26
*
bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
andrei kulakov
2022-01-21
3
-1/+22
*
bpo-46425: Fix direct invocation of `test_contextlib` (GH-30681)
Nikita Sobolev
2022-01-21
1
-4/+10
*
bpo-46417: signal uses PyStructSequence_NewType() (GH-30735)
Victor Stinner
2022-01-21
1
-7/+9
*
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner
2022-01-21
10
-19/+40
*
bpo-46417: time module uses PyStructSequence_NewType() (GH-30734)
Victor Stinner
2022-01-21
1
-37/+81
*
bpo-46417: _thread uses PyStructSequence_NewType() (GH-30733)
Victor Stinner
2022-01-21
1
-12/+14
*
bpo-46417: _testembed.c avoids Py_SetProgramName() (GH-30732)
Victor Stinner
2022-01-21
2
-31/+33
*
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner
2022-01-21
17
-2/+230
*
bpo-41857: mention timeout argument units in select.poll() and select.depoll(...
Zane Bitter
2022-01-20
2
-3/+15
*
bpo-46080: fix argparse help generation exception in edge case (GH-30111)
Felix Fontein
2022-01-20
3
-3/+9
*
bpo-46441: Add a boilerplate to test syntax errors in interactive mode (GH-30...
Batuhan Taskaya
2022-01-20
1
-0/+33
*
bpo-46316: optimize `pathlib.Path.iterdir()` (GH-30501)
Barney Gale
2022-01-20
2
-3/+1
*
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes
2022-01-20
9
-6/+34
*
bpo-46429: Merge all deepfrozen files into one (GH-30572)
Kumar Aditya
2022-01-20
6
-243/+120
*
Fix the caret position in some syntax errors in interactive mode (GH-30718)
Pablo Galindo Salgado
2022-01-20
1
-2/+3
*
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon
2022-01-20
18
-204/+235
*
no-issue: Fix documentation typos. (GH-30576)
Piotr Fusik
2022-01-20
2
-2/+2
*
bpo-46443: deepfreeze: use small ints and singleton zero bytes (GH-30715)
Kumar Aditya
2022-01-20
2
-0/+6
*
bpo-46437: remove useless `hasattr` from `test_typing` (#30704)
Nikita Sobolev
2022-01-19
1
-9/+7
*
doc: Clarify os.urandom return type (#30282)
Florian Bruhin
2022-01-19
1
-1/+1
*
docs: correct outdated MappingProxyType docstrings (#30281)
Joshua Bronson
2022-01-19
1
-3/+3
*
Update documentation in datetime module strftime-and-strptime-behavior fix ty...
Evan
2022-01-19
1
-5/+5
*
Mark all clinic headers as generated (GH-30679)
Erlend Egeberg Aasland
2022-01-19
1
-5/+2
*
bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690)
Ken Jin
2022-01-19
1
-1/+1
*
bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAlias` (GH...
Nikita Sobolev
2022-01-19
1
-0/+8
*
bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335)
Alex Waygood
2022-01-19
1
-33/+84
*
bpo-46416: Allow direct invocation of `Lib/test/test_typing.py` (GH-30641)
Nikita Sobolev
2022-01-19
1
-3/+3
*
bpo-22039: [doc] clarify that there are no plans to disable deleting an attri...
Irit Katriel
2022-01-19
1
-2/+3
*
bpo-43869: Time Epoch is the same on all platforms (GH-30664)
Victor Stinner
2022-01-19
3
-17/+20
*
bpo-45535: [Enum] include special dunders in dir() (GH-30677)
Ethan Furman
2022-01-18
2
-44/+42
*
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
John Marshall
2022-01-18
2
-2/+10
*
bpo-44024: Improve the TypeError message in getattr and hasattr (GH-25863)
Géry Ogam
2022-01-18
3
-14/+16
*
bpo-46045: Do not use POSIX semaphores on NetBSD (GH-30047)
Thomas Klausner
2022-01-18
3
-0/+8
*
bpo-20823: Clarify copyreg.pickle() documentation (GH-30230)
Kumar Aditya
2022-01-18
1
-2/+2
*
bpo-46425: Fix direct invocation of multiple test modules (GH-30666)
Nikita Sobolev
2022-01-18
6
-9/+8
*
bpo-43869: Improve epoch docs (GH-25777)
Miguel Brito
2022-01-18
1
-1/+1
*
bpo-46028: Calculate base_executable by resolving symlinks in a venv (GH-30144)
Steve Dower
2022-01-18
3
-1/+47
*
bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663)
Nikita Sobolev
2022-01-18
1
-0/+4
*
bpo-46402: Promote SQLite URI tricks in `sqlite3` docs (GH-30660)
Erlend Egeberg Aasland
2022-01-18
1
-8/+22
[next]