January 2021 Archives by author
Starting: Fri Jan 1 09:20:46 EST 2021
Ending: Sun Jan 31 23:22:56 EST 2021
Messages: 287
- [Python-checkins] Revert "[3.8] [doc] Fix erroneous backslashes in signatures and names (GH-23658)" (GH-24093)
JulienPalard
- [Python-checkins] Revert "[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658)" (GH-24092)
JulienPalard
- [Python-checkins] Doc: os.path.abspath and Path.resolve are also different (GH-23276)
JulienPalard
- [Python-checkins] bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
JulienPalard
- [Python-checkins] bpo-42869: Avoid an HTTP redirection. (GH-24174)
JulienPalard
- [Python-checkins] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (24239)
benjaminp
- [Python-checkins] [3.6] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24250)
benjaminp
- [Python-checkins] [3.7] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24249)
benjaminp
- [Python-checkins] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24248)
benjaminp
- [Python-checkins] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24247)
benjaminp
- [Python-checkins] closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
benjaminp
- [Python-checkins] bpo-40956: Convert _sqlite3.Cursor to Argument Clinic (GH-24007)
berkerpeksag
- [Python-checkins] bpo-40810: Require SQLite 3.7.15 (GH-24106)
berkerpeksag
- [Python-checkins] bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
berkerpeksag
- [Python-checkins] bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
berkerpeksag
- [Python-checkins] bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
berkerpeksag
- [Python-checkins] bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
berkerpeksag
- [Python-checkins] bpo-40959: Remove unused declarations from sqlite3 headers (GH-20828)
berkerpeksag
- [Python-checkins] bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
berkerpeksag
- [Python-checkins] bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
berkerpeksag
- [Python-checkins] bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
berkerpeksag
- [Python-checkins] bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-20538)
berkerpeksag
- [Python-checkins] bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147)
berkerpeksag
- [Python-checkins] bpo-24464: Fix sqlite3.enable_shared_cache() deprecation wrapper (GH-24170)
berkerpeksag
- [Python-checkins] bpo-40956: Fix sqlite3.Cursor.fetchmany() default value (GH-24214)
berkerpeksag
- [Python-checkins] bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
berkerpeksag
- [Python-checkins] bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
berkerpeksag
- [Python-checkins] bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
berkerpeksag
- [Python-checkins] Fix broken NEWS markup (GH-24110)
brandtbucher
- [Python-checkins] bpo-40636: Remove overly-strict zip pickling tests (GH-24109)
brandtbucher
- [Python-checkins] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) (GH-24144)
brettcannon
- [Python-checkins] bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
corona10
- [Python-checkins] Bring Python into the new year. (GH-24036)
corona10
- [Python-checkins] bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969)
corona10
- [Python-checkins] [3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) (GH-24050)
corona10
- [Python-checkins] bpo-1635741: Fix PyModule_AddObjectRef to use EXPORT_FUNC (GH-24205)
corona10
- [Python-checkins] bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24384)
corona10
- [Python-checkins] bpo-40077: Convert arraymodule to use heap types and establish module state (GH-23124)
encukou
- [Python-checkins] bpo-40077: Add traverse/clear/free to arraymodule (GH-24066)
encukou
- [Python-checkins] [3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24005)
encukou
- [Python-checkins] bpo-41994: Fix refcount issues in Python/import.c (GH-22632)
encukou
- [Python-checkins] [3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24120)
encukou
- [Python-checkins] bpo-41818: Close file descriptors in test_openpty (#GH-24119)
encukou
- [Python-checkins] bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154)
ethanfurman
- [Python-checkins] [3.9] bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) (GH-24155)
ethanfurman
- [Python-checkins] bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196)
ethanfurman
- [Python-checkins] bpo-38250: [Enum] single-bit flags are canonical (GH-24215)
ethanfurman
- [Python-checkins] bpo-38250: [Enum] only include .rst test if file available (GH-24342)
ethanfurman
- [Python-checkins] bpo-41559: Documentation for PEP 612 (GH-24000)
gvanrossum
- [Python-checkins] Fix a typo in docs for typing.Concatenate (#24169)
gvanrossum
- [Python-checkins] bpo-42870: Document change in argparse help output. (GH-24190)
gvanrossum
- [Python-checkins] bpo-42848: remove recursion from TracebackException (GH-24158)
gvanrossum
- [Python-checkins] bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
gvanrossum
- [Python-checkins] bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24221)
gvanrossum
- [Python-checkins] bpo-42383: pdb: do not fail to restart the target if the current directory changed (#23412)
gvanrossum
- [Python-checkins] [3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321)
gvanrossum
- [Python-checkins] [3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320)
gvanrossum
- [Python-checkins] [3.9] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24322)
gvanrossum
- [Python-checkins] [3.8] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24323)
gvanrossum
- [Python-checkins] bpo-42927: Inline cache for attributes defined with '__slots__' (#24216)
gvanrossum
- [Python-checkins] bpo-43014: Improve performance of tokenize.tokenize by 20-30%
isidentical
- [Python-checkins] [3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (GH-23010) (#24232)
jaraco
- [Python-checkins] bpo-40631: Disallow single parenthesized star target (GH-24027)
lysnikolaou
- [Python-checkins] handle empty string in variable executable in platform.libc_ver() (#23140)
malemburg
- [Python-checkins] Delete the now unused c_do_not_emit_bytecode field. (#24094)
markshannon
- [Python-checkins] bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091)
markshannon
- [Python-checkins] bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
markshannon
- [Python-checkins] Update frame.f_lineno before any call to the (C) tracing function. (GH-24150)
markshannon
- [Python-checkins] bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202)
markshannon
- [Python-checkins] Eliminate NOPs in extended blocks. (GH-24209)
markshannon
- [Python-checkins] Mark instructions at end of class scope as artificial. (GH-24222)
markshannon
- [Python-checkins] bpo-33387: update documentation for exception handling opcode changes (GH-24334)
markshannon
- [Python-checkins] bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352)
markshannon
- [Python-checkins] bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_CodeEval and friends (GH-24298)
markshannon
- [Python-checkins] bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
miss-islington
- [Python-checkins] bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
miss-islington
- [Python-checkins] Bring Python into the new year. (GH-24036)
miss-islington
- [Python-checkins] Bring Python into the new year. (GH-24036)
miss-islington
- [Python-checkins] bpo-39068: Fix race condition in base64 (GH-17627)
miss-islington
- [Python-checkins] bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in Union (GH-24059)
miss-islington
- [Python-checkins] bpo-42809: Improve pickle tests for recursive data. (GH-24060)
miss-islington
- [Python-checkins] bpo-42809: Improve pickle tests for recursive data. (GH-24060)
miss-islington
- [Python-checkins] [3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068)
miss-islington
- [Python-checkins] bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
miss-islington
- [Python-checkins] bpo-42692: fix __builtin_available check on older compilers (GH-23873)
miss-islington
- [Python-checkins] Do not remove x bit from published directories (GH-24101)
miss-islington
- [Python-checkins] Do not remove x bit from published directories (GH-24101)
miss-islington
- [Python-checkins] bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
miss-islington
- [Python-checkins] bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
miss-islington
- [Python-checkins] bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
miss-islington
- [Python-checkins] Fix broken NEWS markup (GH-24110)
miss-islington
- [Python-checkins] Fix broken NEWS markup (GH-24110)
miss-islington
- [Python-checkins] [3.8] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674). (GH-24129)
miss-islington
- [Python-checkins] [3.9] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) (GH-24130)
miss-islington
- [Python-checkins] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100)
miss-islington
- [Python-checkins] [3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) (GH-24149)
miss-islington
- [Python-checkins] bpo-42860: Remove type error from grammar (GH-24156)
miss-islington
- [Python-checkins] bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
miss-islington
- [Python-checkins] bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
miss-islington
- [Python-checkins] Fix various ParamSpec errors in typing (GH-24176)
miss-islington
- [Python-checkins] bpo-42874: Remove grep -qE options for Solaris 10 compatibility (GH-24200)
miss-islington
- [Python-checkins] Docs: Remove stray semicolon in init.rst (GH-23974)
miss-islington
- [Python-checkins] Docs: Remove stray semicolon in init.rst (GH-23974)
miss-islington
- [Python-checkins] [3.8] bpo-42531: Teach importlib.resources.path to handle packages without __file__ (GH-23611)
miss-islington
- [Python-checkins] bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635)
miss-islington
- [Python-checkins] bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
miss-islington
- [Python-checkins] bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
miss-islington
- [Python-checkins] bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)
miss-islington
- [Python-checkins] Fix typos in unittest documentation (GH-24194)
miss-islington
- [Python-checkins] bpo-42864: Simplify the tokenizer exceptions after generic SyntaxError (GH-24273)
miss-islington
- [Python-checkins] bpo-40176: Improve error messages for unclosed string literals (GH-19346)
miss-islington
- [Python-checkins] bpo-42392: Mention loop removal in whatsnew for 3.10 (GH-24256)
miss-islington
- [Python-checkins] Fix typo in what's new. bidst_wheel -> bdist_wheel (GH-24234)
miss-islington
- [Python-checkins] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338)
miss-islington
- [Python-checkins] bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
miss-islington
- [Python-checkins] bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
miss-islington
- [Python-checkins] bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1 (GH-24289)
miss-islington
- [Python-checkins] closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
miss-islington
- [Python-checkins] closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
miss-islington
- [Python-checkins] bpo-43013: Update idlelib code to 3.x (GH-24315)
miss-islington
- [Python-checkins] [3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318)
miss-islington
- [Python-checkins] bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
miss-islington
- [Python-checkins] Typo in comment (GH-24199)
miss-islington
- [Python-checkins] bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
miss-islington
- [Python-checkins] bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
miss-islington
- [Python-checkins] bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
miss-islington
- [Python-checkins] Fixed typo in turtle.rst (GH-24371)
miss-islington
- [Python-checkins] bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
miss-islington
- [Python-checkins] Fixed typo in turtle.rst (GH-24371)
miss-islington
- [Python-checkins] Fixed typo in turtle.rst (GH-24371)
miss-islington
- [Python-checkins] Fixing typos in turtle.rst (GH-24376)
miss-islington
- [Python-checkins] Fixing typos in turtle.rst (GH-24376)
miss-islington
- [Python-checkins] Fixing typos in turtle.rst (GH-24376)
miss-islington
- [Python-checkins] bpo-43047: logging.config formatters documentation update (GH-24358)
miss-islington
- [Python-checkins] [doc] Document VIRTUAL_ENV environment variable (GH-21970)
miss-islington
- [Python-checkins] Doc: errors tutorial improvements (GH-16269)
miss-islington
- [Python-checkins] bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350)
miss-islington
- [Python-checkins] bpo-43083: Fix error handling in _sqlite3 (GH-24395)
miss-islington
- [Python-checkins] [3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr when set_panel_usertpr fails (GH-21933). (GH-24403)
miss-islington
- [Python-checkins] bpo-42783: Documentation for asyncio.sleep(0) (#24002)
ncoghlan
- [Python-checkins] bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) (GH-24041)
ned-deily
- [Python-checkins] Bring Python into the new year. (GH-24036) (GH-24052)
ned-deily
- [Python-checkins] bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) (GH-24042)
ned-deily
- [Python-checkins] [3.6] Bring Python into the new year. (GH-24036). (GH-24054)
ned-deily
- [Python-checkins] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674)
ned-deily
- [Python-checkins] bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080)
ned-deily
- [Python-checkins] bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
ned-deily
- [Python-checkins] Update Sphinx version for macOS installer build. (GH-24082)
ned-deily
- [Python-checkins] Update Sphinx version for macOS installer build. (GH-24082) (GH-24088)
ned-deily
- [Python-checkins] Update Sphinx version for macOS installer build. (GH-24082) (GH-24087)
ned-deily
- [Python-checkins] bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (#24084)
ned-deily
- [Python-checkins] bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH-24083)
ned-deily
- [Python-checkins] bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24090)
ned-deily
- [Python-checkins] bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23937)
ned-deily
- [Python-checkins] bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23938)
ned-deily
- [Python-checkins] bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341)
ned-deily
- [Python-checkins] bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) (GH-24410)
ned-deily
- [Python-checkins] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
pablogsal
- [Python-checkins] [3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) (GH-24069)
pablogsal
- [Python-checkins] bpo-42093: Tweak the what's new message about the new LOAD_ATTR opcode cache (GH-24070)
pablogsal
- [Python-checkins] Fix 'make suspicious' for the itertools module (GH-24097)
pablogsal
- [Python-checkins] Python 3.10.0a4
pablogsal
- [Python-checkins] bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
pablogsal
- [Python-checkins] Add a paragraph about allocation domains to the C-API docs (GH-24252)
pablogsal
- [Python-checkins] Add a clarification for the object-domain allocators regarding pointer validity (GH-24253)
pablogsal
- [Python-checkins] bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
pablogsal
- [Python-checkins] bpo-42864: Fix compiler warning in the tokenizer with the new paren stack for column numbers (GH-24266)
pablogsal
- [Python-checkins] Add a What's New entry for the new parser error improvements (GH-24280)
pablogsal
- [Python-checkins] Remove full stop from a bytes-related SyntaxError message (GH-24300)
pablogsal
- [Python-checkins] Document new parenthesized with statements (GH-24281)
pablogsal
- [Python-checkins] Fix minor typo in the rest format in the enum docs (GH-24335)
pablogsal
- [Python-checkins] Fix a reference leak in the compiler for compiler_lambda() (GH-24382)
pablogsal
- [Python-checkins] bpo-42986: Fix parser crash when reporting syntax errors in f-string with newlines (GH-24279)
pablogsal
- [Python-checkins] bpo-43017: Improve error message for unparenthesised tuples in comprehensions (GH24314)
pablogsal
- [Python-checkins] bpo-42927: Update the What's new entry for LOAD_ATTR optimizations (GH-24383)
pablogsal
- [Python-checkins] bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-24386)
pfmoore
- [Python-checkins] bpo-42772: Step argument ignored when stop is None. (GH-24018)
rhettinger
- [Python-checkins] No need to test "istep==1" twice. (GH-24064)
rhettinger
- [Python-checkins] bpo-42931: randbytes missing from random.__all__ (GH-24219)
rhettinger
- [Python-checkins] bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)
rhettinger
- [Python-checkins] bpo-42944 Fix Random.sample when counts is not None (GH-24235)
rhettinger
- [Python-checkins] bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243)
rhettinger
- [Python-checkins] [3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) (GH-24026)
serhiy-storchaka
- [Python-checkins] [3.8] bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446). (GH-24025)
serhiy-storchaka
- [Python-checkins] [3.8] bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766) (GH-24023)
serhiy-storchaka
- [Python-checkins] [3.8] bpo-39068: Fix race condition in base64 (GH-17627) (GH-24022)
serhiy-storchaka
- [Python-checkins] [3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446). (GH-24057)
serhiy-storchaka
- [Python-checkins] bpo-42809: Improve pickle tests for recursive data. (GH-24060)
serhiy-storchaka
- [Python-checkins] bpo-42789: Don't skip curses tests on non-tty. (GH-24009)
serhiy-storchaka
- [Python-checkins] bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919)
serhiy-storchaka
- [Python-checkins] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076)
serhiy-storchaka
- [Python-checkins] [3.8] [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076) (GH-24078)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077)
serhiy-storchaka
- [Python-checkins] [3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) (GH-24079)
serhiy-storchaka
- [Python-checkins] bpo-42789: Enable using /dev/tty in test_curses. (GH-24085)
serhiy-storchaka
- [Python-checkins] bpo-42681: Fix test_curses failures related to color pairs (GH-24089)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (GH-24113)
serhiy-storchaka
- [Python-checkins] [3.8] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (GH-24113) (GH-24116)
serhiy-storchaka
- [Python-checkins] bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208)
serhiy-storchaka
- [Python-checkins] bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-17996)
serhiy-storchaka
- [Python-checkins] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318)
serhiy-storchaka
- [Python-checkins] bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)
serhiy-storchaka
- [Python-checkins] bpo-37319: Improve documentation, code and tests of randrange. (GH-19112)
serhiy-storchaka
- [Python-checkins] bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24345)
serhiy-storchaka
- [Python-checkins] bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24345) (GH-24349)
serhiy-storchaka
- [Python-checkins] bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350)
serhiy-storchaka
- [Python-checkins] bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350) (GH-24397)
serhiy-storchaka
- [Python-checkins] bpo-43016: Rewrite tests for curses (GH-24312)
serhiy-storchaka
- [Python-checkins] bpo-43083: Fix error handling in _sqlite3 (GH-24395)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399)
serhiy-storchaka
- [Python-checkins] [3.8] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) (GH-24401)
serhiy-storchaka
- [Python-checkins] bpo-41604: Don't decrement the reference count of the previous user_ptr when set_panel_usertpr fails (GH-21933)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr when set_panel_usertpr fails (GH-21933). (GH-24403)
serhiy-storchaka
- [Python-checkins] bpo-43016: Fix test_curses on platform without cursesw (GH-24405)
serhiy-storchaka
- [Python-checkins] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
terryjreedy
- [Python-checkins] bpo-42508: Keep IDLE running on macOS (GH-23577) (#23670)
terryjreedy
- [Python-checkins] [3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
terryjreedy
- [Python-checkins] [3.8] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
terryjreedy
- [Python-checkins] bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
terryjreedy
- [Python-checkins] bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
terryjreedy
- [Python-checkins] bpo-43013: Update idlelib code to 3.x (GH-24315)
terryjreedy
- [Python-checkins] bpo-43013: Update idlelib code to 3.x (GH-24315) (#24317)
terryjreedy
- [Python-checkins] bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
terryjreedy
- [Python-checkins] bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
terryjreedy
- [Python-checkins] [3.9] bpo-41841: Prepare IDLE NEWS for 3.9.2 (#GH-4343)
terryjreedy
- [Python-checkins] [3.8] bpo-41841: Prepare IDLE NEWS for 3.8.8 (GH-24344)
terryjreedy
- [Python-checkins] bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
terryjreedy
- [Python-checkins] bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
terryjreedy
- [Python-checkins] bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366)
terryjreedy
- [Python-checkins] bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
terryjreedy
- [Python-checkins] bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)
terryjreedy
- [Python-checkins] Fix typos in unittest documentation (GH-24194)
tirkarthi
- [Python-checkins] bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)
vstinner
- [Python-checkins] bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)
vstinner
- [Python-checkins] bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)
vstinner
- [Python-checkins] bpo-1635741: Convert _multibytecodec to multi-phase init (GH-24095)
vstinner
- [Python-checkins] bpo-42528: Improve the docs of most Py*_Check{, Exact} API calls (GH-23602)
vstinner
- [Python-checkins] bpo-41798: Allocate _decimal extension module C API on the heap (GH-24117)
vstinner
- [Python-checkins] bpo-42528: Improve the docs of most Py*_Check{, Exact} API calls (GH-23602) (GH-24139)
vstinner
- [Python-checkins] bpo-41798: Allocate _socket module C API on the heap (GH-24126)
vstinner
- [Python-checkins] bpo-41798: Allocate the _datetime.datetime_CAPI on the heap memory (GH-24096)
vstinner
- [Python-checkins] bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157)
vstinner
- [Python-checkins] bpo-42866: Fix refleak in CJK getcodec() (GH-24165)
vstinner
- [Python-checkins] bpo-42866: Add traverse func to _multibytecodec.MultibyteCodec (GH-24166)
vstinner
- [Python-checkins] bpo-42802: Remove distutils bdist_wininst command (GH-24043)
vstinner
- [Python-checkins] bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)
vstinner
- [Python-checkins] bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198)
vstinner
- [Python-checkins] bpo-37324: Remove ABC aliases from collections (GH-23754)
vstinner
- [Python-checkins] bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)
vstinner
- [Python-checkins] bpo-42923: Py_FatalError() avoids fprintf() (GH-24242)
vstinner
- [Python-checkins] bpo-42923: Dump extension modules on fatal error (GH-24207)
vstinner
- [Python-checkins] bpo-36143: make regen-all now also runs regen-keyword (GH-24245)
vstinner
- [Python-checkins] bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257)
vstinner
- [Python-checkins] bpo-42955: Add Python/module_names.h (GH-24258)
vstinner
- [Python-checkins] bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
vstinner
- [Python-checkins] bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635)
vstinner
- [Python-checkins] bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
vstinner
- [Python-checkins] bpo-41798: Allocate unicodedata CAPI on the heap (GH-24128)
vstinner
- [Python-checkins] bpo-42048: Clinic Howto: Document AC's defining_class converter (GH-23978)
vstinner
- [Python-checkins] bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
vstinner
- [Python-checkins] bpo-42323: Fix math.nextafter() for NaN on AIX (GH-24265)
vstinner
- [Python-checkins] bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
vstinner
- [Python-checkins] bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24277)
vstinner
- [Python-checkins] bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24278)
vstinner
- [Python-checkins] bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191)
vstinner
- [Python-checkins] bpo-41798: Allocate the _curses._C_API on the heap memory (GH-24186)
vstinner
- [Python-checkins] bpo-42955: Add sys.modules_names (GH-24238)
vstinner
- [Python-checkins] bpo-42955: Fix sys.module_names doc (GH-24329)
vstinner
- [Python-checkins] bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
vstinner
- [Python-checkins] bpo-43031: Set a timeout when running tests in PGO build (GH-24339)
vstinner
- [Python-checkins] bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-24333)
vstinner
- [Python-checkins] bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-24333) (GH-24351)
vstinner
- [Python-checkins] bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
vstinner
- [Python-checkins] bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356)
vstinner
- [Python-checkins] bpo-42323: Fix math.nextafter() on AIX (GH-24381)
vstinner
- [Python-checkins] bpo-38631: Replace compiler fatal errors with exceptions (GH-24369)
vstinner
- [Python-checkins] Do not remove x bit from published directories (GH-24101)
zooba
- [Python-checkins] bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
zooba
- [Python-checkins] bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
zooba
- [Python-checkins] bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
zooba
- [Python-checkins] bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
zooba
- [Python-checkins] bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
zooba
- [Python-checkins] bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
zooba
- [Python-checkins] bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355)
zooba
Last message date:
Sun Jan 31 23:22:56 EST 2021
Archived on: Sun Jan 31 23:22:57 EST 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).