summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-94309: Add typing.Hashable and typing.Sized for "What's New for Python 3.1...MonadChains2022-07-141-0/+3
* idlelib: replace 'while 1' with 'while True' (#94827)Terry Jan Reedy2022-07-146-8/+8
* gh-90359: Unify documentation style for datetime.rst (gh-94836)Dong-hee Na2022-07-141-0/+7
* gh-90359: Update documentation to follow PEP 495. (gh-94800)Dong-hee Na2022-07-141-0/+12
* gh-94499 Add test for private name mangling in class pattern matching (#94500)da-woods2022-07-131-0/+14
* gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)neonene2022-07-131-0/+2
* GH-81620: Add random.binomialvariate() (GH-94719)Raymond Hettinger2022-07-134-8/+175
* gh-94759: Create LCOV report with branch coverage (GH-94793)Christian Heimes2022-07-131-7/+8
* gh-93649: Fix linkage of _PyTestCapi_Init_Vectorcall (#94702)Oleg Iarygin2022-07-131-1/+1
* gh-94713 - Replacing while 1 with while True (#94714)Itay2022-07-131-1/+1
* Fix typo in _exact_ratio comment. (GH-94789)Benjamin Peterson2022-07-121-1/+1
* Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762)Pradyun Gedam2022-07-121-2/+2
* docs: typing.Self, fix typo (GH-94771)Max Zhenzhera2022-07-122-4/+4
* gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)Christian Heimes2022-07-122-1/+8
* gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754)Petr Viktorin2022-07-123-17/+56
* GH-94736: mark SemLock test as linux only (GH-94750)Kumar Aditya2022-07-111-0/+1
* bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...Kumar Aditya2022-07-114-2/+47
* GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)Kumar Aditya2022-07-113-4/+14
* gh-93883: Fix some tests involving traceback formatting (#94737)John Belmonte2022-07-111-4/+0
* gh-87822: Make traceback module robust to exceptions from repr() of local val...Simon-Martin Schröder2022-07-115-3/+14
* gh-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-119-137/+113
* Small speed-up for NormalDist.samples (GH-94730)Raymond Hettinger2022-07-111-1/+1
* gh-94309: Deprecate typing.Hashable/Sized (GH-94626)MonadChains2022-07-102-0/+10
* GH-77265: Document NaN handling in statistics functions that sort or count (#...Raymond Hettinger2022-07-101-0/+29
* GH-94694: Fix column offsets for multi-line method lookups (GH-94697)Brandt Bucher2022-07-104-2/+85
* Improve dataclass docstring (gh-94686)Tom Fryers2022-07-091-9/+8
* gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)Christian Heimes2022-07-092-1/+8
* pycore_interp.h: Fix comment about pytypedefs.h (#93188)Itamar Ostricher2022-07-091-1/+1
* gh-93649: Fix dependencies of _testcapi (#94695)Christian Heimes2022-07-093-1/+3
* gh-94700: Rewrite the logging.Formatter API ref in structured form (GH-94701)CAM Gerlach2022-07-091-43/+41
* gh-94607: Fix subclassing generics (GH-94610)Ken Jin2022-07-094-0/+38
* GH-93252: Fix error handling for failed Python calls (GH-94693)Brandt Bucher2022-07-093-1/+19
* Increase test coverage of Objects/exceptions.c (GH-94674)Irit Katriel2022-07-082-5/+59
* GH-90699: Intern statically allocated strings (GH-93597)Kumar Aditya2022-07-083-4/+628
* gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549)Petr Viktorin2022-07-089-253/+292
* Use mdash-es consistently in the library docs index (#92762)Oleg Iarygin2022-07-081-4/+4
* gh-94199: Remove the ssl.wrap_socket() function (#94203)Victor Stinner2022-07-084-60/+16
* gh-94215: Fix error handling for line-tracing events (GH-94681)Brandt Bucher2022-07-083-6/+17
* gh-94622: Add more references to the sqlite3 types anchor (#94623)Erlend Egeberg Aasland2022-07-081-8/+8
* gh-94321: Document sqlite3.PrepareProtocol (#94620)Erlend Egeberg Aasland2022-07-073-0/+17
* GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH...Kumar Aditya2022-07-077-1150/+1170
* gh-93654: Add module docstring to pathlib (GH-94611)Samuel Sloniker2022-07-071-0/+7
* gh-94343: Ease initialization of reprlib.Repr attributes (GH-94581)finefoot2022-07-074-14/+60
* gh-94642: Remove -D_XOPEN_SOURCE from more pkg-config CFLAGS (#94657)Christian Heimes2022-07-072-2/+10
* gh-93910: Fix enum performance regression (GH-94614)Michael Droettboom2022-07-073-8/+13
* GH-94644: fix test_curses ref leak (GH-94647)Kumar Aditya2022-07-071-0/+1
* gh-94644: Define HAVE_NCURSESW in pkg-config branch (#94651)Christian Heimes2022-07-072-0/+3
* gh-94215: Add reproducer for segfault in frame_setlineno() (GH-94563)Christian Heimes2022-07-071-6/+104
* gh-94430: Allow params named `module` or `self` with custom C names in Argume...Erlend Egeberg Aasland2022-07-073-2/+50
* gh-94628: Add explicit parameter list to sqlite3.connect docs (#94629)Erlend Egeberg Aasland2022-07-071-76/+105