]> granicus.if.org Git - python/shortlog
python
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)
2018-11-06 Alexey Izbyshevcloses bpo-35171: Fix test_TimeRE_recreation_timezone...
2018-11-06 Terry Jan Reedybpo-35099: Update idlelib/help.html (#10353)
2018-11-06 Terry Jan Reedy bpo-35099: Improve the doc about IDLE running user...
2018-11-06 Denis Osipovbpo-35119: Fix RecursionError in example of customizing...
2018-11-06 Rémi Lapeyrebpo-33462: Add __reversed__ to dict and dict views...
2018-11-05 E Kawashima[Docs] Fix required version of an example of importlib...
2018-11-05 Zackery SpytzFix possible crashes in pwdmodule.c. (GH-10331)
2018-11-05 Serhiy Storchakabpo-35167: Specify program for gzip and json.tool comma...
2018-11-05 Serhiy Storchakabpo-35133: Fix mistakes when concatenate string literal...
2018-11-05 Mario Corcherobpo-32512: Add -m option to profile for profiling modul...
2018-11-04 Max Bélangercloses bpo-32285: Add unicodedata.is_normalized. (GH...
2018-11-04 Julien Palardbpo-19675: Terminate processes if construction of a...
2018-11-04 Pablo Galindobpo-9842: Add cross-reference to the ellipsis object...
2018-11-04 Windson yangbpo-35118: Improve docs regarding indexing (GH-10265)
2018-11-04 Stéphane Wirtelbpo-10536: Enhancements to gettext docs (GH-10324)
2018-11-04 Saptak Senguptabpo-31887: Adds documentations for special multipart...
2018-11-04 Lysandros Nikolaoubpo-21263: Skip test_gdb when python has been compiled...
2018-11-04 Adrian LiawDoc: Disable smartquotes for zh-tw, zh-cn, fr and ja...
2018-11-04 Stéphane Wirtelbpo-35159: Add a link to the devguide in the sidebar...
2018-11-04 Alexey Izbyshevbpo-35161: Fix stack-use-after-scope in grp.getgr{nam...
2018-11-04 Elena OatExplain that the orderness of the result of glob is...
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...
next