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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241)
Nikita Sobolev
2021-12-30
1
-0/+1
*
closes docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284)
Carlos Damazio
2021-12-29
1
-6/+3
*
bpo-46176: mmap module adding MAP_STACK constant. (GH-30252)
David CARLIER
2021-12-29
1
-0/+1
*
bpo-37295: Speed up math.comb(n, k) for 0 <= k <= n <= 67 (GH-30275)
Mark Dickinson
2021-12-28
1
-0/+1
*
bpo-46055: Speed up binary shifting operators (GH-30044)
Xinhang Xu
2021-12-27
2
-0/+3
*
bpo-43413: Revert changes in set.__init__ (GH-28403)
Serhiy Storchaka
2021-12-26
2
-1/+2
*
bpo-22815: Print unexpected successes in summary in TextTestResult (GH-30138)
Serhiy Storchaka
2021-12-26
1
-0/+2
*
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
Kumar Aditya
2021-12-26
1
-0/+1
*
Remove a NEWS entry for bpo-45878 (GH-30259)
Serhiy Storchaka
2021-12-26
1
-10/+0
*
bpo-46032: Check types in singledispatch's register() at declaration time (GH...
Serhiy Storchaka
2021-12-25
1
-0/+5
*
bpo-46120: State that `|` is preferred over `Union` (GH-30222)
Nikita Sobolev
2021-12-24
1
-0/+1
*
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser...
Nikita Sobolev
2021-12-24
1
-0/+2
*
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
David Hewitt
2021-12-22
1
-0/+1
*
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
Kumar Aditya
2021-12-22
1
-0/+2
*
bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the part...
Irit Katriel
2021-12-21
1
-0/+1
*
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (G...
Pablo Galindo Salgado
2021-12-20
1
-0/+2
*
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger
2021-12-19
1
-2/+0
*
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus
2021-12-19
1
-0/+2
*
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
Andrew Svetlov
2021-12-19
1
-0/+2
*
bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutErro...
Kumar Aditya
2021-12-19
1
-0/+2
*
bpo-46125: Refactor tests to test traversable API directly. Includes changes ...
Jason R. Coombs
2021-12-19
1
-0/+2
*
bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)
Christian Heimes
2021-12-18
1
-0/+1
*
bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)
andrei kulakov
2021-12-18
1
-0/+3
*
bpo-46088: Automatically detect or install bootstrap Python runtime when buil...
Steve Dower
2021-12-18
1
-0/+2
*
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
Christian Heimes
2021-12-17
1
-0/+1
*
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel
2021-12-17
1
-0/+1
*
bpo-45635: Do not suppress errors in functions called from _PyErr_Display (GH...
Irit Katriel
2021-12-16
1
-0/+1
*
bpo-44893: Implement EntryPoint as simple class with attributes. (GH-30150)
Jason R. Coombs
2021-12-16
1
-0/+3
*
bpo-46105: Honor spec when generating requirement specs with urls and extras....
Jason R. Coombs
2021-12-16
1
-0/+2
*
bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive...
Irit Katriel
2021-12-16
1
-0/+3
*
bpo-45755: [typing] Reveal class attributes of generic in generic aliases in ...
Ken Jin
2021-12-16
1
-0/+3
*
bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...
Mark Shannon
2021-12-15
1
-0/+2
*
bpo-44525: Specialize for calls to type and other builtin classes with 1 argu...
Mark Shannon
2021-12-15
1
-0/+3
*
bpo-46039: Split yield from in two (GH-30035)
Mark Shannon
2021-12-15
1
-0/+2
*
bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-...
Irit Katriel
2021-12-15
1
-0/+1
*
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Mark Shannon
2021-12-14
1
-0/+8
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
1
-0/+1
*
bpo-23469: Delete Wing IDE configuration files (GH-30067)
Kumar Aditya
2021-12-14
4
-50/+0
*
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes
2021-12-13
1
-0/+3
*
bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266)
Gareth Rees
2021-12-13
1
-0/+1
*
bpo-16594: Add allow_reuse_port on socketserver (GH-30072)
AN Long
2021-12-13
1
-0/+1
*
bpo-27718: Fix help for the signal module (GH-30063)
Serhiy Storchaka
2021-12-13
1
-0/+2
*
bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#...
Georg Brandl
2021-12-12
1
-0/+2
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
1
-0/+1
*
bpo-45874: Handle empty query string correctly in urllib.parse.parse_qsl (#29...
Christian Sattler
2021-12-12
1
-0/+3
*
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files...
Pablo Galindo Salgado
2021-12-12
1
-0/+2
*
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059)
Pablo Galindo Salgado
2021-12-11
1
-0/+2
*
bpo-44674: Use unhashability as a proxy for mutability for default dataclass ...
Eric V. Smith
2021-12-11
1
-0/+6
*
bpo-46049: Fixes ._pth support on non-Windows (GH-30051)
Steve Dower
2021-12-11
1
-0/+1
*
bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-3...
Steve Dower
2021-12-11
1
-0/+2
[next]