Showing content from http://mail.python.org/pipermail/python-checkins/2018-October/thread.html below:
The Python-checkins October 2018 Archive by thread
October 2018 Archives by thread
Starting: Mon Oct 1 02:52:17 EDT 2018
Ending: Wed Oct 31 22:16:02 EDT 2018
Messages: 563
- [Python-checkins] Fix name of argument in docs for functools.reduce(). (#9634) Raymond Hettinger
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5 solipsis at pitrou.net
- [Python-checkins] bpo-30156: Remove property_descr_get() optimization (GH-9541) Victor Stinner
- [Python-checkins] bpo-34476: Document that asyncio.sleep() always suspends. (#9643) Andrew Svetlov
- [Python-checkins] bpo-34476: Document that asyncio.sleep() always suspends. (GH-9643) (#9654) Andrew Svetlov
- [Python-checkins] bpo-30167: Add test for module.__cached__ is None (GH-7617) INADA Naoki
- [Python-checkins] bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9662) Ezio Melotti
- [Python-checkins] bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9663) Ezio Melotti
- [Python-checkins] bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9664) Ezio Melotti
- [Python-checkins] closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) Benjamin Peterson
- [Python-checkins] Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670) Benjamin Peterson
- [Python-checkins] closes bpo-34862: Guard definition of convert_sched_param with POSIX_SPAWN_SETSCHEDULER. (GH-9658) Benjamin Peterson
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=14 solipsis at pitrou.net
- [Python-checkins] Remove recent from logging cookbook (GH-9636) Raymond Hettinger
- [Python-checkins] bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661) Yury Selivanov
- [Python-checkins] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) Antoine Pitrou
- [Python-checkins] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676) Antoine Pitrou
- [Python-checkins] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9677) Antoine Pitrou
- [Python-checkins] Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRaisesRegex is keyword-only. (GH-9680) Benjamin Peterson
- [Python-checkins] bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4 solipsis at pitrou.net
- [Python-checkins] [2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-9686) Antoine Pitrou
- [Python-checkins] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) Yury Selivanov
- [Python-checkins] [3.6] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) (GH-9690) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) (GH-9691) Miss Islington (bot)
- [Python-checkins] closes bpo-34869: Remove LDLAST. (GH-9667) Benjamin Peterson
- [Python-checkins] bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420) Serhiy Storchaka
- [Python-checkins] bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421) Serhiy Storchaka
- [Python-checkins] bpo-34871: Fix two typos in test_inspect.py (GH-9698) Miss Islington (bot)
- [Python-checkins] bpo-34871: inspect: Don't pollute sys.modules (GH-9696) Miss Islington (bot)
- [Python-checkins] bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (GH-9702) Yury Selivanov
- [Python-checkins] bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (#9701) Yury Selivanov
- [Python-checkins] Fix a typo ssl.py docstring (GH-9697) Andrew Svetlov
- [Python-checkins] Fix a typo ssl.py docstring (GH-9697) (#9710) Andrew Svetlov
- [Python-checkins] Fix a typo ssl.py docstring (GH-9697) (GH-9709) Andrew Svetlov
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=11 solipsis at pitrou.net
- [Python-checkins] bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4348) INADA Naoki
- [Python-checkins] bpo-34906: Doc: Fix typos (GH-9712) Julien Palard
- [Python-checkins] bpo-34825: Add more entries to os to pathlib reference table (GH-9608) Miss Islington (bot)
- [Python-checkins] bpo-34825: Add more entries to os to pathlib reference table (GH-9608) (#9717) Andrew Svetlov
- [Python-checkins] Simplify flags checks in sre_compile.py. (GH-9718) Serhiy Storchaka
- [Python-checkins] bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) Steve Dower
- [Python-checkins] Use assertEqual() instead of assertEquals(). (GH-9721) Serhiy Storchaka
- [Python-checkins] Fix a compiler warning added in bpo-34872. (GH-9722) Serhiy Storchaka
- [Python-checkins] Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725) Serhiy Storchaka
- [Python-checkins] [3.7] Fix a compiler warning added in bpo-34872. (GH-9722). (GH-9726) Serhiy Storchaka
- [Python-checkins] Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725) (GH-9727) Serhiy Storchaka
- [Python-checkins] Fix a compiler warning added in bpo-34872. (GH-9722). (GH-9726) (GH-9728) Serhiy Storchaka
- [Python-checkins] bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-9705) Serhiy Storchaka
- [Python-checkins] bpo-34158: Documentation UTC offset update (GH-8377) Alexander Belopolsky
- [Python-checkins] bpo-34565: Change a PC/launcher.c comment to accurately describe valid major versions. (GH-9037) (GH-9065) Ned Deily
- [Python-checkins] Clarify that AsyncExitStack works with coroutine functions (GH-9405) (GH-9408) Ned Deily
- [Python-checkins] Fix markup for xml.sax in 3.7.rst (GH-9604) Ned Deily
- [Python-checkins] [3.7] Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRaisesRegex is keyword-only. (GH-9680) (GH-9681) Ned Deily
- [Python-checkins] [3.7] bpo-34158: Documentation UTC offset update (GH-8377) (GH-9732) Ned Deily
- [Python-checkins] [3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034) (GH-9229) Ethan Furman
- [Python-checkins] bpo-34909: keep searching mixins until base class is found (GH-9737) Ethan Furman
- [Python-checkins] bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733) Serhiy Storchaka
- [Python-checkins] bpo-34909: keep searching mixins until base class is found (GH-9737) (GH-9738) Ethan Furman
- [Python-checkins] bpo-34906: Doc: Fix typos (2) (GH-9735) Julien Palard
- [Python-checkins] bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) Miss Islington (bot)
- [Python-checkins] Correct grammar mistake in re.rst. (GH-9745) Serhiy Storchaka
- [Python-checkins] bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581) Ned Deily
- [Python-checkins] bpo-6721: Hold logging locks across fork() (GH-4071) (#9291) Gregory P. Smith
- [Python-checkins] bpo-34901: add isolated (-I) flag to sys.flags (GH-9708) Miss Islington (bot)
- [Python-checkins] bpo-33014: Clarify str.isidentifier docstring (GH-6088) Carol Willing
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2 solipsis at pitrou.net
- [Python-checkins] Add missing closing quote and trailing period in str.isidentifier() docstring (GH-9756) Carol Willing
- [Python-checkins] bpo-34925: Optimize common case for bisect() argument parsing (#9753) Raymond Hettinger
- [Python-checkins] Use double quote instead of backtick to clarify Ellipsis constant (GH-9754) Carol Willing
- [Python-checkins] bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) Serhiy Storchaka
- [Python-checkins] bpo-34911: Added support for secure websocket cookies (GH-9734) Andrew Svetlov
- [Python-checkins] bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750) Ivan Levkivskyi
- [Python-checkins] bpo-31715 Add mimetype for extension .mjs (#3908) Andrew Svetlov
- [Python-checkins] Extract tests for sock_*() functions into a separate file (GH-9761) Andrew Svetlov
- [Python-checkins] bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758) Steve Dower
- [Python-checkins] bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464) Andrew Svetlov
- [Python-checkins] Extract sendfile tests into a separate test file (#9757) Andrew Svetlov
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=9 solipsis at pitrou.net
- [Python-checkins] bpo-32680 add default "sock" on SMTP objects (#5345) Giampaolo Rodola
- [Python-checkins] bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) Victor Stinner
- [Python-checkins] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) Yury Selivanov
- [Python-checkins] bpo-23596: Add unit tests for the command line for the gzip module (GH-9775) Julien Palard
- [Python-checkins] bpo-23596: Use argparse for the command line of gzip (GH-9781) Julien Palard
- [Python-checkins] bpo-34913: Document gzip command line interface (GH-9782) Julien Palard
- [Python-checkins] Convert code of conduct to markdown for Github (GH-9776) Julien Palard
- [Python-checkins] bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778) Pablo Galindo
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=7 solipsis at pitrou.net
- [Python-checkins] bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656) (GH-9788) Victor Stinner
- [Python-checkins] [3.7] bpo-34906: Doc: Fix typos (2) (GH-9735) Julien Palard
- [Python-checkins] [3.6] bpo-34906: Doc: Fix typos (2) (GH-9735) Julien Palard
- [Python-checkins] bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777) Antoine Pitrou
- [Python-checkins] bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) Victor Stinner
- [Python-checkins] [3.6] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) (GH-9792) Yury Selivanov
- [Python-checkins] bpo-34576 warn users on security for http.server (#9720) Senthil Kumaran
- [Python-checkins] bpo-34576 warn users on security for http.server (GH-9720) Miss Islington (bot)
- [Python-checkins] Micro-optimize list index range checks (GH-9784) Raymond Hettinger
- [Python-checkins] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) (GH-9657) Serhiy Storchaka
- [Python-checkins] Fix a possible decref of a borrowed reference in symtable.c. (GH-9786) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) (GH-9801) Serhiy Storchaka
- [Python-checkins] Fix an incorrect check in compiler_try_except(). (GH-9810) Serhiy Storchaka
- [Python-checkins] bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) Julien Palard
- [Python-checkins] bpo-34940: Fix the error handling in _check_for_legacy_statements(). (GH-9764) Serhiy Storchaka
- [Python-checkins] bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=2 solipsis at pitrou.net
- [Python-checkins] bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796) Tal Einat
- [Python-checkins] bpo-34900: Make TestCase.debug() work with subtests (GH-9707) Berker Peksag
- [Python-checkins] bpo-11233: Create availability directive for documentation (GH-9692) Victor Stinner
- [Python-checkins] bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822) Serhiy Storchaka
- [Python-checkins] bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768) Serhiy Storchaka
- [Python-checkins] Pin again sphinx version as stated in the comment. (GH-9824) Julien Palard
- [Python-checkins] bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831) Ned Deily
- [Python-checkins] bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831) (GH-9832) Ned Deily
- [Python-checkins] bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) Julien Palard
- [Python-checkins] [2.7] bpo-22851: Fix a segfault when accessing generator.gi_frame.f_restricted. (GH-9348) Serhiy Storchaka
- [Python-checkins] bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010) Serhiy Storchaka
- [Python-checkins] bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569) Serhiy Storchaka
- [Python-checkins] Fixes issues in Windows release upload script (GH-9845) Miss Islington (bot)
- [Python-checkins] Add new tests for bytes and bytearray constructors. (GH-9843) Serhiy Storchaka
- [Python-checkins] bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) Miss Islington (bot)
- [Python-checkins] bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) (GH-9849) Andrew Svetlov
- [Python-checkins] bpo-34370: Revert to using released Tk 8.6.8 with macOS installers Ned Deily
- [Python-checkins] bpo-33656: Move pyshell ctypes import inside try block. (GH-9858) Terry Jan Reedy
- [Python-checkins] bpo-34941: Fix searching Element subclasses. (GH-9766) Serhiy Storchaka
- [Python-checkins] Update compound_stmts.rst (#9864) Andrew Svetlov
- [Python-checkins] Update compound_stmts.rst (GH-9864) (GH-9869) Andrew Svetlov
- [Python-checkins] [3.6] bpo-34941: Fix searching Element subclasses. (GH-9766) (GH-9868) Serhiy Storchaka
- [Python-checkins] [2.7] Add new tests for bytes and bytearray constructors. (GH-9843) (#9866) Serhiy Storchaka
- [Python-checkins] bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850) Pablo Galindo
- [Python-checkins] bpo-34939: Allow annotated global names in module namespace (GH-9844) Pablo Galindo
- [Python-checkins] bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-34974: Do not replace unexpected errors in bytearray(). (GH-9852) (GH-9885) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=6 solipsis at pitrou.net
- [Python-checkins] bpo-34844: logging.Formatter enhancement - Ensure style and format string matches in logging.Formatter (GH-9703) Vinay Sajip
- [Python-checkins] fix dangling keyfunc examples in documentation of heapq and sorted (#1432) Brian Curtin
- [Python-checkins] Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) Pablo Galindo
- [Python-checkins] fix dangling keyfunc examples in documentation of heapq and sorted (GH-1432) Brian Curtin
- [Python-checkins] [3.7] bpo-11233: Create availability directive for documentation (GH-9692) (GH-9830) Victor Stinner
- [Python-checkins] bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) Victor Stinner
- [Python-checkins] bpo-23554: Change echo server example class name from EchoServerClientProtocol to EchoServerProtocol (GH-9859) Yury Selivanov
- [Python-checkins] bpo-34783: Fix test_nonexisting_script() (GH-9896) Victor Stinner
- [Python-checkins] bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) (GH-9899) Victor Stinner
- [Python-checkins] [2.7] bpo-16965: 2to3 now rewrites execfile() to open with rb. (GH-8569) (GH-9890) Serhiy Storchaka
- [Python-checkins] Added CLI starter example to logging cookbook. (GH-9910) Vinay Sajip
- [Python-checkins] bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_order (GH-9913) Pablo Galindo
- [Python-checkins] In email.parser in message_from_bytes, update `strict` to `policy` (#9854) R. David Murray
- [Python-checkins] In email docs, correct spelling of foregoing (#9856) R. David Murray
- [Python-checkins] Doc: Fix is_prime (GH-9909) Julien Palard
- [Python-checkins] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) Victor Stinner
- [Python-checkins] [3.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) (GH-9926) Miss Islington (bot)
- [Python-checkins] [3.6] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) (GH-9927) Victor Stinner
- [Python-checkins] [2.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) (GH-9928) Miss Islington (bot)
- [Python-checkins] Add missing comma to wsgiref doc (GH-9932) Pablo Galindo
- [Python-checkins] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) Victor Stinner
- [Python-checkins] [3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937) Victor Stinner
- [Python-checkins] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) Gregory P. Smith
- [Python-checkins] [3.6] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9941) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9940) Miss Islington (bot)
- [Python-checkins] bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) Serhiy Storchaka
- [Python-checkins] bpo-34765: Update the install-sh file (GH-9592) Victor Stinner
- [Python-checkins] Updated documentation on logging.debug(). (GH-9946) Vinay Sajip
- [Python-checkins] Updated documentation on logging.debug(). (GH-9946) (GH-9949) Vinay Sajip
- [Python-checkins] Updated documentation on logging.debug(). (GH-9946) (GH-9950) Vinay Sajip
- [Python-checkins] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) Serhiy Storchaka
- [Python-checkins] Update opcode.h header comment to mention the source data file (GH-9935) Zachary Ware
- [Python-checkins] bpo-26441: Remove documentation for deleted to_splittable and from_splittable methods (#9865) R. David Murray
- [Python-checkins] In email.parser in message_from_bytes, update `strict` to `policy` (GH-9854) (#9917) R. David Murray
- [Python-checkins] In email docs, correct spelling of foregoing (GH-9856) (#9919) R. David Murray
- [Python-checkins] bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857) R. David Murray
- [Python-checkins] Fix several reference counting bugs in pyexpat.c. (GH-9955) Serhiy Storchaka
- [Python-checkins] bpo-35013: Add more type checks for children of Element. (GH-9944) Serhiy Storchaka
- [Python-checkins] bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) Miss Islington (bot)
- [Python-checkins] bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) Serhiy Storchaka
- [Python-checkins] bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9422) Serhiy Storchaka
- [Python-checkins] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957) Serhiy Storchaka
- [Python-checkins] bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) Eric V. Smith
- [Python-checkins] bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) (#9970) Eric V. Smith
- [Python-checkins] bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) Serhiy Storchaka
- [Python-checkins] Fix typos in comments (GH-9905) Victor Stinner
- [Python-checkins] Use dict unpacking in functools.partial() docs (GH-9412) Victor Stinner
- [Python-checkins] bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303) Victor Stinner
- [Python-checkins] bpo-25750: Add test on bad descriptor __get__() (GH-9084) Victor Stinner
- [Python-checkins] unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028) Victor Stinner
- [Python-checkins] queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372) Victor Stinner
- [Python-checkins] bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187) Victor Stinner
- [Python-checkins] Elaborate datetime.timedelta docstring (GH-7458) Victor Stinner
- [Python-checkins] bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059) (GH-9199) Victor Stinner
- [Python-checkins] bpo-1621: Avoid signed integer overflow in set_table_resize() (GH-9059) (GH-9198) Victor Stinner
- [Python-checkins] bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9545) Victor Stinner
- [Python-checkins] bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9546) Victor Stinner
- [Python-checkins] bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9547) Victor Stinner
- [Python-checkins] bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9743) Victor Stinner
- [Python-checkins] bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9744) Victor Stinner
- [Python-checkins] In email.parser in message_from_bytes, update `strict` to `policy` (GH-9854) (GH-9918) Victor Stinner
- [Python-checkins] In email docs, correct spelling of foregoing (GH-9856) (GH-9920) Victor Stinner
- [Python-checkins] bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) (GH-9971) Victor Stinner
- [Python-checkins] bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349) Victor Stinner
- [Python-checkins] bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) Victor Stinner
- [Python-checkins] bpo-33594: Add deprecation info in inspect.py module (GH-7036) Victor Stinner
- [Python-checkins] bpo-34536: raise error for invalid _missing_ results (GH-9147) (GH-9978) Ethan Furman
- [Python-checkins] bpo-34536: Cleanup test_enum imports (GH-9979) Ethan Furman
- [Python-checkins] bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) Victor Stinner
- [Python-checkins] bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784) Victor Stinner
- [Python-checkins] bpo-21196: Clarify name mangling rules in tutorial (GH-5667) Victor Stinner
- [Python-checkins] bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (#5621) Victor Stinner
- [Python-checkins] bpo-34573: Simplify __reduce__() of set and dict iterators. (GH-9050) Pablo Galindo
- [Python-checkins] bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) Pablo Galindo
- [Python-checkins] bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (GH-5621) Miss Islington (bot)
- [Python-checkins] bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760) Victor Stinner
- [Python-checkins] bpo-34909: NEWS entry (GH-9995) Ned Deily
- [Python-checkins] bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051) Serhiy Storchaka
- [Python-checkins] bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). (GH-10000) Serhiy Storchaka
- [Python-checkins] bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736) Julien Palard
- [Python-checkins] bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). (GH-10001) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=10 solipsis at pitrou.net
- [Python-checkins] bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004) Miss Islington (bot)
- [Python-checkins] Encrypt Zulip webhook address (GH-10010) Zachary Ware
- [Python-checkins] bpo-34909: NEWS entry. Ned Deily
- [Python-checkins] [3.7] Remove duplicate NEWS entries due to cherry-picking (GH-10012) Ned Deily
- [Python-checkins] [3.6] Remove duplicate NEWS entry due to cherry-picking (GH-10013) Ned Deily
- [Python-checkins] bpo-34576 - Fix the formatting for security considerations in http.server.rst (#10005) Senthil Kumaran
- [Python-checkins] [2.7] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (GH-6585) Terry Jan Reedy
- [Python-checkins] bpo-35020: Link to sorting examples from list.sort() (GH-9931) Raymond Hettinger
- [Python-checkins] bpo-31500: Default fonts now are scaled on HiDPI displays. (#10015) Terry Jan Reedy
- [Python-checkins] Remove ">>>" from testsetup. (GH-10017) Benjamin Peterson
- [Python-checkins] closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961) Benjamin Peterson
- [Python-checkins] Update codeowners to match experts list change (#10022) Nick Coghlan
- [Python-checkins] bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957) (GH-9968) Serhiy Storchaka
- [Python-checkins] bpo-8525: help() on a type now shows builtin subclasses (GH-5066) Nick Coghlan
- [Python-checkins] bpo-34973: Fix crash in bytes constructor. (GH-9841) Serhiy Storchaka
- [Python-checkins] bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9874) Serhiy Storchaka
- [Python-checkins] bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) Pablo Galindo
- [Python-checkins] bpo-34081: Fix wrong example link that was linking to distutils (GH-8248) Julien Palard
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=1 solipsis at pitrou.net
- [Python-checkins] bpo-29843: raise AttributeError if given negative _length_ (GH-10029) Tal Einat
- [Python-checkins] Fix issue 34551 - remove redundant store (#9009) Ćukasz Langa
- [Python-checkins] bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959) Victor Stinner
- [Python-checkins] [3.6] bpo-34901: add -I flag to sys.flags (GH-9755) Ned Deily
- [Python-checkins] bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809) Xiang Zhang
- [Python-checkins] bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH-8878) Tal Einat
- [Python-checkins] [2.7] bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809) Xiang Zhang
- [Python-checkins] bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042) Vinay Sajip
- [Python-checkins] bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) Miss Islington (bot)
- [Python-checkins] bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042) (GH-10050) Vinay Sajip
- [Python-checkins] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) Victor Stinner
- [Python-checkins] bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901) Steve Dower
- [Python-checkins] Add macos-team as a code owner (GH-10045) Ned Deily
- [Python-checkins] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) Victor Stinner
- [Python-checkins] Fix error handling bugs in _elementtree.c. (GH-10060) Serhiy Storchaka
- [Python-checkins] bpo-34794: Fix a leak in Tkinter. (GH-10025) Serhiy Storchaka
- [Python-checkins] bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (GH-2599) Serhiy Storchaka
- [Python-checkins] bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10069) Victor Stinner
- [Python-checkins] [3.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-10065) Victor Stinner
- [Python-checkins] [3.6] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-10068) Victor Stinner
- [Python-checkins] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) Gregory P. Smith
- [Python-checkins] [3.6] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) (GH-10075) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-33899: Mention tokenize behavior change in What's New (GH-10073) (GH-10074) Miss Islington (bot)
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=15 solipsis at pitrou.net
- [Python-checkins] bpo-32797: improve documentation of linecache.getline (GH-9540) Petr Viktorin
- [Python-checkins] bpo-33899: Revert tokenize module adding an implicit final NEWLINE (GH-10072) Benjamin Peterson
- [Python-checkins] [2.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-10071) Victor Stinner
- [Python-checkins] Use f-strings in asyncio-task code examples (GH-10035) Victor Stinner
- [Python-checkins] turtledemo/penrose.py: remove unused clock() calls (GH-10033) Victor Stinner
- [Python-checkins] bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032) Victor Stinner
- [Python-checkins] importlib doc: Fix approximated import_module() code (GH-9945) Victor Stinner
- [Python-checkins] configparser doc: Properly label ConfigParser attributes (GH-9930) Victor Stinner
- [Python-checkins] bpo-28015: Support LTO build with clang (GH-9908) Victor Stinner
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=0 solipsis at pitrou.net
- [Python-checkins] importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052) Victor Stinner
- [Python-checkins] bpo-35053: Enhance tracemalloc to trace free lists (GH-10063) Victor Stinner
- [Python-checkins] bpo-35053: Add Include/tracemalloc.h (GH-10091) Victor Stinner
- [Python-checkins] bpo-32321: Add pure Python fallback for functools.reduce (GH-8548) Victor Stinner
- [Python-checkins] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) Steve Dower
- [Python-checkins] bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093) Victor Stinner
- [Python-checkins] bpo-9263: Dump Python object on GC assertion failure (GH-10062) Victor Stinner
- [Python-checkins] Fix grammar in using/unix build instruction docs (GH-10009) Zachary Ware
- [Python-checkins] [3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) Steve Dower
- [Python-checkins] bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098) Miss Islington (bot)
- [Python-checkins] bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) Victor Stinner
- [Python-checkins] bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107) Victor Stinner
- [Python-checkins] bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109) Victor Stinner
- [Python-checkins] [2.7] Fix error handling bugs in _elementtree.c. (GH-10060) (GH-10080) Serhiy Storchaka
- [Python-checkins] bpo-35054: Add more index entries for symbols. (GH-10064) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10120) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10119) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-34576 : Backport eeab510 2.7 (#10115) Senthil Kumaran
- [Python-checkins] bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) Victor Stinner
- [Python-checkins] bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903) Pablo Galindo
- [Python-checkins] bpo-35059: Convert PyObject_INIT() to function (GH-10077) Victor Stinner
- [Python-checkins] bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094) Victor Stinner
- [Python-checkins] [3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH-9542) Tal Einat
- [Python-checkins] Simplify the warning for http.server. (#10116) Senthil Kumaran
- [Python-checkins] bpo-35017, socketserver: don't accept request after shutdown (GH-9952) Victor Stinner
- [Python-checkins] bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) Tal Einat
- [Python-checkins] bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128) Victor Stinner
- [Python-checkins] bpo-35017, socketserver: don't accept request after shutdown (GH-9952) (GH-10129) Victor Stinner
- [Python-checkins] bpo-9263: Use _PyObject_ASSERT() in object.c (GH-10110) Victor Stinner
- [Python-checkins] bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112) Victor Stinner
- [Python-checkins] bpo-9263: Use _PyObject_ASSERT() in typeobject.c (GH-10111) Victor Stinner
- [Python-checkins] bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108) Victor Stinner
- [Python-checkins] [3.7] bpo-34576 : Backport eeab510 (#10114) Senthil Kumaran
- [Python-checkins] [3.6] - bpo-34576 : Backport eeab510 3.6 (GH-10113) Senthil Kumaran
- [Python-checkins] Fix a typo in asyncio-dev.rst. (GH-10133) Benjamin Peterson
- [Python-checkins] bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998) Miss Islington (bot)
- [Python-checkins] bpo-35042: Use the :pep: role where a PEP is specified (#10036) Brett Cannon
- [Python-checkins] bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144) Terry Jan Reedy
- [Python-checkins] bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139) Serhiy Storchaka
- [Python-checkins] Fix typo in zipfile documentation. (GH-10151) Serhiy Storchaka
- [Python-checkins] unittest documentation: Spell pytest without the dot (GH-9820) Miss Islington (bot)
- [Python-checkins] [2.7] unittest documentation: Spell pytest without the dot (GH-9820) (GH-10157) Miss Islington (bot)
- [Python-checkins] [3.6] unittest documentation: Spell pytest without the dot (GH-9820) (GH-10156) Miss Islington (bot)
- [Python-checkins] Fix typo in zipfile documentation. (GH-10151) (GH-10153) Serhiy Storchaka
- [Python-checkins] Fix typo in zipfile documentation. (GH-10151) (GH-10154) Serhiy Storchaka
- [Python-checkins] bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) Steve Dower
- [Python-checkins] bpo-34751: improved hash function for tuples (GH-9471) Raymond Hettinger
- [Python-checkins] bpo-35087: Update idlelib help files for the current doc build. (GH-10162) Terry Jan Reedy
- [Python-checkins] bpo-35088: Update idlelib.help.copy_string docstring (#10164) Terry Jan Reedy
- [Python-checkins] bpo-35088: Update idlelib.help.copy_string docstring (GH-10164) Miss Islington (bot)
- [Python-checkins] Fix mistakes on function coroutines related definitions (GH-9871) Miss Islington (bot)
- [Python-checkins] bpo-35054: Add yet more index entries for symbols. (GH-10121) Serhiy Storchaka
- [Python-checkins] bpo-32892: Support subclasses of base types in isinstance checks for AST constants. (GH-9934) Serhiy Storchaka
- [Python-checkins] bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152) Pablo Galindo
- [Python-checkins] bpo-34672: fix a compiler warning in timemodule.c (GH-10176) Xiang Zhang
- [Python-checkins] bpo-35089: Don't mention typing.io and typing.re (GH-10173) Ivan Levkivskyi
- [Python-checkins] bpo-35054: Add yet more index entries for symbols. (GH-10121) (GH-10171) Serhiy Storchaka
- [Python-checkins] bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169) Terry Jan Reedy
- [Python-checkins] bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174) Victor Stinner
- [Python-checkins] bpo-1529353: Explain Shell text squeezing in the IDLE doc. (GH-10169) Miss Islington (bot)
- [Python-checkins] [3.6] bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873). (GH-10183) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-35054: Add yet more index entries for symbols. (GH-10121). (GH-10182) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10181) Serhiy Storchaka
- [Python-checkins] Fix checking for bugfix Tcl version. (GH-10185) Serhiy Storchaka
- [Python-checkins] bpo-34160: Preserve user specified order of Element attributes (GH-10163) Raymond Hettinger
- [Python-checkins] [2.7] Fix checking for bugfix Tcl version. (GH-10185). (GH-10188) Serhiy Storchaka
- [Python-checkins] [3.7] Fix checking for bugfix Tcl version. (GH-10185) (GH-10186) Serhiy Storchaka
- [Python-checkins] [3.6] Fix checking for bugfix Tcl version. (GH-10185) (GH-10187) Serhiy Storchaka
- [Python-checkins] Fix yet one error in checking Tcl version. (GH-10189) Serhiy Storchaka
- [Python-checkins] bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846) Pablo Galindo
- [Python-checkins] Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195) Terry Jan Reedy
- [Python-checkins] bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) Victor Stinner
- [Python-checkins] Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195) Miss Islington (bot)
- [Python-checkins] bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200) Pablo Galindo
- [Python-checkins] bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206) Terry Jan Reedy
- [Python-checkins] bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206) Miss Islington (bot)
- [Python-checkins] Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-35068: Fix possible crashes in pyexpat.c. (GH-10099) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=12 solipsis at pitrou.net
- [Python-checkins] bpo-27741: Better wording for datetime.strptime() (GH-9994) Victor Stinner
- [Python-checkins] bpo-35059: Convert Py_INCREF() to static inline function (GH-10079) Victor Stinner
- [Python-checkins] bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216) Victor Stinner
- [Python-checkins] [2.7] Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) (GH-10218) Serhiy Storchaka
- [Python-checkins] bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565) Serhiy Storchaka
- [Python-checkins] bpo-34160: Preserve user specified order of Element attributes in html. (GH-10190) Serhiy Storchaka
- [Python-checkins] Include memo in the documented signature of copy.deepcopy() Brian Curtin
- [Python-checkins] bpo-35059: Convert Py_XINCREF() to static inline function (GH-10224) Victor Stinner
- [Python-checkins] bpo-34945: Buffer output in test suite only when creating junit file (GH-10204) Pablo Galindo
- [Python-checkins] bpo-28655: Fix test bdb for isolate mode (GH-10220) Victor Stinner
- [Python-checkins] bpo-34765: install-sh is executable (GH-10225) Victor Stinner
- [Python-checkins] bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) Pablo Galindo
- [Python-checkins] Doc: fix asyncio loop.close() description (GH-10229) Miss Islington (bot)
- [Python-checkins] Restore EmbeddingTests, removed in 278d975ce158608f6be491c561247d4701c842be (GH-10078) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=8 solipsis at pitrou.net
- [Python-checkins] bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731) Serhiy Storchaka
- [Python-checkins] bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398) Serhiy Storchaka
- [Python-checkins] bpo-31680: Add curses.ncurses_version. (GH-4217) Serhiy Storchaka
- [Python-checkins] bpo-34523: Fix config_init_fs_encoding() for ASCII (GH-10232) Victor Stinner
- [Python-checkins] bpo-34403: Fix initfsencoding() for ASCII (GH-10233) Victor Stinner
- [Python-checkins] bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236) Victor Stinner
- [Python-checkins] bpo-34403: Always implement _Py_GetForceASCII() (GH-10235) Victor Stinner
- [Python-checkins] bpo-35059: Convert _Py_Dealloc() to static inline function (GH-10223) Victor Stinner
- [Python-checkins] bpo-35081: Cleanup pystate.c and pystate.h (GH-10240) Victor Stinner
- [Python-checkins] bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) Victor Stinner
- [Python-checkins] bpo-35086: Fix tkinter example "A Simple Hello World Program". (GH-10160) Serhiy Storchaka
- [Python-checkins] bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10247) Victor Stinner
- [Python-checkins] bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10248) Victor Stinner
- [Python-checkins] bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10246) Victor Stinner
- [Python-checkins] bpo-34866: Add max_num_fields to cgi.FieldStorage (GH-9660) (GH-9969) Victor Stinner
- [Python-checkins] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) Serhiy Storchaka
- [Python-checkins] bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10253) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10254) Serhiy Storchaka
- [Python-checkins] Fix a possible crash in range.__reversed__(). (GH-10252) Serhiy Storchaka
- [Python-checkins] bpo-35110: Fix yet few spaces before dashes. (GH-10255) Serhiy Storchaka
- [Python-checkins] bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) Xiang Zhang
- [Python-checkins] bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249) Victor Stinner
- [Python-checkins] bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) Victor Stinner
- [Python-checkins] bpo-35081: Add pycore_ prefix to internal header files (GH-10263) Victor Stinner
- [Python-checkins] bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) (GH-10270) Victor Stinner
- [Python-checkins] bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) Victor Stinner
- [Python-checkins] bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) Victor Stinner
- [Python-checkins] [2.7] bpo-32804: Include the context parameter in urlretrieve documentation (GH-10203) Xiang Zhang
- [Python-checkins] bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) Victor Stinner
Last message date: Wed Oct 31 22:16:02 EDT 2018
Archived on: Wed Oct 31 22:16:06 EDT 2018
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4