June 2019 Archives by thread
Starting: Sat Jun 1 00:10:07 EDT 2019
Ending: Sun Jun 30 11:42:27 EDT 2019
Messages: 662
- [Python-checkins] Improve docstring of list.sort (GH-8516)
Raymond Hettinger
- [Python-checkins] bpo-29984: Improve 'heapq' test coverage (GH-992)
Raymond Hettinger
- [Python-checkins] Add option to trace to run modules (GH-5134)
Nick Coghlan
- [Python-checkins] bpo-18911: clarify that the minidom XML writer receives texts but not bytes (GH-13352)
Stefan Behnel
- [Python-checkins] bpo-18911: clarify that the minidom XML writer receives texts but not bytes (GH-13718)
Stefan Behnel
- [Python-checkins] bpo-35431: Implemented math.comb (GH-11414)
Raymond Hettinger
- [Python-checkins] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
- [Python-checkins] Use more PEP 570 syntax in the documentation. (GH-13720)
Serhiy Storchaka
- [Python-checkins] bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)
Miss Islington (bot)
- [Python-checkins] Move whats-new entry for math.factorial to the math module section. (GH-13723)
Mark Dickinson
- [Python-checkins] Doc: Correct the creation year and the credits of the Logo Programming language (GH-13520)
Cheryl Sabella
- [Python-checkins] bpo-31968: Documentation -- add clarification on the globals dict for exec() (GH-13140)
Raymond Hettinger
- [Python-checkins] bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
Pablo Galindo
- [Python-checkins] Improve exception message for str.format (GH-12675)
Raymond Hettinger
- [Python-checkins] bpo-35431: Refactor math.comb() implementation. (GH-13725)
Serhiy Storchaka
- [Python-checkins] bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071)
Vinay Sajip
- [Python-checkins] Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558)
Stefan Behnel
- [Python-checkins] Fix compiler warnings in the pystrehex module (GH-13730)
Pablo Galindo
- [Python-checkins] bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
Pablo Galindo
- [Python-checkins] bpo-34303: Micro-optimizations in functools.reduce() (GH-8598)
Raymond Hettinger
- [Python-checkins] bpo-32411: IDLE: Remove line number sort in browser.py (#5011)
Terry Jan Reedy
- [Python-checkins] bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka
- [Python-checkins] Fix the error handling in bytesio_sizeof(). (GH-10459)
Serhiy Storchaka
- [Python-checkins] bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273)
Raymond Hettinger
- [Python-checkins] bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)
Eric Snow
- [Python-checkins] Put math.comb() docs is correct place alphabetically (GH-13734)
Raymond Hettinger
- [Python-checkins] bpo-32411: IDLE: Remove line number sort in browser.py (GH-5011)
Miss Islington (bot)
- [Python-checkins] Improve version added references in `typing` module docs (GH-13457)
Ivan Levkivskyi
- [Python-checkins] Add more tests for preserving identity in marshal. (GH-13736)
Serhiy Storchaka
- [Python-checkins] bpo-37128: Add math.perm(). (GH-13731)
Serhiy Storchaka
- [Python-checkins] bpo-36027: Extend three-argument pow to negative second argument (GH-13266)
Mark Dickinson
- [Python-checkins] bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)
Andrew Svetlov
- [Python-checkins] bpo-37126: Allow structseq objects to be tracked by the GC (GH-13729)
Pablo Galindo
- [Python-checkins] Add description to the command line help of the argument clinic (GH-8518)
Pablo Galindo
- [Python-checkins] bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
Terry Jan Reedy
- [Python-checkins] bpo-37124: Fix reference leak in test_msilib (GH-13750)
Pablo Galindo
- [Python-checkins] Call PyObject_GC_UnTrack in structseq dealloc (GH-13751)
Pablo Galindo
- [Python-checkins] bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545)
Ezio Melotti
- [Python-checkins] bpo-36829: test_threading: Fix a ref cycle (GH-13752)
Victor Stinner
- [Python-checkins] test_gdb.test_pycfunction: test more calling conventions (GH-13668)
Petr Viktorin
- [Python-checkins] bpo-19184: Update the documentation of dis module. (GH-13652)
Ezio Melotti
- [Python-checkins] bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) (GH-13753)
Ezio Melotti
- [Python-checkins] bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)
Petr Viktorin
- [Python-checkins] bpo-35621: Fix tests when SafeChildWatcher is expected instead of ThreadedChildWatcher (GH-13754)
Miss Islington (bot)
- [Python-checkins] bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13758)
Petr Viktorin
- [Python-checkins] Fix typos in docs and docstrings (GH-13745)
Petr Viktorin
- [Python-checkins] bpo-19184: Update the documentation of dis module. (GH-13652) (GH-13755)
Ezio Melotti
- [Python-checkins] bpo-37012: Clean up special cases in PyType_FromSpecWithBases slot assignments (GH-13496)
Petr Viktorin
- [Python-checkins] bpo-37100: Fix test_coroutines with -Werror (GH-13756)
Victor Stinner
- [Python-checkins] Update the annotated assignment docs (GH-13757)
Ivan Levkivskyi
- [Python-checkins] bpo-36974: document PEP 590 (GH-13450)
Petr Viktorin
- [Python-checkins] bpo-36974: add some assertions for PEP 590 (GH-13682)
Petr Viktorin
- [Python-checkins] bpo-36027: Really fix "incompatible pointer type" compiler warning (GH-13761)
Petr Viktorin
- [Python-checkins] bpo-36896: Clarify that some types constructors are unstable (GH-13271)
Petr Viktorin
- [Python-checkins] [3.7] bpo-27987: align PyGC_Head to alignof(long double) (GH-13335) (GH-13581)
Gregory P. Smith
- [Python-checkins] bpo-37069: tests use catch_unraisable_exception() (GH-13762)
Victor Stinner
- [Python-checkins] bpo-33569 Preserve type information with dataclasses.InitVar (GH-8927)
Eric V. Smith
- [Python-checkins] Fix variable name copy/paste error in build-installer.py (GH-13038)
Ned Deily
- [Python-checkins] bpo-36546: Add design notes to aid future discussions (GH-13769)
Raymond Hettinger
- [Python-checkins] IDLE: Fix typos in docs and comments (GH-13749)
Terry Jan Reedy
- [Python-checkins] bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-13760)
Pablo Galindo
- [Python-checkins] bpo-36231: Support building on macOS without /usr/include (GH-13773)
Ned Deily
- [Python-checkins] Pin macOS installer Sphinx to v2.0.1 (GH-13774)
Ned Deily
- [Python-checkins] bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
- [Python-checkins] bpo-26219: remove unused code (GH-13775)
Inada Naoki
- [Python-checkins] Add credits to What's New in Python 3.8 (GH-13776)
Victor Stinner
- [Python-checkins] Doc fix: duplicate object description of email.message (GH-13742)
Julien Palard
- [Python-checkins] bpo-37087: Adding native ID support for OpenBSD (GH-13654)
Victor Stinner
- [Python-checkins] bpo-37137: Fix test_asyncio: use TestCase.set_event_loop() (GH-13779)
Victor Stinner
- [Python-checkins] Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780)
Victor Stinner
- [Python-checkins] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
Christian Heimes
- [Python-checkins] [3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)
Miss Islington (bot)
- [Python-checkins] bpo-34271: Fix compatibility with 1.0.2 (GH-13728)
Christian Heimes
- [Python-checkins] bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
Miss Islington (bot)
- [Python-checkins] bpo-37120: Add SSLContext.num_tickets (GH-13719)
Christian Heimes
- [Python-checkins] bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)
Victor Stinner
- [Python-checkins] bpo-37146: disable opcache when Py_DEBUG is defined (GH-13787)
Victor Stinner
- [Python-checkins] Revert "bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)" (GH-13793)
Miss Islington (bot)
- [Python-checkins] Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
- [Python-checkins] bpo-35431: Drop the k <= n requirement (GH-13798)
Raymond Hettinger
- [Python-checkins] bpo-37148: Fix asyncio test that check for warning when running the test suite with huntleaks (GH-13800)
Pablo Galindo
- [Python-checkins] More updates to the annotated assignments docs (GH-13794)
Ivan Levkivskyi
- [Python-checkins] Fix grammar (GH-13801)
Raymond Hettinger
- [Python-checkins] Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802)
Łukasz Langa
- [Python-checkins] Make StreamServer.close() tests more robust (GH-13790)
Yury Selivanov
- [Python-checkins] bpo-37142: Make asyncio stream tests more robust again (GH-13804)
Victor Stinner
- [Python-checkins] bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809)
Victor Stinner
- [Python-checkins] bpo-36778: Remove outdated comment from CodePageTest (GH-13807)
Victor Stinner
- [Python-checkins] bpo-30699: Improve example on datetime tzinfo instances (GH-4290)
Victor Stinner
- [Python-checkins] Fix extraneous whitespace in QueueListener.prepare (GH-13803)
Vinay Sajip
- [Python-checkins] bpo-36742: Corrects fix to handle decomposition in usernames (#13812)
Łukasz Langa
- [Python-checkins] bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812)
Miss Islington (bot)
- [Python-checkins] bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)
Victor Stinner
- [Python-checkins] bpo-35805: Add parser for Message-ID email header. (GH-13397)
Barry Warsaw
- [Python-checkins] bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)
Barry Warsaw
- [Python-checkins] bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-13814)
Ned Deily
- [Python-checkins] bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) (GH-13819)
Victor Stinner
- [Python-checkins] bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746)
Victor Stinner
- [Python-checkins] Python 3.8.0b1
Łukasz Langa
- [Python-checkins] Bump to 3.9.0a0
Łukasz Langa
- [Python-checkins] (no subject)
Łukasz Langa
- [Python-checkins] bpo-34282: Remove deprecated enum _convert method (GH-13823)
Victor Stinner
- [Python-checkins] Doc: Python 3.9 in sidebar and version switcher. (GH-13824)
Ned Deily
- [Python-checkins] Doc: Python 3.9 in sidebar and version switcher. (GH-13824) (GH-13827)
Ned Deily
- [Python-checkins] Update outdated reference to Mercurial (GH-12857)
Cheryl Sabella
- [Python-checkins] bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
Terry Jan Reedy
- [Python-checkins] bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [streams] (GH-13671)
Miss Islington (bot)
- [Python-checkins] Fix documentation (GH-13721)
Miss Islington (bot)
- [Python-checkins] bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834)
Miss Islington (bot)
- [Python-checkins] bpo-26836: Document os.memfd_create() name parameter (GH-13838)
Miss Islington (bot)
- [Python-checkins] bpo-26836: Document os.memfd_create() name parameter (GH-13838) (GH-13839)
Victor Stinner
- [Python-checkins] bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832)
Raymond Hettinger
- [Python-checkins] bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) (GH-13843)
Raymond Hettinger
- [Python-checkins] [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
- [Python-checkins] bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)
Barry Warsaw
- [Python-checkins] bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841)
Victor Stinner
- [Python-checkins] bpo-37134: Add PEP570 notation to the documentation (GH-13743)
Carol Willing
- [Python-checkins] bpo-35551: encodings update (GH-11446)
Cheryl Sabella
- [Python-checkins] bpo-37165: Convert _count_elements to the argument clinic (GH-13848)
Raymond Hettinger
- [Python-checkins] bpo-37134: Use PEP570 syntax for sum() (GH-13851)
Pablo Galindo
- [Python-checkins] Add importlib.metadata to what's new. (#13855)
Barry Warsaw
- [Python-checkins] bpo-35551: remove mac_centeuro encoding (GH-13856)
Inada Naoki
- [Python-checkins] bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11157)
Miss Islington (bot)
- [Python-checkins] Don't report deleted attributes in __dir__ (GHGH-10148)
Miss Islington (bot)
- [Python-checkins] bpo-36763, _testembed: enable assert() in release mode (GH-13857)
Victor Stinner
- [Python-checkins] bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)
Steve Dower
- [Python-checkins] bpo-21315: Fix parsing of encoded words with missing leading ws. (GH-13425) (#13846)
Barry Warsaw
- [Python-checkins] bpo-36520: Email header folded incorrectly (#13608)
Barry Warsaw
- [Python-checkins] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
Victor Stinner
- [Python-checkins] bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-13874)
Pablo Galindo
- [Python-checkins] bpo-37177: make IDLE's search dialogs transient (GH-13869)
Tal Einat
- [Python-checkins] [2.7] bpo-37177: make IDLE's search dialogs transient (GH-13869)
Tal Einat
- [Python-checkins] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881)
Stefan Krah
- [Python-checkins] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (GH-13881) (#13882)
Stefan Krah
- [Python-checkins] IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)
Cheryl Sabella
- [Python-checkins] Use assertEqual(). (#13883)
Stefan Krah
- [Python-checkins] Use assertEqual(). (#13886)
Stefan Krah
- [Python-checkins] bpo-37151: simplify classmethoddescr_call (GH-13340)
Petr Viktorin
- [Python-checkins] bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)
Victor Stinner
- [Python-checkins] [3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13891)
Victor Stinner
- [Python-checkins] [3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13896)
Victor Stinner
- [Python-checkins] bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) (GH-13895)
Victor Stinner
- [Python-checkins] bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892)
Victor Stinner
- [Python-checkins] [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13898)
Victor Stinner
- [Python-checkins] bpo-37191: Avoid declaration-after-statement in header included from Python.h (GH-13887)
Victor Stinner
- [Python-checkins] bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
Steve Dower
- [Python-checkins] bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867)
Gregory P. Smith
- [Python-checkins] IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876) (#13885)
Terry Jan Reedy
- [Python-checkins] bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805)
Miss Islington (bot)
- [Python-checkins] cross port importlib-metadata PR #76 (#13903)
Barry Warsaw
- [Python-checkins] cross port importlib-metadata PR GH-76 (GH-13903)
Miss Islington (bot)
- [Python-checkins] [2.7] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13906)
Stefan Krah
- [Python-checkins] [3.8] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13911)
Stefan Krah
- [Python-checkins] bpo-37173: Show passed class in inspect.getfile error (GH-13861)
Miss Islington (bot)
- [Python-checkins] bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)
Gregory P. Smith
- [Python-checkins] bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
Gregory P. Smith
- [Python-checkins] bpo-37178: Allow a one argument form of math.perm() (GH-13905)
Raymond Hettinger
- [Python-checkins] bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919)
Raymond Hettinger
- [Python-checkins] bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594)
Cheryl Sabella
- [Python-checkins] Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)
Miss Islington (bot)
- [Python-checkins] Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) (GH-13923)
Ned Deily
- [Python-checkins] [2.7] bpo-34836: fix test_default_ecdh_curve, needs no tlsv1.3. (GH-9626)
Nick Coghlan
- [Python-checkins] Fwd: Python-checkins post from webhook-mailer at python.org requires approval
Terry Reedy
- [Python-checkins] Do not use explicit inheritance from object in the documentation. (GH-13936)
Serhiy Storchaka
- [Python-checkins] bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)
Miss Islington (bot)
- [Python-checkins] bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952)
Victor Stinner
- [Python-checkins] bpo-37223: test_io: silence destructor errors (GH-13954)
Victor Stinner
- [Python-checkins] closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064)
Benjamin Peterson
- [Python-checkins] [3.8] bpo-37216: Fix version and filename in Mac using document (GH-13964)
Ned Deily
- [Python-checkins] [3.7] bpo-37216: Fix version and filename in Mac using document (GH-13963)
Ned Deily
- [Python-checkins] bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965)
Raymond Hettinger
- [Python-checkins] bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) (GH-13967)
Raymond Hettinger
- [Python-checkins] [3.7] bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) (GH-13968)
Raymond Hettinger
- [Python-checkins] [2.7] bpo-36742: Fix urlparse.urlsplit() error message for Unicode URL (GH-13937)
Victor Stinner
- [Python-checkins] bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
Miss Islington (bot)
- [Python-checkins] closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977)
Benjamin Peterson
- [Python-checkins] Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)
Benjamin Peterson
- [Python-checkins] bpo-35766: What's new in the ast and typing modules (#13984)
Guido van Rossum
- [Python-checkins] bpo-35766: What's new in the ast and typing modules (GH-13984)
Miss Islington (bot)
- [Python-checkins] bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988)
Steve Dower
- [Python-checkins] [3.7] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13910)
Miss Islington (bot)
- [Python-checkins] [3.8] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13909)
Miss Islington (bot)
- [Python-checkins] bpo-35766: Change format for feature_version to (major, minor) (GH-13992)
Miss Islington (bot)
- [Python-checkins] bpo-35766: compile(): rename feature_version parameter (GH-13994)
Victor Stinner
- [Python-checkins] bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH-13993)
Victor Stinner
- [Python-checkins] bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996)
Victor Stinner
- [Python-checkins] bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997)
Victor Stinner
- [Python-checkins] bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)
Serhiy Storchaka
- [Python-checkins] bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
Gregory P. Smith
- [Python-checkins] bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) (GH-14000)
Victor Stinner
- [Python-checkins] Add some placeholder notes for major 3.8 features (GH-13927) (#13929)
Victor Stinner
- [Python-checkins] bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859)
Miss Islington (bot)
- [Python-checkins] bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011)
Miss Islington (bot)
- [Python-checkins] bpo-35766: compile(): rename feature_version parameter (GH-13994) (GH-14001)
Victor Stinner
- [Python-checkins] bpo-37160: Thread native ID NetBSD support (GH-13835)
Victor Stinner
- [Python-checkins] bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)
Steve Dower
- [Python-checkins] bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983)
Steve Dower
- [Python-checkins] Make asyncio stream sendfile fail on error (was hang) (GH-14025)
Andrew Svetlov
- [Python-checkins] bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029)
Victor Stinner
- [Python-checkins] bpo-37223: test_io: silence destructor errors (GH-14031)
Victor Stinner
- [Python-checkins] bpo-37069: regrtest uses sys.unraisablehook (GH-13759)
Victor Stinner
- [Python-checkins] bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073)
Miss Islington (bot)
- [Python-checkins] bpo-36402: Fix threading._shutdown() race condition (GH-13948)
Victor Stinner
- [Python-checkins] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)
Victor Stinner
- [Python-checkins] bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Victor Stinner
- [Python-checkins] bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)
Victor Stinner
- [Python-checkins] [3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-14038)
Victor Stinner
- [Python-checkins] Add 3.9 whatsnew file (GH-14040)
Ned Deily
- [Python-checkins] bpo-37257: obmalloc: stop simple arena thrashing (#14039)
Tim Peters
- [Python-checkins] [3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-14041)
Ned Deily
- [Python-checkins] bpo-37216: update version to 3.9 in mac using document (GH-13966)
Ned Deily
- [Python-checkins] bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
Ned Deily
- [Python-checkins] bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
Victor Stinner
- [Python-checkins] bpo-37231: optimize calls of special methods (GH-13973)
Inada Naoki
- [Python-checkins] tbpo-36402: Fix threading.Thread._stop() (GH-14047)
Victor Stinner
- [Python-checkins] [3.8] bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050)
Victor Stinner
- [Python-checkins] bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)
Victor Stinner
- [Python-checkins] bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) (GH-14054)
Victor Stinner
- [Python-checkins] bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)
Victor Stinner
- [Python-checkins] bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073) (GH-14032)
Victor Stinner
- [Python-checkins] bpo-6689: os.path.commonpath raises ValueError for different drives isn't documented (GH-14045)
Miss Islington (bot)
- [Python-checkins] bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969)
Pablo Galindo
- [Python-checkins] bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
Victor Stinner
- [Python-checkins] bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Miss Islington (bot)
- [Python-checkins] bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)
Pablo Galindo
- [Python-checkins] [3.7] bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) (GH-14073)
Pablo Galindo
- [Python-checkins] bpo-37249: add declaration of _PyObject_GetMethod (GH-14015)
Inada Naoki
- [Python-checkins] bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
Victor Stinner
- [Python-checkins] Update concurrent.futures.rst (GH-14061)
Miss Islington (bot)
- [Python-checkins] bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080)
Victor Stinner
- [Python-checkins] Implement Windows release builds in Azure Pipelines (GH-14065)
Steve Dower
- [Python-checkins] bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081)
Victor Stinner
- [Python-checkins] bpo-37261: Document sys.unraisablehook corner cases (GH-14059)
Victor Stinner
- [Python-checkins] bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) (GH-14086)
Victor Stinner
- [Python-checkins] bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
Victor Stinner
- [Python-checkins] bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721)
Victor Stinner
- [Python-checkins] Document C API changes in What's New in Python 3.8 (GH-14092)
Victor Stinner
- [Python-checkins] Fix Windows release build issues (GH-14091)
Steve Dower
- [Python-checkins] bpo-36707: Document "m" removal from sys.abiflags (GH-14090)
Victor Stinner
- [Python-checkins] bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075)
Andrew Svetlov
- [Python-checkins] Use threadpool for reading from file in sendfile fallback mode (#14076)
Andrew Svetlov
- [Python-checkins] Use threadpool for reading from file in sendfile fallback mode (GH-14076)
Miss Islington (bot)
- [Python-checkins] Update weakref.rst (GH-14098)
Miss Islington (bot)
- [Python-checkins] Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
Cheryl Sabella
- [Python-checkins] [3.8] Use threadpool for reading from file in sendfile fallback mode (GH-14076) (GH-14102)
Andrew Svetlov
- [Python-checkins] [3.7] bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075). (GH-14103)
Andrew Svetlov
- [Python-checkins] Doc: Bump Sphinx verison. (#13785)
Julien Palard
- [Python-checkins] Update link in colorsys docs to be https (GH-14062)
Miss Islington (bot)
- [Python-checkins] Doc: Deprecation header: More precise wording. (GH-14109)
Carol Willing
- [Python-checkins] bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099)
Pablo Galindo
- [Python-checkins] bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (GH-14112)
Pablo Galindo
- [Python-checkins] bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (GH-14111)
Pablo Galindo
- [Python-checkins] [2.7] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (GH-13426)
Miss Islington (bot)
- [Python-checkins] bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777)
Nick Coghlan
- [Python-checkins] bpo-36785: PEP 574 What's New entry (GH-13931)
Miss Islington (bot)
- [Python-checkins] [2.7] bpo-35647: Fix path check in cookiejar. (GH-11436) (GH-13427)
Serhiy Storchaka
- [Python-checkins] [3.6] Doc: Add an optional obsolete header. (GH-13638). (GH-13657)
Ned Deily
- [Python-checkins] [3.7] Doc: Add an optional obsolete header. (GH-13638). (GH-13655)
Ned Deily
- [Python-checkins] bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791)
Tal Einat
- [Python-checkins] Doc: Remove an ugly space before a dot. (GH-14123)
Julien Palard
- [Python-checkins] Simplify negativity checks in math.comb and math.perm. (GH-13870)
Mark Dickinson
- [Python-checkins] Simplify negativity checks in math.comb and math.perm. (GH-13870) (#14125)
Mark Dickinson
- [Python-checkins] Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131)
Mark Dickinson
- [Python-checkins] bpo-28805: document METH_FASTCALL (GH-14079)
Inada Naoki
- [Python-checkins] Doc: Remove an ugly space before a dot. (GH-14123) (GH-14130)
Ned Deily
- [Python-checkins] closes bpo-37300: Remove unnecessary Py_XINCREF in classobject.c. (GH-14120)
Benjamin Peterson
- [Python-checkins] bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)
Terry Jan Reedy
- [Python-checkins] [2.7] Fix 2.7 test -R test_IDLE failure on Windows (GH-13958)
Terry Jan Reedy
- [Python-checkins] bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)
Victor Stinner
- [Python-checkins] bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)
Victor Stinner
- [Python-checkins] bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) (GH-14141)
Victor Stinner
- [Python-checkins] bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) (GH-14140)
Victor Stinner
- [Python-checkins] bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148)
Victor Stinner
- [Python-checkins] bpo-37231: remove _PyObject_FastCall_Prepend (GH-14153)
Inada Naoki
- [Python-checkins] bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)
Inada Naoki
- [Python-checkins] bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143)
Victor Stinner
- [Python-checkins] bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner
- [Python-checkins] bpo-37194: Complete PyObject_CallXXX() docs (GH-14156)
Victor Stinner
- [Python-checkins] bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14158)
Victor Stinner
- [Python-checkins] bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14157)
Victor Stinner
- [Python-checkins] bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147)
Serhiy Storchaka
- [Python-checkins] bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146)
Serhiy Storchaka
- [Python-checkins] bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)
Victor Stinner
- [Python-checkins] bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096)
Steve Dower
- [Python-checkins] bpo-34631: Updated OpenSSL to 1.0.2s in Windows installer (GH-14161)
Steve Dower
- [Python-checkins] bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008)
Vinay Sajip
- [Python-checkins] bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
Steve Dower
- [Python-checkins] bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)
Terry Jan Reedy
- [Python-checkins] bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14168)
Terry Jan Reedy
- [Python-checkins] bpo-37321: Edit IDLE subprocess connection error messages. (#14170)
Terry Jan Reedy
- [Python-checkins] bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)
Miss Islington (bot)
- [Python-checkins] bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
Victor Stinner
- [Python-checkins] Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172)
Victor Stinner
- [Python-checkins] bpo-37189: Export old PyRun_XXX() functions (#14142)
Victor Stinner
- [Python-checkins] Improve release build performance using new artifacts tasks (GH-14175)
Steve Dower
- [Python-checkins] bpo-37189: Export old PyRun_XXX() functions (GH-14142)
Miss Islington (bot)
- [Python-checkins] bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-14162)
Ned Deily
- [Python-checkins] Add sponsorship details for GitHub Sponsor button (GH-14181)
Miss Islington (bot)
- [Python-checkins] [2.7] Update link in colorsys docs to be https (GH-14062) (GH-14110)
Miss Islington (bot)
- [Python-checkins] bpo-5680: IDLE: Customize running a module (GH-13763)
Terry Jan Reedy
- [Python-checkins] remove dead code (GH-14104)
Inada Naoki
- [Python-checkins] bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)
Ned Deily
- [Python-checkins] bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188)
Ned Deily
- [Python-checkins] bpo-37151: use PyVectorcall_Call for all calls of "method" (GH-13972)
Inada Naoki
- [Python-checkins] bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974)
Inada Naoki
- [Python-checkins] bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)
Ned Deily
- [Python-checkins] bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) (GH-14192)
Ned Deily
- [Python-checkins] [2.7] bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14183)
Ned Deily
- [Python-checkins] bpo-34631: Updated OpenSSL to 1.0.2s in macOS installer. (GH-14198)
Ned Deily
- [Python-checkins] bpo-37151: remove _PyFunction_FastCallDict (GH-13864)
Inada Naoki
- [Python-checkins] bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
Paul Ganssle
- [Python-checkins] Add pganssle to CODEOWNERS and ACKS (GH-14138)
Paul Ganssle
- [Python-checkins] bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14208)
Ned Deily
- [Python-checkins] bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)
Terry Jan Reedy
- [Python-checkins] bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209)
Miss Islington (bot)
- [Python-checkins] bpo-35134: Add Include/cpython/import.h header file (GH-14213)
Victor Stinner
- [Python-checkins] Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214)
Ivan Levkivskyi
- [Python-checkins] Document typing.ForwardRef (GH-14216)
Ivan Levkivskyi
- [Python-checkins] [3.8] bpo-33416: Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214) (GH-14215)
Miss Islington (bot)
- [Python-checkins] bpo-36710: Add tstate parameter in import.c (GH-14218)
Victor Stinner
- [Python-checkins] [3.7] bpo-36985: Document typing.ForwardRef (GH-14216) (GH-14220)
Miss Islington (bot)
- [Python-checkins] bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)
Steve Dower
- [Python-checkins] Update macOS installer welcome and readme for 3.7.4
Ned Deily
- [Python-checkins] 3.6.9rc1
Ned Deily
- [Python-checkins] Fix name of '\0'. (GH-14222)
Benjamin Peterson
- [Python-checkins] [2.7] Fix name of '\0'. (GH-14225)
Benjamin Peterson
- [Python-checkins] bpo-37163: Deprecate passing argument obj of dataclasses.replace() by keyword. (GH-13877)
Serhiy Storchaka
- [Python-checkins] bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner
- [Python-checkins] bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229)
Vinay Sajip
- [Python-checkins] bpo-27860: ipaddress: fix Interface constructor (GH-14200)
Inada Naoki
- [Python-checkins] bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) (GH-14231)
Vinay Sajip
- [Python-checkins] bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) (GH-14230)
Vinay Sajip
- [Python-checkins] bpo-37331: Clarify format of socket handler messages in the documentation. (GH-14234)
Vinay Sajip
- [Python-checkins] bpo-37331: Clarify format of socket handler messages in the documentation. (GH-14234) (GH-14236)
Vinay Sajip
- [Python-checkins] bpo-37331: Clarify format of socket handler messages in the documentation. (GH-14234) (GH-14235)
Vinay Sajip
- [Python-checkins] [3.7] bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923) (GH-14233)
Victor Stinner
- [Python-checkins] bpo-37333: Ensure IncludeTkinter has a value (GH-14240)
Steve Dower
- [Python-checkins] bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454)
Steve Dower
- [Python-checkins] Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246)
Miss Islington (bot)
- [Python-checkins] bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Victor Stinner
- [Python-checkins] Update What's New in Python 3.8 (GH-14239)
Victor Stinner
- [Python-checkins] bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
Miss Islington (bot)
- [Python-checkins] bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14256)
Ned Deily
- [Python-checkins] Fix bpo number in News file. (GH-14260)
Eric V. Smith
- [Python-checkins] Fix bpo number in News file. (GH-14260) (GH-14261)
Eric V. Smith
- [Python-checkins] Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263)
Terry Jan Reedy
- [Python-checkins] bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
Inada Naoki
- [Python-checkins] bpo-36511: Improve ARM32 buildbot scripts (GH-14251)
Steve Dower
- [Python-checkins] Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14270)
Terry Jan Reedy
- [Python-checkins] Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14271)
Terry Jan Reedy
- [Python-checkins] Update What's New in Python 3.9 (GH-14253)
Miss Islington (bot)
- [Python-checkins] bpo-37289: Add a test for if with ifexpr in the peephole optimiser to detect regressions (GH-14127)
Pablo Galindo
- [Python-checkins] Remove redundant if check from optional argument function in argparse. (GH-8766)
Benjamin Peterson
- [Python-checkins] Fix rst formatting for several links in ssl documentation (GH-13133)
Miss Islington (bot)
- [Python-checkins] Docs: Improved phrasing (GH-14069)
Carol Willing
- [Python-checkins] bpo-36210: update optional extension handling for AIX (GH-12202)
Nick Coghlan
- [Python-checkins] bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Steve Dower
- [Python-checkins] bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
Steve Dower
- [Python-checkins] [3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282)
Miss Islington (bot)
- [Python-checkins] bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847)
Brett Cannon
- [Python-checkins] Use `python -m pip install` in porting guide and venv docs (GH-13257)
Brett Cannon
- [Python-checkins] Update What's New in Python 3.8 (GH-14253) (GH-14294)
Victor Stinner
- [Python-checkins] bpo-37362: test_gdb now ignores stderr (GH-14287)
Victor Stinner
- [Python-checkins] bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)
Steve Dower
- [Python-checkins] bpo-37362: test_gdb now ignores stderr (GH-14287) (GH-14297)
Victor Stinner
- [Python-checkins] bpo-37364: Use io.open_code() to read .pth files (GH-14299)
Miss Islington (bot)
- [Python-checkins] bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293)
Miss Islington (bot)
- [Python-checkins] Improve threading.daemon docstring (GH-14278)
Miss Islington (bot)
- [Python-checkins] bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139)
Miss Islington (bot)
- [Python-checkins] asyncio: Fix docs for default event loop (#14308)
Yury Selivanov
- [Python-checkins] bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276)
Steve Dower
- [Python-checkins] bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313)
Pablo Galindo
- [Python-checkins] [3.8] bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146) (#14226)
Serhiy Storchaka
- [Python-checkins] bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320)
Pablo Galindo
- [Python-checkins] asyncio: Fix docs for default event loop (GH-14308)
Miss Islington (bot)
- [Python-checkins] bpo-37348: optimize decoding ASCII string (GH-14283)
Inada Naoki
- [Python-checkins] bpo-37345: Add formal UDPLITE support (GH-14258)
Miss Islington (bot)
- [Python-checkins] bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
Victor Stinner
- [Python-checkins] bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858)
Petr Viktorin
- [Python-checkins] bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14335)
Victor Stinner
- [Python-checkins] bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334)
Victor Stinner
- [Python-checkins] bpo-37359: Fix regrtest --cleanup (GH-14336)
Victor Stinner
- [Python-checkins] bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14333)
Victor Stinner
- [Python-checkins] bpo-37124: Fix reference leak in test_msilib (GH-13750) (GH-14340)
Victor Stinner
- [Python-checkins] bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
- [Python-checkins] Get rid of exception traceback printing in asyncio tests (GH-14343)
Andrew Svetlov
- [Python-checkins] bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)
Ned Deily
- [Python-checkins] bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
Andrew Svetlov
- [Python-checkins] bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
Steve Dower
- [Python-checkins] bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14182)
Steve Dower
- [Python-checkins] bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438)
Steve Dower
- [Python-checkins] bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062)
Steve Dower
- [Python-checkins] bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner
- [Python-checkins] bpo-35224: Add What's new entry for evaluation order in dict comprehensions (GH-14319)
Pablo Galindo
- [Python-checkins] bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
Pablo Galindo
- [Python-checkins] bpo-36546: Mark first argument as position only (GH-14363)
Raymond Hettinger
- [Python-checkins] bpo-36546: Mark first argument as position only (GH-14363) (GH-14364)
Raymond Hettinger
- [Python-checkins] bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)
Serhiy Storchaka
- [Python-checkins] bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342)
Petr Viktorin
- [Python-checkins] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Serhiy Storchaka
- [Python-checkins] [3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) (GH-14369)
Victor Stinner
- [Python-checkins] Fix minor spelling error in What's new for Python 3.8 (GH-14371)
Pablo Galindo
- [Python-checkins] [3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)
Petr Viktorin
- [Python-checkins] bpo-37396, PCbuild: Include "_d" in "Killing any running ..." message (GH-14370)
Victor Stinner
- [Python-checkins] bpo-37400: pythoninfo logs getpwuid and getgrouplist (GH-14373)
Victor Stinner
- [Python-checkins] bpo-37392: Update the dir(sys) in module tutorial (GH-14365)
Victor Stinner
- [Python-checkins] bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
- [Python-checkins] bpo-37400: Fix test_os.test_chown() (GH-14374)
Victor Stinner
- [Python-checkins] bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-14375)
Steve Dower
- [Python-checkins] bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-14376)
Steve Dower
- [Python-checkins] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119)
Barry Warsaw
- [Python-checkins] [3.8] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError (GH-14119) (GH-14380)
Miss Islington (bot)
- [Python-checkins] [3.7] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119) (GH-14381)
Miss Islington (bot)
- [Python-checkins] bpo-37400: Fix test_os.test_chown() (GH-14374) (GH-14378)
Victor Stinner
- [Python-checkins] bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286)
Victor Stinner
- [Python-checkins] bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288)
Victor Stinner
- [Python-checkins] bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner
- [Python-checkins] bpo-37388: Add PyUnicode_Decode(str, 0) fast-path (GH-14385)
Victor Stinner
- [Python-checkins] bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
Victor Stinner
- [Python-checkins] bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Victor Stinner
- [Python-checkins] Improve Windows commands in tutorial (GH-14379)
Steve Dower
- [Python-checkins] bpo-37414: Remove sys.callstats() (GH-14398)
Victor Stinner
- [Python-checkins] bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. (GH-14390)
Serhiy Storchaka
- [Python-checkins] bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
Victor Stinner
- [Python-checkins] Improve Windows commands in tutorial (GH-14400)
Steve Dower
- [Python-checkins] Improve Windows commands in tutorial (GH-14401)
Steve Dower
- [Python-checkins] bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
Serhiy Storchaka
- [Python-checkins] [3.7] bpo-37163: dataclasses.replace() now supports the field named "obj". (GH-13877) (GH-14405)
Serhiy Storchaka
- [Python-checkins] bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387)
Barry Warsaw
- [Python-checkins] bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409)
Pablo Galindo
- [Python-checkins] [2.7] bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) (GH-14404)
Victor Stinner
- [Python-checkins] bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) (GH-14412)
Barry Warsaw
- [Python-checkins] bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) (GH-14411)
Barry Warsaw
- [Python-checkins] bpo-37376: pprint support for SimpleNamespace (GH-14318)
Miss Islington (bot)
- [Python-checkins] bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416)
Victor Stinner
- [Python-checkins] bpo-35389: platform.platform() calls libc_ver() without executable (GH-14418)
Victor Stinner
- [Python-checkins] bpo-33926: enable GDB tests on Travis CI (GH-14395)
Inada Naoki
- [Python-checkins] Replace deprecation warning with RuntimeError (GH-14397)
Andrew Svetlov
- [Python-checkins] closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414)
Benjamin Peterson
- [Python-checkins] bpo-30345: travis: use -Og with --with-pydebug (GH-14423)
Inada Naoki
- [Python-checkins] bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
- [Python-checkins] closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
Benjamin Peterson
- [Python-checkins] bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
Inada Naoki
- [Python-checkins] bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Inada Naoki
- [Python-checkins] bpo-20443: Fix calculate_program_full_path() warning (GH-14446)
Victor Stinner
- [Python-checkins] bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424)
Victor Stinner
- [Python-checkins] bpo-37412: pythoninfo: add Windows long paths (GH-14434)
Victor Stinner
- [Python-checkins] bpo-37380: subprocess: don't use _active on win (GH-14360)
Victor Stinner
- [Python-checkins] [2.7] bpo-37329: valgrind: ignore _PyWarnings_Init false alarms (GH-14202)
Victor Stinner
- [Python-checkins] bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451)
Victor Stinner
- [Python-checkins] bpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH-14450)
Steve Dower
- [Python-checkins] bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452)
Victor Stinner
- [Python-checkins] bpo-37369: Fix venv and test symlinking (GH-14456)
Steve Dower
- [Python-checkins] bpo-31783: Fix a race condition creating workers during shutdown (#13171)
Brian Quinlan
- [Python-checkins] bpo-37403: Touch up venv docs (GH-14458)
Brett Cannon
- [Python-checkins] bpo-19696: Moved "test_pkgimport.py" to dir "test_importlib" (GH-14303)
Miss Islington (bot)
- [Python-checkins] bpo-37369: Fix path handling when python.exe is used as a symlink (GH-14461)
Steve Dower
- [Python-checkins] bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428)
Steve Dower
- [Python-checkins] bpo-37369: Fixes crash when reporting fatal error (GH-14468)
Steve Dower
- [Python-checkins] bpo-37369: Fix initialization of sys members when launched via an app container (GH-14467)
Steve Dower
- [Python-checkins] Fix indentation in logging.handlers.setStream (GH-14358)
Vinay Sajip
- [Python-checkins] Make StreamHandler.terminator more discoverable (GH-14359)
Vinay Sajip
- [Python-checkins] bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470)
Benjamin Peterson
- [Python-checkins] [3.8] bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14473)
Benjamin Peterson
- [Python-checkins] bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470) (GH-14472)
Ned Deily
- [Python-checkins] bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
Gregory P. Smith
- [Python-checkins] [2.7] bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) (GH-14475)
Miss Islington (bot)
- [Python-checkins] bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)
Gregory P. Smith
- [Python-checkins] bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344)
Andrew Svetlov
- [Python-checkins] bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)
Andrew Svetlov
- [Python-checkins] bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480)
Miss Islington (bot)
Last message date:
Sun Jun 30 11:42:27 EDT 2019
Archived on: Fri Jul 12 10:05:34 EDT 2019
This archive was generated by
Pipermail 0.09 (Mailman edition).