aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)guoci2018-11-076-4/+27
* Remove duplicate "Reference Guide" in optparse.rst. (GH-10372)Andrés Delfino2018-11-071-1/+1
* bpo-33000: Document that IDLE's shell has no line limit. (#10373)Terry Jan Reedy2018-11-063-10/+27
* bpo-35081: Add pycore_fileutils.h (GH-10371)Victor Stinner2018-11-077-46/+54
* bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connectio...Alexander Buchkovsky2018-11-062-10/+21
* bpo-23220: Explain how IDLE's Shell displays output (GH-10356)Terry Jan Reedy2018-11-063-23/+91
* bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)Victor Stinner2018-11-064-149/+164
* closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems...Alexey Izbyshev2018-11-051-1/+1
* bpo-35099: Update idlelib/help.html (#10353)Terry Jan Reedy2018-11-051-16/+26
* bpo-35099: Improve the doc about IDLE running user code. (#10350)Terry Jan Reedy2018-11-052-17/+29
* bpo-35119: Fix RecursionError in example of customizing module attribute acce...Denis Osipov2018-11-061-1/+1
* bpo-33462: Add __reversed__ to dict and dict views (GH-6827)Rémi Lapeyre2018-11-0610-24/+346
* [Docs] Fix required version of an example of importlib (GH-10118)E Kawashima2018-11-051-1/+1
* Fix possible crashes in pwdmodule.c. (GH-10331)Zackery Spytz2018-11-051-0/+2
* bpo-35167: Specify program for gzip and json.tool command line options. (GH-1...Serhiy Storchaka2018-11-052-0/+6
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-0526-40/+38
* bpo-32512: Add -m option to profile for profiling modules (#5132)Mario Corchero2018-11-055-27/+42
* closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)Max Bélanger2018-11-046-22/+160
* bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614)Julien Palard2018-11-043-2/+54
* bpo-9842: Add cross-reference to the ellipsis object (GH-4063)Pablo Galindo2018-11-041-4/+8
* bpo-35118: Improve docs regarding indexing (GH-10265)Windson yang2018-11-042-4/+5
* bpo-10536: Enhancements to gettext docs (GH-10324)Stéphane Wirtel2018-11-042-23/+24
* bpo-31887: Adds documentations for special multipart/signed handling (GH-4268)Saptak Sengupta2018-11-041-0/+4
* bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...Lysandros Nikolaou2018-11-043-0/+10
* Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423)Adrian Liaw2018-11-042-4/+7
* bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-...Stéphane Wirtel2018-11-041-0/+1
* bpo-35161: Fix stack-use-after-scope in grp.getgr{nam,gid} and pwd.getpw{nam,...Alexey Izbyshev2018-11-042-4/+8
* Explain that the orderness of the result of glob is system-dependant (GH-6587)Elena Oat2018-11-041-1/+2
* Doc: -W flag for sphinx-build can be disabled (GH-10303)Julien Palard2018-11-031-2/+3
* bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)Stéphane Wirtel2018-11-034-14/+63
* Fix a typo about a comma. (GH-10306)İsmail Arılık2018-11-031-1/+1
* bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)Alexey Izbyshev2018-11-021-3/+3
* bpo-29341: Clarify that path-like objects are accepted in some os methods (GH...BNMetrics2018-11-023-31/+33
* bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290)Christopher Thorne2018-11-022-5/+26
* closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ...Max Bélanger2018-11-012-1/+2
* Simplify sys.breakpointhook implementation (#9519)Anthony Sottile2018-11-011-9/+1
* bpo-35075: Fix broken url in the pprint documentation (GH-10201)Pablo Galindo2018-11-012-121/+150
* bpo-33578: Add getstate/setstate for CJK codec (GH-6984)Christopher Thorne2018-11-018-22/+416
* bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268)Pablo Aguiar2018-11-015-6/+6
* bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)Victor Stinner2018-11-0117-110/+150
* bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)Victor Stinner2018-11-019-20/+17
* bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)Victor Stinner2018-11-0120-104/+144
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-11-0178-137/+138
* bpo-26558: Fix Py_FatalError() with GIL released (GH-10267)Victor Stinner2018-11-011-10/+25
* bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)Victor Stinner2018-10-3110-10/+20
* bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...Xiang Zhang2018-10-313-1/+13
* bpo-35110: Fix yet few spaces before dashes. (GH-10255)Serhiy Storchaka2018-10-312-4/+4
* Fix a possible crash in range.__reversed__(). (GH-10252)Zackery Spytz2018-10-311-0/+1
* bpo-33138: Change standard error message for non-pickleable and non-copyable ...Serhiy Storchaka2018-10-3111-91/+17
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-3134-124/+128