]> granicus.if.org Git - python/shortlog
python
2018-10-14 Terry Jan Reedybpo-33656: Move pyshell ctypes import inside try block...
2018-10-13 Andrew Svetlovbpo-34970: Protect tasks weak set manipulation in async...
2018-10-13 Serhiy StorchakaAdd new tests for bytes and bytearray constructors...
2018-10-13 Steve DowerFixes issues in Windows release upload script (GH-9845)
2018-10-13 Zackery Spytzbpo-16965: 2to3 now rewrites execfile() to open with...
2018-10-13 Zackery Spytzbpo-22872: multiprocessing.Queue's put() and get()...
2018-10-13 Stéphane Wirtelbpo-34967: Sphinx is deprecating add_description_unit...
2018-10-13 Ned Deilybpo-34783: Disable test_nonexisting_script for macOS...
2018-10-12 Julien PalardPin again sphinx version as stated in the comment....
2018-10-12 Juliette Monselbpo-23831: Add moveto method to the tkinter.Canvas...
2018-10-12 Serhiy Storchakabpo-34964: Make Tkinter sources more readable by adding...
2018-10-12 Cheryl Sabellabpo-11233: Create availability directive for documentat...
2018-10-12 Bruno Oliveirabpo-34900: Make TestCase.debug() work with subtests...
2018-10-12 Gus Goulartbpo-34203: FAQ now recommends python 3.x over 2.x ...
2018-10-12 Zackery Spytzbpo-31516: Skip test_main_thread_during_shutdown()...
2018-10-12 Zackery Spytzbpo-34940: Fix the error handling in _check_for_legacy_...
2018-10-12 Stéphane Wirtelbpo-34962: make doctest in Doc/ now passes, and is...
2018-10-12 Zackery SpytzFix an incorrect check in compiler_try_except(). (GH...
2018-10-11 Zackery SpytzFix a possible decref of a borrowed reference in symtab...
2018-10-11 Serhiy Storchakabpo-34922: Fix integer overflow in the digest() and...
2018-10-11 Raymond HettingerMicro-optimize list index range checks (GH-9784)
2018-10-11 Felipe Rodriguesbpo-34576 warn users on security for http.server (...
2018-10-10 Elvis Pranskevichusbpo-34022: Stop forcing of hash-based invalidation...
2018-10-10 Mayank Asthanabpo-34926: Make mimetypes.guess_type accept os.PathLike...
2018-10-10 Pablo Galindobpo-33613: Fix test_semaphore_tracker signal tests...
2018-10-10 Ammar AskarConvert code of conduct to markdown for Github (GH...
2018-10-10 Stéphane Wirtelbpo-34913: Document gzip command line interface (GH...
2018-10-09 Stéphane Wirtelbpo-23596: Use argparse for the command line of gzip...
2018-10-09 Stéphane Wirtelbpo-23596: Add unit tests for the command line for...
2018-10-09 twisteroid... bpo-34769: Thread safety for _asyncgen_finalizer_hook...
2018-10-09 Victor Stinnerbpo-32962: Fix test_gdb failure in debug build with...
2018-10-09 Romuald Brunetbpo-32680 add default "sock" on SMTP objects (#5345)
2018-10-09 Andrew SvetlovExtract sendfile tests into a separate test file (...
2018-10-09 travisoneillbpo-34758: add .wasm to recognized file extensions...
2018-10-08 animalizebpo-32174: Let .chm document display non-ASCII characte...
2018-10-08 Andrew SvetlovExtract tests for sock_*() functions into a separate...
2018-10-08 Bradley Meckbpo-31715 Add mimetype for extension .mjs (#3908)
2018-10-08 Noah Woodbpo-34921: Allow escaped NoReturn in get_type_hints...
2018-10-08 Paul Baileybpo-34911: Added support for secure websocket cookies...
2018-10-08 Juliette Monselbpo-34829: Add missing selection_ methods to the Tkinte...
2018-10-08 XtreakUse double quote instead of backtick to clarify Ellipsi...
2018-10-08 Raymond Hettingerbpo-34925: Optimize common case for bisect() argument...
2018-10-08 Emanuele GaifasAdd missing closing quote and trailing period in str...
2018-10-08 Sanyam Khuranabpo-33014: Clarify str.isidentifier docstring (GH-6088)
2018-10-07 Danish Prakashbpo-34901: add isolated (-I) flag to sys.flags (GH...
2018-10-06 Andrés DelfinoCorrect grammar mistake in re.rst. (GH-9745)
2018-10-06 Zackery Spytzbpo-34824: Fix a possible NULL pointer dereference...
2018-10-06 Stéphane Wirtelbpo-34906: Doc: Fix typos (2) (GH-9735)
2018-10-06 Zackery Spytzbpo-34910: Ensure that PyObject_Print() always returns...
2018-10-06 Ethan Furmanbpo-34909: keep searching mixins until base class is...
2018-10-05 Christophe... bpo-34158: Documentation UTC offset update (GH-8377)
2018-10-05 Zackery Spytzbpo-34899: Fix a possible assertion failure due to...
2018-10-05 Serhiy StorchakaFix a compiler warning added in bpo-34872. (GH-9722)
2018-10-05 Serhiy StorchakaUse assertEqual() instead of assertEquals(). (GH-9721)
2018-10-05 Steve Dowerbpo-34902: Fixes VM image for Azure Pipelines build...
2018-10-05 Serhiy StorchakaSimplify flags checks in sre_compile.py. (GH-9718)
2018-10-05 Xtreakbpo-34825: Add more entries to os to pathlib reference...
2018-10-05 Stéphane Wirtelbpo-34906: Doc: Fix typos (GH-9712)
2018-10-05 E. M. Braybpo-28441: Ensure `.exe` suffix in `sys.executable...
2018-10-05 Matt EatonFix a typo ssl.py docstring (GH-9697)
2018-10-04 INADA Naokibpo-34871: inspect: Don't pollute sys.modules (GH-9696)
2018-10-04 Chih-Hsuan Yenbpo-34871: Fix two typos in test_inspect.py (GH-9698)
2018-10-04 Serhiy Storchakabpo-34740: Get rid of tp_getattro in ossaudiodev.oss_au...
2018-10-04 Serhiy Storchakabpo-34739: Get rid of tp_getattro in xml.etree.ElementT...
2018-10-04 Benjamin Petersoncloses bpo-34869: Remove LDLAST. (GH-9667)
2018-10-03 Elvis Pranskevichusbpo-34872: Fix self-cancellation in C implementation...
2018-10-03 Zackery Spytzbpo-34879: Fix a possible null pointer dereference...
2018-10-03 Benjamin PetersonMake it clear that the msg argument to assertWarns...
2018-10-02 tzickelbpo-34172: multiprocessing.Pool leaks resources after...
2018-10-02 Yury Selivanovbpo-34728: Fix asyncio tests to run under "-Werror...
2018-10-02 Cheryl SabellaRemove recent from logging cookbook (GH-9636)
2018-10-02 William Orrcloses bpo-34862: Guard definition of convert_sched_par...
2018-10-02 Benjamin PetersonMake it clear that the msg argument to assertRaises...
2018-10-02 Benjamin Petersoncloses bpo-34868: Improve error message with '_' is...
2018-10-02 Ezio Melottibpo-31865: Fix a couple of typos in the html.unescape...
2018-10-01 INADA Naokibpo-30167: Add test for module.__cached__ is None ...
2018-10-01 Hrvoje Nikšićbpo-34476: Document that asyncio.sleep() always suspend...
2018-10-01 Victor Stinnerbpo-30156: Remove property_descr_get() optimization...
2018-10-01 Brendan JurdFix name of argument in docs for functools.reduce(...
2018-09-30 Terry Jan Reedybpo-34850: Replace is with == in idlelib.iomenu (GH...
2018-09-30 Serhiy Storchakabpo-34854: Fix compiling string annotations containing...
2018-09-30 Andrew Svetlovbpo-34849: Don't log wating for selector.select in...
2018-09-29 Raymond HettingerSpeed-up math.dist() by 30% (GH-9628)
2018-09-29 Zackery Spytzbpo-27351: Fix ConfigParser.read() documentation and...
2018-09-29 Zackery Spytzbpo-31370: Remove references to threadless builds ...
2018-09-29 방성범 (Bang Seongbeom)Fix astuple in dataclasses documentation (GH-9631)
2018-09-29 Zackery SpytzFix incorrect error handling in _pickle.Unpickler.__ini...
2018-09-28 Pablo Galindobpo-34797: Convert heapq to the argument clinic (GH...
2018-09-28 Victor Stinnerbpo-34687: Update asyncio doc for ProactorEventLoop...
2018-09-28 Pablo Galindobpo-34521: Fix tests in test_multiprocessing_spawn...
2018-09-28 Tal Einatbpo-34736: improve error message for invalid length...
2018-09-27 Zsolt Csernabpo-34248: Add filename to error raised in {gnu,ndbm...
2018-09-27 Yury Selivanovbpo-34802: Fix asyncio.iscoroutine() docs (GH-9611)
2018-09-27 Yury Selivanovbpo-34762: Update PyContext* to PyObject* in asyncio...
2018-09-27 Serhiy Storchakabpo-32892: Use ast.Constant instead of specific constan...
2018-09-27 orlnub123bpo-34819: Use a monotonic clock to compute timeouts...
2018-09-27 Pablo GalindoFix tests in test_socket to use correctly CMSG_LEN...
2018-09-26 Tal Einatbpo-31425: fix versionadded in docs and add attribution...
2018-09-26 Michael LeeClarify that Type[SomeTypeVar] is legal (#9585)
2018-09-26 Bjorn Anderssonbpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
next