]> granicus.if.org Git - python/shortlog
python
2018-11-23 Zackery Spytzbpo-35303: Fix a reference leak in _operator.c's method...
2018-11-23 Dustin Spicuzzabpo-29877: compileall: import ProcessPoolExecutor only...
2018-11-23 Victor Stinnerbpo-34812: subprocess._args_from_interpreter_flags...
2018-11-23 takeyLinkify SMTP.quit() in smtplib documentation. (GH-9785)
2018-11-23 Victor Stinnerbpo-35134: Create Include/cpython/ subdirectory (GH...
2018-11-23 nierobbpo-35189: Retry fnctl calls on EINTR (GH-10413)
2018-11-23 Victor Stinnerbpo-35296: make install now installs the internal API...
2018-11-23 Mathieu DupuyDoc: Delete "how do I emulate os.kill" section in Windo...
2018-11-23 Victor Stinnerbpo-35081: add NEWS entry for new Include/internal...
2018-11-23 Victor Stinnerbpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
2018-11-23 Victor Stinnerbpo-34523: Fix C locale coercion on FreeBSD CURRENT...
2018-11-23 Victor Stinnerbpo-35059: NEWS entry for macros converted to inline...
2018-11-23 Victor Stinnerbpo-35081: Add new internal headers to Makefile (GH...
2018-11-22 Victor Stinnerbpo-35177, Python-ast.h: Fix "Yield" compiler warning...
2018-11-22 Victor Stinnerbpo-9263: Fix _PyObject_Dump() for freed object (#10661)
2018-11-22 Victor Stinnerbpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
2018-11-22 Victor Stinnerbpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN(...
2018-11-22 Victor Stinnerbpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656)
2018-11-22 Victor Stinnerbpo-9566: Fix compiler warnings in pyexpat.c (GH-10654)
2018-11-22 Victor Stinnercjkcodecs: Fix compiler warning (GH-10651)
2018-11-22 Victor Stinnerbpo-35059: Cast void* to PyObject* (GH-10650)
2018-11-22 Victor Stinnerbpo-35059: Cleanup usage of Python macros (GH-10648)
2018-11-22 Victor Stinnerbpo-35059: Add _PyObject_CAST() macro (GH-10645)
2018-11-22 Victor Stinnerbpo-35059: Convert _PyObject_GC_TRACK() to inline funct...
2018-11-21 Victor Stinnerbpo-35059: Enhance _PyObject_AssertFailed() (GH-10642)
2018-11-21 Victor Stinnerbpo-35081: Add Include/internal/pycore_object.h (GH...
2018-11-21 Victor Stinnerbpo-35189: Fix eintr_tester.py (GH-10637)
2018-11-21 Zhiming Wangbpo-35035: Rename email.utils documentation to email...
2018-11-21 Victor Stinnerbpo-35290: Add debug info to test_c_locale_coercion...
2018-11-21 Julien Palardbpo-35221: Additional hint that the placeholder is...
2018-11-20 Victor Stinnerbpo-35081: Move _PyGC_FINALIZED() back to C API (GH...
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...
next