]> granicus.if.org Git - python/shortlog
python
2018-10-24 Ned Batchelderconfigparser doc: Properly label ConfigParser attribute...
2018-10-24 orlnub123importlib doc: Fix approximated import_module() code...
2018-10-24 TilmanKbpo-35027, distutils doc: Correct note on setup.py...
2018-10-24 Srinivas Thatiparth... turtledemo/penrose.py: remove unused clock() calls...
2018-10-24 MariattaUse f-strings in asyncio-task code examples (GH-10035)
2018-10-24 jdemeyerbpo-32797: improve documentation of linecache.getline...
2018-10-24 Tal Einatbpo-33899: Mention tokenize behavior change in What...
2018-10-23 Serhiy Storchakabpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode...
2018-10-23 Serhiy Storchakabpo-34794: Fix a leak in Tkinter. (GH-10025)
2018-10-23 Zackery SpytzFix error handling bugs in _elementtree.c. (GH-10060)
2018-10-23 Victor Stinnerbpo-9263: _PyObject_Dump() detects freed memory (GH...
2018-10-23 Ned DeilyAdd macos-team as a code owner (GH-10045)
2018-10-23 Jeremy Klothbpo-34980: P/Invoke QueryFullProcessImageName to get...
2018-10-23 Zsolt Csernabpo-34260, shutil: fix copy2 and copystat documentation...
2018-10-23 matthewbelisle-wfbpo-35028: cgi: Fix max_num_fields off by one error...
2018-10-23 Josh Snyderbpo-35046: do only one system call per line (logging...
2018-10-23 Alexey Izbyshevbpo-34482: test datetime classes' handling of non-UTF...
2018-10-23 Andrei Petrebpo-34748: link to :ref:`partial-objects` in functools...
2018-10-22 Paul Gansslebpo-34454: Clean up datetime.fromisoformat surrogate...
2018-10-22 Eric LippertFix issue 34551 - remove redundant store (#9009)
2018-10-22 Tal Einatbpo-29843: raise AttributeError if given negative _leng...
2018-10-21 Xtreakbpo-34081: Fix wrong example link that was linking...
2018-10-21 Xtreakbpo-35036: Remove empty log line in the suspicious...
2018-10-21 Serhiy Storchakabpo-34984: Improve error messages for bytes and bytearr...
2018-10-21 Serhiy Storchakabpo-34973: Fix crash in bytes constructor. (GH-9841)
2018-10-21 Sanyam Khuranabpo-8525: help() on a type now shows builtin subclasses...
2018-10-21 Serhiy Storchakabpo-35029: Replace the SyntaxWarning exception with...
2018-10-21 Nick CoghlanUpdate codeowners to match experts list change (#10022)
2018-10-21 Max Bélangercloses bpo-35025: Properly guard the `CLOCK_GETTIME...
2018-10-20 Benjamin PetersonRemove ">>>" from testsetup. (GH-10017)
2018-10-20 Xtreakbpo-35020: Link to sorting examples from list.sort...
2018-10-20 Senthil Kumaranbpo-34576 - Fix the formatting for security considerati...
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...
next