]> granicus.if.org Git - python/shortlog
python
2018-10-20 Zachary WareEncrypt Zulip webhook address (GH-10010)
2018-10-20 Stéphane Wirtelbpo-35032: Remove inaccessible videos from faq/Windows...
2018-10-20 Stéphane Wirtelbpo-34839: Add a 'before 3.6' in the section 'warnings...
2018-10-20 Sergey Fedoseevbpo-34574: Prevent OrderedDict iterators from exhaustio...
2018-10-20 Ned Deilybpo-34909: NEWS entry (GH-9995)
2018-10-20 Alexey Izbyshevbpo-32256: Make patchcheck.py work for out-of-tree...
2018-10-20 Pablo Galindobpo-34983: Expose symtable.Symbol.is_nonlocal() in...
2018-10-20 Sergey Fedoseevbpo-34573: Simplify __reduce__() of set and dict iterat...
2018-10-20 Pablo Galindobpo-32798: Add restriction on the offset parameter...
2018-10-20 Berker Peksagbpo-21196: Clarify name mangling rules in tutorial...
2018-10-20 Alexey Izbyshevbpo-32890, os: Use errno instead of GetLastError()...
2018-10-20 Alexey Izbyshevbpo-32236: open() emits RuntimeWarning if buffering...
2018-10-19 Victor Stinnerbpo-34536: Cleanup test_enum imports (GH-9979)
2018-10-19 Matthias Bussonnierbpo-33594: Add deprecation info in inspect.py module...
2018-10-19 Andrés Delfinobpo-33726, doc: Add short descriptions to PEP reference...
2018-10-19 Serhiy Storchakabpo-33712: OrderedDict only creates od_fast_nodes cache...
2018-10-19 Chris BarkerElaborate datetime.timedelta docstring (GH-7458)
2018-10-19 David Herberthbpo-34070: open() only checks for isatty if buffering...
2018-10-19 Julien Palardqueue doc: Clarify that the simple FIFO queue is Simple...
2018-10-19 Mario Corcherounittest.mock doc: Fix references to recursive seal...
2018-10-19 jdemeyerbpo-25750: Add test on bad descriptor __get__() (GH...
2018-10-19 Serhiy Storchakabpo-33073: Rework int.as_integer_ratio() implementation...
2018-10-19 Sergey FedoseevUse dict unpacking in functools.partial() docs (GH...
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...
next