]> granicus.if.org Git - python/shortlog
python
2018-11-03 Julien PalardDoc: -W flag for sphinx-build can be disabled (GH-10303)
2018-11-03 Stéphane Wirtelbpo-34969: Add --fast, --best on the gzip CLI (GH-9833)
2018-11-03 İsmail ArılıkFix a typo about a comma. (GH-10306)
2018-11-02 Alexey Izbyshevbpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)
2018-11-02 BNMetricsbpo-29341: Clarify that path-like objects are accepted...
2018-11-02 Christopher... bpo-33578: Fix getstate/setstate for CJK decoder (GH...
2018-11-02 Max Bélangercloses bpo-35139: The `pyexpat` module's macros in...
2018-11-01 Anthony SottileSimplify sys.breakpointhook implementation (#9519)
2018-11-01 Pablo Galindobpo-35075: Fix broken url in the pprint documentation...
2018-11-01 Christopher... bpo-33578: Add getstate/setstate for CJK codec (GH...
2018-11-01 Pablo Aguiarbpo-35128: Fix spacing issues in warning.warn() message...
2018-11-01 Victor Stinnerbpo-35081: And pycore_lifecycle.h and pycore_pathconfig...
2018-11-01 Victor Stinnerbpo-35081: Move accu.h to Include/internal/pycore_accu...
2018-11-01 Victor Stinnerbpo-35081: Add _PyThreadState_GET() internal macro...
2018-10-31 Victor Stinnerbpo-35081: Add pycore_ prefix to internal header files...
2018-10-31 Victor Stinnerbpo-26558: Fix Py_FatalError() with GIL released (GH...
2018-10-31 Victor Stinnerbpo-35081: Move Py_BUILD_CORE code to internal/mem...
2018-10-31 Xiang Zhangbpo-35062: Fix parsing _io.IncrementalNewlineDecoder...
2018-10-31 Serhiy Storchakabpo-35110: Fix yet few spaces before dashes. (GH-10255)
2018-10-31 Zackery SpytzFix a possible crash in range.__reversed__(). (GH-10252)
2018-10-31 Serhiy Storchakabpo-33138: Change standard error message for non-pickle...
2018-10-31 Serhiy Storchakabpo-35110: Fix unintentional spaces around hyphens...
2018-10-30 matthewbelisle-wfbpo-35116, urllib.parse: Document the new max_num_field...
2018-10-30 Daniel Lovellbpo-35086: Fix tkinter example "A Simple Hello World...
2018-10-30 Victor Stinnerbpo-35081: Move Include/pyatomic.c to Include/internal...
2018-10-30 Victor Stinnerbpo-35081: Cleanup pystate.c and pystate.h (GH-10240)
2018-10-30 Victor Stinnerbpo-35059: Convert _Py_Dealloc() to static inline funct...
2018-10-30 Victor Stinnerbpo-32030: Make _PySys_AddXOptionWithError() private...
2018-10-30 Victor Stinnerbpo-34523: Fix config_init_fs_encoding() for ASCII...
2018-10-30 Serhiy Storchakabpo-31680: Add curses.ncurses_version. (GH-4217)
2018-10-30 Serhiy Storchakabpo-33237: Improve AttributeError message for partially...
2018-10-30 Serhiy Storchakabpo-34876: Change the lineno of the AST for decorated...
2018-10-29 Andriy MaletskyDoc: fix asyncio loop.close() description (GH-10229)
2018-10-29 Pablo Galindobpo-35031: Fix test_start_tls_server_1 on FreeBSD build...
2018-10-29 Victor Stinnerbpo-34765: install-sh is executable (GH-10225)
2018-10-29 Pablo Galindobpo-34945: Buffer output in test suite only when creati...
2018-10-29 Victor Stinnerbpo-35059: Convert Py_XINCREF() to static inline functi...
2018-10-29 Stephan HoyerInclude memo in the documented signature of copy.deepcopy()
2018-10-29 Serhiy Storchakabpo-34160: Preserve user specified order of Element...
2018-10-29 Serhiy Storchakabpo-33331: Clean modules in the reversed order in PyImp...
2018-10-29 Victor Stinnerbpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)
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...
next