]> granicus.if.org Git - python/shortlog
python
2018-11-20 Brendan Gerritybpo-34532: Fixed exit code for py.exe list versions...
2018-11-20 Serhiy Storchakabpo-25750: Fix a compiler warning introduced in GH...
2018-11-20 Serhiy Storchakabpo-35021: Fix assertion failures in _datetimemodule...
2018-11-20 Serhiy Storchakabpo-35169: Improve error messages for forbidden assignm...
2018-11-20 Serhiy Storchakabpo-9842: Add references for using "..." as a placehold...
2018-11-20 Julien Palardbpo-31146: Don't fallback switcher to english on not...
2018-11-20 Victor Stinnerbpo-28604: Fix localeconv() for different LC_MONETARY...
2018-11-20 Sanyam Khuranabpo-18859: Document --with-valgrind option in README...
2018-11-19 Donald StufftUpgrade pip to 18.1 and setuptools to 40.6.2 (#10598)
2018-11-18 Zackery Spytzbpo-35269: Fix a possible segfault involving a newly...
2018-11-18 Steve Dowerbpo-34725: Adds _Py_SetProgramFullPath so embedders...
2018-11-17 Windson yangbpo-25438: document what codec PyMemberDef T_STRING...
2018-11-17 Steve DowerAdd --tempdir option for test run (GH-10322)
2018-11-17 Srinivas Reddy... bpo-35202: Remove more unused imports in idlelib (GH...
2018-11-16 Stefano Riverabpo-28401: prevent Py_DEBUG builds from trying to impor...
2018-11-16 Zackery SpytzAdd a missed PyErr_NoMemory() in symtable_new(). (GH...
2018-11-16 Srinivas Thatiparth... bpo-35202: Remove unused imports in tests. (GH-10561)
2018-11-16 Srinivas Thatiparth... bpo-35250: Correct argument name "num" -> "btn" in...
2018-11-16 wim glennFix outdated info in datamodel about dicts (GH-9807)
2018-11-16 Andrés Delfinobpo-33816: Remove outdated metaclass example (GH-7566)
2018-11-16 Victor Stinnerbpo-35239: _PySys_EndInit() copies module_search_path...
2018-11-15 Terry Jan Reedybpo-35213: Where appropriate, use 'macOS' in idlelib...
2018-11-15 Srinivas Thatiparth... bpo-35202: Remove unused imports in Lib directory ...
2018-11-15 Sebastián RamírezFix typo in asynchronous generator iterator documentati...
2018-11-15 Pablo Galindobpo-34784: Implement correct cleanup in PyStructSequenc...
2018-11-14 Zackery SpytzFix a possible reference leak in _socket.getaddrinfo...
2018-11-14 Victor Stinnerbpo-35233: InitConfigTests tests more config vars ...
2018-11-14 Julien Palardbpo-32613: Update window FAQ (GH-5552)
2018-11-14 INADA Naokibpo-35230: dict: Remove some macros (GH-10513)
2018-11-14 Andrés DelfinoGrammar corrections in abc.rst (GH-10525)
2018-11-14 Andrés DelfinoLink to property built-in in abc.rst (GH-10526)
2018-11-14 l-n-sFix doc typo: Window -> Windows (GH-10508)
2018-11-13 Victor Stinnerbpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
2018-11-13 Gregory P.... bpo-35214: Fix OOB memory access in unicode escape...
2018-11-13 Victor Stinnerbpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH...
2018-11-13 Victor Stinnerbpo-29564:_PyMem_DumpTraceback() suggests enabling...
2018-11-13 Eddie Elizondobpo-34784: Fix PyStructSequence_NewType with heap-alloc...
2018-11-13 Victor Stinnerbpo-35081: Make some _PyGC macros internal (GH-10507)
2018-11-13 Paul Gansslebpo-35081: Remove Py_BUILD_CORE from datetime.h (GH...
2018-11-13 Gregory P.... bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def...
2018-11-13 Windson yangFix a couple documentation typos. (GH-10498)
2018-11-13 Gregory P.... Disable getc_unlocked() with MemorySanitizer. (GH-10499)
2018-11-13 Victor Stinnerbpo-29564: warnings suggests to enable tracemalloc...
2018-11-12 Gregory P.... bpo-35214: Initial clang MemorySanitizer support (GH...
2018-11-12 Windson yangImprove grammar in Glossary. (GH-10474)
2018-11-12 Andrés DelfinoCorrect grammar mistake in stdtypes.rst (GH-10481)
2018-11-12 Andrew Svetlovbpo-30064: Refactor sock_* asyncio API (#10419)
2018-11-12 Andrés DelfinoLinkify PEP 8 in unix.rst (GH-10482)
2018-11-12 Victor Stinnerbpo-35081: Rename internal headers (GH-10275)
2018-11-12 Giampaolo Rodolabpo-33695 shutil.copytree() + os.scandir() cache (...
2018-11-12 Srinivas Thatiparth... Minor grammar improvement to io documentation. (GH...
2018-11-12 Jakub StasiakUpdate subprocess.Popen documentation wrt universal_new...
2018-11-11 Julien Palardbpo-33878: Doc: Fix missing case by simplifying. (GH...
2018-11-11 Victor Stinnerbpo-35177: Add dependencies between header files (GH...
2018-11-11 Alexey Izbyshevcloses bpo-35204: Disable thread and memory sanitizers...
2018-11-11 Raymond HettingerNeaten the code without any algorithmic change. (GH...
2018-11-11 Andrés Delfinobpo-33699: Describe try's else clause with the rest...
2018-11-11 Andrés Delfinodict insertion order is guaranteed since 3.7 (GH-10431)
2018-11-11 Terry Jan Reedybpo-34864: Document two IDLE on MacOS issues. (GH-10456)
2018-11-10 Srinivas Thatiparth... bpo-35202: Remove unused imports in Lib directory....
2018-11-10 Srinivas Thatiparth... bpo-35202: Remove unused imports in idlelib (GH-10438)
2018-11-10 Srinivas Thatiparth... bpo-35202: Remove unused imports in Lib directory....
2018-11-10 David KleukerDoc: Simplify Copyright line in README (GH-10287)
2018-11-09 Géry OgamCorrect a typo in the Unittest documentation (GH-10397)
2018-11-09 Victor Stinnerbpo-35199: Add an internal _PyTuple_ITEMS() macro ...
2018-11-09 Victor Stinnerbpo-35081: Internal headers require Py_BUILD_CORE ...
2018-11-09 Raymond HettingerHoist the float conversion out of the inner loop. ...
2018-11-09 Raymond HettingerOptimize set.pop() to advance a pointer instead of...
2018-11-09 Raymond HettingerCleanup and improve the regex tokenizer example. (GH...
2018-11-09 Raymond HettingerFixing wording in comment. (GH-10425)
2018-11-09 Alexey Izbyshevbpo-35194: Fix a wrong constant in cp932 codec (GH...
2018-11-09 Lisa Roachbpo-24412: Adds cleanUps for setUpClass and setUpModule...
2018-11-09 Gregory P.... bpo-35193: Fix an off by one error in the RETURN_VALUE...
2018-11-08 Vincent Michelbpo-35065: Remove `StreamReaderProtocol._untrack_reader...
2018-11-08 Zackery SpytzReplace dead code with an assertion in winreg.c. (GH...
2018-11-08 Serhiy Storchakabpo-34966: Improve support of method aliases in pydoc...
2018-11-07 Pablo GalindoRevert "bpo-32409: Fix regression in activate.bat on...
2018-11-07 Julien PalardDoc: Make all versions sidebars the same for consistenc...
2018-11-07 Pablo GalindoFix the construction of subprocess.CalledProcessError...
2018-11-07 Julien Palardbpo-35015: Doc: Fix internationalisation of the availab...
2018-11-07 Elvis Pranskevichusbpo-34726: Fix handling of hash-based pycs in zipimport...
2018-11-07 Andrés DelfinoAdd link to PEP 525 in Expressions. (GH-10333)
2018-11-07 Andrés Delfinoglob uses fnmatch.filter instead of fnmatch since 2001...
2018-11-07 Andrés DelfinoAdd a reference to the name mangling description in...
2018-11-07 Andrés DelfinoAdd future_stmt to simple_stmt production list. (GH...
2018-11-07 Andrés DelfinoFix markup for xml.sax in 3.8 notes. (GH-9603)
2018-11-07 Andrés DelfinoCorrect grammar mistakes in string.rst. (GH-9752)
2018-11-07 Andrés DelfinoMark len call as a code snippet in stdtypes.rst. (GH...
2018-11-07 Andrés DelfinoMark -c and -O as command line options in reStructuredT...
2018-11-07 samstagernbpo-32409: Fix regression in activate.bat on internatio...
2018-11-07 Cheryl Sabellabpo-2504: Add pgettext() and variants to gettext. ...
2018-11-07 Diego Rojasbpo-34160: Preserve order of attributes in minidom...
2018-11-07 HongWeipengbpo-31553: add --json-lines option to json.tool (#10051)
2018-11-07 guocibpo-34898: Add mtime parameter to gzip.compress()....
2018-11-07 Andrés DelfinoRemove duplicate "Reference Guide" in optparse.rst...
2018-11-07 Terry Jan Reedybpo-33000: Document that IDLE's shell has no line limit...
2018-11-06 Victor Stinnerbpo-35081: Add pycore_fileutils.h (GH-10371)
2018-11-06 Alexander Buchkovskybpo-17560: Too small type for struct.pack/unpack in...
2018-11-06 Terry Jan Reedybpo-23220: Explain how IDLE's Shell displays output...
2018-11-06 Victor Stinnerbpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
next