]> granicus.if.org Git - python/shortlog
python
2018-10-19 Quan TianFix typos in comments (GH-9905)
2018-10-19 Srinivas Thatiparth... bpo-20216: Correct docstrings of digest() methods in...
2018-10-19 Srinivas Thatiparth... bpo-33947: dataclasses no longer can raise RecursionEr...
2018-10-19 Serhiy Storchakabpo-34741: Get rid of tp_getattro and tp_setattro in...
2018-10-19 Serhiy Storchakabpo-32912: Replace a DeprecationWarning with a SyntaxWa...
2018-10-19 matthewbelisle-wfbpo-34866: Adding max_num_fields to cgi.FieldStorage...
2018-10-19 Serhiy Storchakabpo-35013: Add more type checks for children of Element...
2018-10-19 Zackery SpytzFix several reference counting bugs in pyexpat.c. ...
2018-10-19 Cheryl Sabellabpo-31522: mailbox.get_string: pass `from_` parameter...
2018-10-19 Braden Groombpo-26441: Remove documentation for deleted to_splittab...
2018-10-18 Shivank98Update opcode.h header comment to mention the source...
2018-10-18 Juliette Monselbpo-34936: Fix TclError in tkinter.Spinbox.selection_el...
2018-10-18 Vinay SajipUpdated documentation on logging.debug(). (GH-9946)
2018-10-18 stratakisbpo-34765: Update the install-sh file (GH-9592)
2018-10-18 Serhiy Storchakabpo-35008: Fix possible leaks in Element.__setstate__...
2018-10-18 Gregory P.... bpo-35011: Restore use of pyexpatns.h in libexpat ...
2018-10-17 Stéphane Wirtelbpo-24658: Fix read/write greater than 2 GiB on macOS...
2018-10-17 Cheryl SabellaAdd missing comma to wsgiref doc (GH-9932)
2018-10-17 Stéphane Wirtel bpo-23420: Verify the value of '-s' when execute the...
2018-10-17 Julien PalardDoc: Fix is_prime (GH-9909)
2018-10-16 Cheryl SabellaIn email docs, correct spelling of foregoing (#9856)
2018-10-16 Cheryl SabellaIn email.parser in message_from_bytes, update `strict...
2018-10-16 Pablo Galindobpo-34997: Fix test_logging.ConfigDictTest.test_out_of_...
2018-10-16 Vinay SajipAdded CLI starter example to logging cookbook. (GH...
2018-10-15 Victor Stinnerbpo-34783: Fix test_nonexisting_script() (GH-9896)
2018-10-15 Braden Groombpo-23554: Change echo server example class name from...
2018-10-15 Victor Stinnerbpo-34989: python-gdb.py: fix current_line_num() (GH...
2018-10-15 Pablo GalindoStop using deprecated logging API in Sphinx suspicious...
2018-10-15 Wolfgang Maierfix dangling keyfunc examples in documentation of heapq...
2018-10-15 BNMetricsbpo-34844: logging.Formatter enhancement - Ensure style...
2018-10-14 Serhiy Storchakabpo-34974: Do not replace unexpected errors in bytes...
2018-10-14 Pablo Galindobpo-34939: Allow annotated global names in module names...
2018-10-14 Pablo Galindobpo-34521: Add NEWS entry for changes in GH-9613 (GH...
2018-10-14 Andrés DelfinoUpdate compound_stmts.rst (#9864)
2018-10-14 Serhiy Storchakabpo-34941: Fix searching Element subclasses. (GH-9766)
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)
next