]> granicus.if.org Git - python/shortlog
python
2018-10-29 Victor Stinnerbpo-35059: Convert Py_INCREF() to static inline functio...
2018-10-29 Gus Goulartbpo-27741: Better wording for datetime.strptime() ...
2018-10-29 Zackery SpytzFix a possible "double decref" in termios.tcgetattr...
2018-10-29 Terry Jan Reedybpo-35097: Add IDLE doc subsection explaining editor...
2018-10-28 Pablo Galindobpo-33234: Add exact allocation optimization to lists...
2018-10-28 Petter Strandmarkbpo-35047, unittest.mock: Better error messages on...
2018-10-28 Terry Jan ReedyIssue 35093: Document the IDLE document viewer in the...
2018-10-28 Pablo Galindobpo-33234 Improve list() pre-sizing for inputs with...
2018-10-28 Serhiy StorchakaFix yet one error in checking Tcl version. (GH-10189)
2018-10-28 Raymond Hettingerbpo-34160: Preserve user specified order of Element...
2018-10-28 Serhiy StorchakaFix checking for bugfix Tcl version. (GH-10185)
2018-10-28 Alexey Izbyshevbpo-35090: Fix potential division by zero in allocator...
2018-10-28 Terry Jan Reedybpo-1529353: Explain Shell text squeezing in the IDLE...
2018-10-28 Sebastian Rittaubpo-35089: Don't mention typing.io and typing.re (GH...
2018-10-28 Xiang Zhangbpo-34672: fix a compiler warning in timemodule.c ...
2018-10-28 Pablo Galindobpo-35064 prefix smelly symbols that appear with COUNT_...
2018-10-28 Serhiy Storchakabpo-32892: Support subclasses of base types in isinstan...
2018-10-28 Serhiy Storchakabpo-35054: Add yet more index entries for symbols....
2018-10-28 Andrés DelfinoFix mistakes on function coroutines related definitions...
2018-10-28 Terry Jan Reedybpo-35088: Update idlelib.help.copy_string docstring...
2018-10-28 Terry Jan Reedybpo-35087: Update idlelib help files for the current...
2018-10-28 jdemeyerbpo-34751: improved hash function for tuples (GH-9471)
2018-10-27 Steve Dowerbpo-35067: Remove _distutils_findvs and use vswhere...
2018-10-27 Andreas Pelmeunittest documentation: Spell pytest without the dot...
2018-10-27 nsripFix typo in zipfile documentation. (GH-10151)
2018-10-27 Serhiy Storchakabpo-33710: Deprecate l*gettext() and related functions...
2018-10-27 Terry Jan Reedy bpo-35079: Revise difflib.SequenceManager.get_matching...
2018-10-26 Stéphane Wirtelbpo-35042: Use the :pep: role where a PEP is specified...
2018-10-26 Quentin Agrenbpo-35024: Remove redundant and possibly incorrect...
2018-10-26 Benjamin PetersonFix a typo in asyncio-dev.rst. (GH-10133)
2018-10-26 Victor Stinnerbpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSER...
2018-10-26 Victor Stinnerbpo-9263: Use _PyObject_ASSERT() in typeobject.c (GH...
2018-10-26 Victor Stinnerbpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH...
2018-10-26 Victor Stinnerbpo-9263: Use _PyObject_ASSERT() in object.c (GH-10110)
2018-10-26 Victor Stinnerbpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal...
2018-10-26 Andrés Delfinobpo-34789: make xml.sax.make_parser accept iterables...
2018-10-26 Denis Ledouxbpo-35017, socketserver: don't accept request after...
2018-10-26 Senthil KumaranSimplify the warning for http.server. (#10116)
2018-10-26 Victor Stinnerbpo-35059, PCbuild: Expand inline funcs in Debug (GH...
2018-10-26 Victor Stinnerbpo-35059: Convert PyObject_INIT() to function (GH...
2018-10-26 Pablo Galindobpo-34890: Make iscoroutinefunction, isgeneratorfunctio...
2018-10-26 Stéphane Wirtelbpo-35044, doc: Use the :exc: role for the exceptions...
2018-10-26 Serhiy Storchakabpo-35054: Add more index entries for symbols. (GH...
2018-10-26 Victor Stinnerbpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFa...
2018-10-25 Victor Stinnerbpo-35053: Define _PyTraceMalloc_NewReference in object...
2018-10-25 Max Bélangerbpo-35022: unittest.mock.MagicMock now also supports...
2018-10-25 Stéphane Wirtelbpo-35038: AttributeError: 'frame' object has no attrib...
2018-10-25 Stéphane WirtelFix grammar in using/unix build instruction docs (GH...
2018-10-25 Victor Stinnerbpo-9263: Dump Python object on GC assertion failure...
2018-10-25 Victor Stinnerbpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
2018-10-25 Tim Grahambpo-31047: Fix ntpath.abspath to trim ending separator...
2018-10-25 madman-bobbpo-32321: Add pure Python fallback for functools.reduc...
2018-10-25 Victor Stinnerbpo-35053: Add Include/tracemalloc.h (GH-10091)
2018-10-25 Victor Stinnerbpo-35053: Enhance tracemalloc to trace free lists...
2018-10-25 Quentinimportlib: Fix typo in SourceLoader.path_stats docstrin...
2018-10-24 serge-sans... bpo-28015: Support LTO build with clang (GH-9908)
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...
next