Showing content from http://mail.python.org/pipermail/python-checkins/2018-November/thread.html below:
The Python-checkins November 2018 Archive by thread
November 2018 Archives by thread
Starting: Thu Nov 1 05:07:52 EDT 2018
Ending: Fri Nov 30 20:46:52 EST 2018
Messages: 505
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=7 solipsis at pitrou.net
- [Python-checkins] bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268) Serhiy Storchaka
- [Python-checkins] bpo-33578: Add getstate/setstate for CJK codec (GH-6984) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268). (GH-10280) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268). (GH-10281) Serhiy Storchaka
- [Python-checkins] bpo-35075: Fix broken url in the pprint documentation (GH-10201) Miss Islington (bot)
- [Python-checkins] Simplify sys.breakpointhook implementation (#9519) Barry Warsaw
- [Python-checkins] Doc: fix asyncio loop.close() description (GH-10229) Miss Islington (bot)
- [Python-checkins] Include memo in the documented signature of copy.deepcopy() Miss Islington (bot)
- [Python-checkins] closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289) Benjamin Peterson
- [Python-checkins] [2.7] closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10293) Benjamin Peterson
- [Python-checkins] bpo-33578: Fix getstate/setstate for CJK decoder (GH-10290) INADA Naoki
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4 solipsis at pitrou.net
- [Python-checkins] bpo-29341: Clarify that path-like objects are accepted in some os methods (GH-10101) Pablo Galindo
- [Python-checkins] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) Miss Islington (bot)
- [Python-checkins] [3.6]bpo-29341: Backport b942707 3.6 (GH-10299) Pablo Galindo
- [Python-checkins] [3.7]bpo-29341: Backport b942707 3.7 (#10298) Pablo Galindo
- [Python-checkins] [3.6] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10302) Victor Stinner
- [Python-checkins] [3.7] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10301) Miss Islington (bot)
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=12 solipsis at pitrou.net
- [Python-checkins] Fix a typo about a comma. (GH-10306) Serhiy Storchaka
- [Python-checkins] bpo-34969: Add --fast, --best on the gzip CLI (GH-9833) Julien Palard
- [Python-checkins] Doc: -W flag for sphinx-build can be disabled (GH-10303) Julien Palard
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=3 solipsis at pitrou.net
- [Python-checkins] Explain that the orderness of the result of glob is system-dependant (GH-6587) Julien Palard
- [Python-checkins] bpo-35161: Fix stack-use-after-scope in grp.getgr{nam, gid} and pwd.getpw{nam, uid}. (GH-10319) Serhiy Storchaka
- [Python-checkins] [2.7] Docs: fix some wrong words (GH-6987) (GH-10315) Ned Deily
- [Python-checkins] bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316) Julien Palard
- [Python-checkins] Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423) Julien Palard
- [Python-checkins] bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) Ned Deily
- [Python-checkins] bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10325) Ned Deily
- [Python-checkins] bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10326) Ned Deily
- [Python-checkins] bpo-31887: Adds documentations for special multipart/signed handling (GH-4268) Miss Islington (bot)
- [Python-checkins] bpo-10536: Enhancements to gettext docs (GH-10324) Julien Palard
- [Python-checkins] bpo-35118: Improve docs regarding indexing (GH-10265) Raymond Hettinger
- [Python-checkins] bpo-9842: Add cross-reference to the ellipsis object (GH-4063) Miss Islington (bot)
- [Python-checkins] bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614) Julien Palard
- [Python-checkins] closes bpo-32285: Add unicodedata.is_normalized. (GH-4806) Benjamin Peterson
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5 solipsis at pitrou.net
- [Python-checkins] bpo-32512: Add -m option to profile for profiling modules (#5132) Nick Coghlan
- [Python-checkins] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) (GH-10335) Serhiy Storchaka
- [Python-checkins] bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) (GH-10335) (GH-10336) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-35167: Specify program for json.tool command line options. (GH-10332) (GH-10338) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-35167: Specify program for json.tool command line options. (GH-10332) (GH-10338) (GH-10339) Serhiy Storchaka
- [Python-checkins] Fix possible crashes in pwdmodule.c. (GH-10331) Serhiy Storchaka
- [Python-checkins] [Docs] Fix required version of an example of importlib (GH-10118) Victor Stinner
- [Python-checkins] bpo-33462: Add __reversed__ to dict and dict views (GH-6827) INADA Naoki
- [Python-checkins] bpo-35119: Fix RecursionError in example of customizing module attribute access. (GH-10323) Ivan Levkivskyi
- [Python-checkins] bpo-35099: Improve the doc about IDLE running user code. (#10350) Terry Jan Reedy
- [Python-checkins] bpo-35099: Improve the doc about IDLE running user code. (GH-10350) Miss Islington (bot)
- [Python-checkins] bpo-35099: Update idlelib/help.html (#10353) Terry Jan Reedy
- [Python-checkins] bpo-35099: Update idlelib/help.html (GH-10353) Miss Islington (bot)
- [Python-checkins] closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems. (GH-10347) Benjamin Peterson
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=11 solipsis at pitrou.net
- [Python-checkins] bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362) Victor Stinner
- [Python-checkins] bpo-23220: Explain how IDLE's Shell displays output (GH-10356) Terry Jan Reedy
- [Python-checkins] bpo-23220: Explain how IDLE's Shell displays output (GH-10356) (#10369) Terry Jan Reedy
- [Python-checkins] bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connection (GH-10305) Antoine Pitrou
- [Python-checkins] bpo-35081: Add pycore_fileutils.h (GH-10371) Victor Stinner
- [Python-checkins] bpo-33000: Document that IDLE's shell has no line limit. (#10373) Terry Jan Reedy
- [Python-checkins] bpo-33000: Document that IDLE's shell has no line limit. (GH-10373) Miss Islington (bot)
- [Python-checkins] Remove duplicate "Reference Guide" in optparse.rst. (GH-10372) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-1 solipsis at pitrou.net
- [Python-checkins] bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) Serhiy Storchaka
- [Python-checkins] bpo-31553: add --json-lines option to json.tool (#10051) Serhiy Storchaka
- [Python-checkins] bpo-34160: Preserve order of attributes in minidom. (GH-10219) Serhiy Storchaka
- [Python-checkins] bpo-2504: Add pgettext() and variants to gettext. (GH-7253) Serhiy Storchaka
- [Python-checkins] bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) Vinay Sajip
- [Python-checkins] Mark -c and -O as command line options in reStructuredText. (GH-10103) Serhiy Storchaka
- [Python-checkins] Mark len call as a code snippet in stdtypes.rst. (GH-9804) Serhiy Storchaka
- [Python-checkins] Correct grammar mistakes in string.rst. (GH-9752) Serhiy Storchaka
- [Python-checkins] Fix markup for xml.sax in 3.8 notes. (GH-9603) Serhiy Storchaka
- [Python-checkins] Add future_stmt to simple_stmt production list. (GH-8239) Serhiy Storchaka
- [Python-checkins] Add a reference to the name mangling description in the tutorial to the index. (GH-10138) Serhiy Storchaka
- [Python-checkins] glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102) Serhiy Storchaka
- [Python-checkins] Add link to PEP 525 in Expressions. (GH-10333) Serhiy Storchaka
- [Python-checkins] bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327) Serhiy Storchaka
- [Python-checkins] bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) (GH-10377) Vinay Sajip
- [Python-checkins] bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-10360) Julien Palard
- [Python-checkins] [3.6] bpo-31354: Let configure --with-lto work on all builds (GH-10261) Victor Stinner
- [Python-checkins] Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) Pablo Galindo
- [Python-checkins] Doc: Make all versions sidebars the same for consistency. (GH-10288) Julien Palard
- [Python-checkins] Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) Pablo Galindo
- [Python-checkins] bpo-34966: Improve support of method aliases in pydoc. (GH-9823) Serhiy Storchaka
- [Python-checkins] [3.7] Doc: Make all versions sidebars the same for consistency. (GH-10288) (GH-10409) Miss Islington (bot)
- [Python-checkins] [2.7] Doc: Make all versions sidebars the same for consistency. (GH-10288) (GH-10410) Miss Islington (bot)
- [Python-checkins] Replace dead code with an assertion in winreg.c. (GH-10028) Serhiy Storchaka
- [Python-checkins] bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212) Andrew Svetlov
- [Python-checkins] bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) Gregory P. Smith
- [Python-checkins] bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190) Lisa Roach
- [Python-checkins] bpo-35194: Fix a wrong constant in cp932 codec (GH-10420) Miss Islington (bot)
- [Python-checkins] bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-10422) Gregory P. Smith
- [Python-checkins] Fixing wording in comment. (GH-10425) Miss Islington (bot)
- [Python-checkins] Cleanup and improve the regex tokenizer example. (GH-10426) Miss Islington (bot)
- [Python-checkins] Cleanup and improve the regex tokenizer example. (GH-10426) (#10427) Raymond Hettinger
- [Python-checkins] Cleanup and improve the regex tokenizer example. (GH-10426) (#10428) Raymond Hettinger
- [Python-checkins] Optimize set.pop() to advance a pointer instead of indexing. (GH-10429) Miss Islington (bot)
- [Python-checkins] Hoist the float conversion out of the inner loop. (GH-10430) Miss Islington (bot)
- [Python-checkins] bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363) Victor Stinner
- [Python-checkins] bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434) Victor Stinner
- [Python-checkins] [3.6] Doc: Make all versions sidebars the same for consistency. (GH-10288) (GH-10404) Miss Islington (bot)
- [Python-checkins] Correct a typo in the Unittest documentation (GH-10397) Ned Deily
- [Python-checkins] Doc: Simplify Copyright line in README (GH-10287) Miss Islington (bot)
- [Python-checkins] bpo-35202: Remove unused imports in Lib directory. (GH-10445) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-35194: Fix a wrong constant in cp932 codec. (GH-10420) (GH-10433) Serhiy Storchaka
- [Python-checkins] bpo-35202: Remove unused imports in idlelib (GH-10438) Terry Jan Reedy
- [Python-checkins] bpo-35202: Remove unused imports in Lib directory. (GH-10446) Serhiy Storchaka
- [Python-checkins] bpo-34864: Document two IDLE on MacOS issues. (GH-10456) Terry Jan Reedy
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2 solipsis at pitrou.net
- [Python-checkins] dict insertion order is guaranteed since 3.7 (GH-10431) Miss Islington (bot)
- [Python-checkins] bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) Miss Islington (bot)
- [Python-checkins] [2.7] bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) (GH-10469) Miss Islington (bot)
- [Python-checkins] Neaten the code without any algorithmic change. (GH-10466) Raymond Hettinger
- [Python-checkins] closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-10442) Benjamin Peterson
- [Python-checkins] bpo-35177: Add dependencies between header files (GH-10361) Victor Stinner
- [Python-checkins] bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) Julien Palard
- [Python-checkins] Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337) Miss Islington (bot)
- [Python-checkins] Minor grammar improvement to io documentation. (GH-10329) Miss Islington (bot)
- [Python-checkins] bpo-33695 shutil.copytree() + os.scandir() cache (#7874) Giampaolo Rodola
- [Python-checkins] bpo-35081: Rename internal headers (GH-10275) Victor Stinner
- [Python-checkins] Linkify PEP 8 in unix.rst (GH-10482) Miss Islington (bot)
- [Python-checkins] bpo-30064: Refactor sock_* asyncio API (#10419) Andrew Svetlov
- [Python-checkins] Correct grammar mistake in stdtypes.rst (GH-10481) Miss Islington (bot)
- [Python-checkins] Improve grammar in Glossary. (GH-10474) Miss Islington (bot)
- [Python-checkins] bpo-35214: Initial clang MemorySanitizer support (GH-10479) Gregory P. Smith
- [Python-checkins] [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492) Gregory P. Smith
- [Python-checkins] [3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493) Gregory P. Smith
- [Python-checkins] bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011) Miss Islington (bot)
- [Python-checkins] bpo-29564: warnings suggests to enable tracemalloc (GH-10486) Victor Stinner
- [Python-checkins] Disable getc_unlocked() with MemorySanitizer. (GH-10499) Gregory P. Smith
- [Python-checkins] Fix a couple documentation typos. (GH-10498) Miss Islington (bot)
- [Python-checkins] bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) Gregory P. Smith
- [Python-checkins] bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416) Victor Stinner
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=78 solipsis at pitrou.net
- [Python-checkins] bpo-35081: Make some _PyGC macros internal (GH-10507) Victor Stinner
- [Python-checkins] bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511) Victor Stinner
- [Python-checkins] bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665) Petr Viktorin
- [Python-checkins] bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) Victor Stinner
- [Python-checkins] bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH-10517) Victor Stinner
- [Python-checkins] bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) (GH-10518) Victor Stinner
- [Python-checkins] bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519) Victor Stinner
- [Python-checkins] bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) Gregory P. Smith
- [Python-checkins] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) Victor Stinner
- [Python-checkins] Fix doc typo: Window -> Windows (GH-10508) Miss Islington (bot)
- [Python-checkins] Link to property built-in in abc.rst (GH-10526) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) (GH-10522) Miss Islington (bot)
- [Python-checkins] Grammar corrections in abc.rst (GH-10525) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529) Victor Stinner
- [Python-checkins] [2.7] Grammar corrections in abc.rst (GH-10525). (GH-10535) Miss Islington (bot)
- [Python-checkins] bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10537) Victor Stinner
- [Python-checkins] bpo-35230: dict: Remove some macros (GH-10513) INADA Naoki
- [Python-checkins] bpo-35233: Fix test_embed.InitConfigTests on macOS (GH-10539) Victor Stinner
- [Python-checkins] bpo-32613: Update window FAQ (GH-5552) Julien Palard
- [Python-checkins] bpo-35233: InitConfigTests tests more config vars (GH-10541) Victor Stinner
- [Python-checkins] [3.7] bpo-32613: Update window FAQ (GH-5552). (GH-10544) Miss Islington (bot)
- [Python-checkins] [3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545) Miss Islington (bot)
- [Python-checkins] bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546) Victor Stinner
- [Python-checkins] [2.7] bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) (GH-10538) Gregory P. Smith
- [Python-checkins] Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543) Serhiy Storchaka
- [Python-checkins] bpo-34784: Implement correct cleanup in PyStructSequence new implementation (GH-10536) Pablo Galindo
- [Python-checkins] Fix typo in asynchronous generator iterator documentation (GH-10542) Miss Islington (bot)
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-3 solipsis at pitrou.net
- [Python-checkins] bpo-35202: Remove unused imports in Lib directory (GH-10450) INADA Naoki
- [Python-checkins] bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478) Terry Jan Reedy
- [Python-checkins] bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478) Miss Islington (bot)
- [Python-checkins] bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) Victor Stinner
- [Python-checkins] bpo-33816: Remove outdated metaclass example (GH-7566) INADA Naoki
- [Python-checkins] Fix outdated info in datamodel about dicts (GH-9807) INADA Naoki
- [Python-checkins] bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) Serhiy Storchaka
- [Python-checkins] bpo-35202: Remove unused imports in tests. (GH-10561) Serhiy Storchaka
- [Python-checkins] Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) Miss Islington (bot)
- [Python-checkins] bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules (GH-1766) Miss Islington (bot)
- [Python-checkins] bpo-35202: Remove more unused imports in idlelib (GH-10573) Terry Jan Reedy
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=23 solipsis at pitrou.net
- [Python-checkins] Add --tempdir option for test run (GH-10322) Steve Dower
- [Python-checkins] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) (GH-10586) Miss Islington (bot)
- [Python-checkins] [3.6] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) (GH-10587) Miss Islington (bot)
- [Python-checkins] bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860) Steve Dower
- [Python-checkins] bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9861) Steve Dower
- [Python-checkins] bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10585) Miss Islington (bot)
- [Python-checkins] bpo-35233: test_embed: fix filesystem encoding (GH-10597) Victor Stinner
- [Python-checkins] Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598) Donald Stufft
- [Python-checkins] Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598) Donald Stufft
- [Python-checkins] bpo-18859: Document --with-valgrind option in README.valgrind (#10591) Ćukasz Langa
- [Python-checkins] bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) Victor Stinner
- [Python-checkins] bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558) Julien Palard
- [Python-checkins] bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330) Serhiy Storchaka
- [Python-checkins] bpo-35169: Improve error messages for forbidden assignments. (GH-10342) Serhiy Storchaka
- [Python-checkins] bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) Serhiy Storchaka
- [Python-checkins] bpo-25750: Fix a compiler warning introduced in GH-9084. (GH-10234) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) (GH-10617) Serhiy Storchaka
- [Python-checkins] bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) Victor Stinner
- [Python-checkins] bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039) Steve Dower
- [Python-checkins] bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (GH-10621) Victor Stinner
- [Python-checkins] bpo-35081: Move _PyGC_FINALIZED() back to C API (GH-10626) Victor Stinner
- [Python-checkins] bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) Raymond Hettinger
- [Python-checkins] bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10630) Raymond Hettinger
- [Python-checkins] bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10629) Raymond Hettinger
- [Python-checkins] bpo-35290: Add debug info to test_c_locale_coercion (GH-10631) Victor Stinner
- [Python-checkins] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) Julien Palard
- [Python-checkins] [3.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) Julien Palard
- [Python-checkins] bpo-35189: Fix eintr_tester.py (GH-10637) Victor Stinner
- [Python-checkins] bpo-35081: Add Include/internal/pycore_object.h (GH-10640) Victor Stinner
- [Python-checkins] bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642) Victor Stinner
- [Python-checkins] bpo-35059: Convert _PyObject_GC_TRACK() to inline function (GH-10643) Victor Stinner
- [Python-checkins] bpo-35059: Add _PyObject_CAST() macro (GH-10645) Victor Stinner
- [Python-checkins] bpo-35059: Cleanup usage of Python macros (GH-10648) Victor Stinner
- [Python-checkins] bpo-35059: Cast void* to PyObject* (GH-10650) Victor Stinner
- [Python-checkins] cjkcodecs: Fix compiler warning (GH-10651) Victor Stinner
- [Python-checkins] bpo-9566: Fix compiler warnings in pyexpat.c (GH-10654) Victor Stinner
- [Python-checkins] bpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656) Victor Stinner
- [Python-checkins] bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655) Victor Stinner
- [Python-checkins] bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657) Victor Stinner
- [Python-checkins] Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH-10660) Victor Stinner
- [Python-checkins] bpo-9263: Fix _PyObject_Dump() for freed object (#10661) Victor Stinner
- [Python-checkins] [3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) Victor Stinner
- [Python-checkins] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) (GH-10663) Victor Stinner
- [Python-checkins] bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) Victor Stinner
- [Python-checkins] [2.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) (GH-10667) Miss Islington (bot)
- [Python-checkins] bpo-35081: Add new internal headers to Makefile (GH-10670) Victor Stinner
- [Python-checkins] bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671) Victor Stinner
- [Python-checkins] bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) Victor Stinner
- [Python-checkins] bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673) Victor Stinner
- [Python-checkins] bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674) Victor Stinner
- [Python-checkins] bpo-35081: add NEWS entry for new Include/internal/pycore_*.h files (GH-10666) Victor Stinner
- [Python-checkins] Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) Julien Palard
- [Python-checkins] bpo-35296: make install now installs the internal API (GH-10665) Victor Stinner
- [Python-checkins] bpo-35189: Retry fnctl calls on EINTR (GH-10413) Victor Stinner
- [Python-checkins] bpo-35134: Create Include/cpython/ subdirectory (GH-10624) Victor Stinner
- [Python-checkins] [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) Victor Stinner
- [Python-checkins] Linkify SMTP.quit() in smtplib documentation. (GH-9785) Miss Islington (bot)
- [Python-checkins] bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) Victor Stinner
- [Python-checkins] bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) (GH-10685) Victor Stinner
- [Python-checkins] bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) (GH-10688) Victor Stinner
- [Python-checkins] bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689) Serhiy Storchaka
- [Python-checkins] Doc: Bump sphinx. (GH-10676) Julien Palard
- [Python-checkins] bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592) Serhiy Storchaka
- [Python-checkins] closes bpo-35309: cpath should be capath (GH-10699) Benjamin Peterson
- [Python-checkins] closes bpo-35309: cpath should be capath (GH-10702) Benjamin Peterson
- [Python-checkins] closes bpo-35309: cpath should be capath (GH-10701) Benjamin Peterson
- [Python-checkins] bpo-35081: Add _PyTuple_CAST() (GH-10704) Victor Stinner
- [Python-checkins] bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) Victor Stinner
- [Python-checkins] bpo-35300: Add usage note to the lru_cache() docs (GH-10707) Miss Islington (bot)
- [Python-checkins] bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10708) Raymond Hettinger
- [Python-checkins] bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10709) Raymond Hettinger
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-4 solipsis at pitrou.net
- [Python-checkins] bpo-35313: Fix test_embed when run from venv (GH-10713) Victor Stinner
- [Python-checkins] bpo-35313: Cleanup test_embed.py (GH-10716) Victor Stinner
- [Python-checkins] bpo-35313: Fix test_embed when run from venv (GH-10713) (GH-10715) Victor Stinner
- [Python-checkins] bpo-34100: Merge constants recursively (GH-8341) Miss Islington (bot)
- [Python-checkins] Add assertion to _PyTuple_CAST(op) (GH-10712) Victor Stinner
- [Python-checkins] bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) Victor Stinner
- [Python-checkins] bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) Victor Stinner
- [Python-checkins] pythoninfo: log more environment variable (GH-10719) Victor Stinner
- [Python-checkins] bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH-10720) Victor Stinner
- [Python-checkins] bpo-35134: Create Include/cpython/object.h (GH-10679) Victor Stinner
- [Python-checkins] Doc: Delete now useless Windows FAQ section (GH-10557) Julien Palard
- [Python-checkins] bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680) Victor Stinner
- [Python-checkins] [3.7] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-10722) Miss Islington (bot)
- [Python-checkins] [3.6] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-10725) Miss Islington (bot)
- [Python-checkins] Adds IPv6 support when invoking http.server directly. (GH-10595) Lisa Roach
- [Python-checkins] bpo-33723: Fix test_time.test_thread_time() (GH-10724) Victor Stinner
- [Python-checkins] bpo-35134: Add Include/cpython/pyerrors.h (GH-10727) Victor Stinner
- [Python-checkins] bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693) Serhiy Storchaka
- [Python-checkins] bpo-35134: Create Include/cpython/abstract.h (GH-10728) Victor Stinner
- [Python-checkins] bpo-35134: Create Include/cpython/pylifecycle.h (GH-10731) Victor Stinner
- [Python-checkins] bpo-35134: Create Include/cpython/dictobject.h (GH-10732) Victor Stinner
- [Python-checkins] bpo-35134: Create Include/cpython/pystate.h (GH-10733) Victor Stinner
- [Python-checkins] closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) Benjamin Peterson
- [Python-checkins] Include the highest pickle protocol in a couple of tests. (GH-10735) Serhiy Storchaka
- [Python-checkins] bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633) Serhiy Storchaka
- [Python-checkins] bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748) Serhiy Storchaka
- [Python-checkins] bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736) Serhiy Storchaka
- [Python-checkins] bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) Serhiy Storchaka
- [Python-checkins] bpo-35317: Fix mktime() error in test_email (GH-10721) Victor Stinner
- [Python-checkins] bpo-33954: Fix compiler warning in _PyUnicode_FastFill() (GH-10737) Victor Stinner
- [Python-checkins] bpo-33954: Rewrite FILL() macro of unicodeobject.c (GH-10738) Victor Stinner
- [Python-checkins] bpo-35134: Update "make tags": add Include/cpython/ (GH-10739) Victor Stinner
- [Python-checkins] bpo-33954: Rewrite FILL() macro of unicodeobject.c (GH-10740) Victor Stinner
- [Python-checkins] bpo-34100: Partially revert merge_consts_recursive() (GH-10743) Victor Stinner
- [Python-checkins] bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Serhiy Storchaka
- [Python-checkins] bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-10746) (GH-10749) Serhiy Storchaka
- [Python-checkins] bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10710) Serhiy Storchaka
- [Python-checkins] bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751) Serhiy Storchaka
- [Python-checkins] bpo-35134: Don't define types twice in header files (GH-10754) Victor Stinner
- [Python-checkins] bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) Victor Stinner
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=6 solipsis at pitrou.net
- [Python-checkins] bpo-35240: Add "doctest" job to Travis CI (GH-10753) Victor Stinner
- [Python-checkins] bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) Victor Stinner
- [Python-checkins] bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) (GH-10761) Victor Stinner
- [Python-checkins] bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) Victor Stinner
- [Python-checkins] bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765) Victor Stinner
- [Python-checkins] [3.7] Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) (GH-10767) Miss Islington (bot)
- [Python-checkins] bpo-34100: compile: Re-enable frozenset merging (GH-10760) Victor Stinner
- [Python-checkins] [3.6] Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) (GH-10768) Julien Palard
- [Python-checkins] pythoninfo: log more environment variable (GH-10719) (GH-10769) Victor Stinner
- [Python-checkins] pythoninfo: log more environment variable (GH-10719) (GH-10770) Victor Stinner
- [Python-checkins] bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750) (GH-10772) Ivan Levkivskyi
- [Python-checkins] bpo-33723: Remove busy loop from test_time (GH-10773) Victor Stinner
- [Python-checkins] bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) Miss Islington (bot)
- [Python-checkins] pythoninfo: log more environment variable (GH-10719) (GH-10774) Victor Stinner
- [Python-checkins] bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) Victor Stinner
- [Python-checkins] bpo-28167: Remove platform._dist_try_harder() (GH-10787) Victor Stinner
- [Python-checkins] closes bpo-35340: Add freegrammar to pgenheaders.h. (GH-10788) Benjamin Peterson
- [Python-checkins] bpo-35345: Remove platform.popen() (GH-10781) Victor Stinner
- [Python-checkins] bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) Victor Stinner
- [Python-checkins] bpo-30167: Remove __cached__ from __main__ when removing __file__ (GH-7415) INADA Naoki
- [Python-checkins] bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10789) Victor Stinner
- [Python-checkins] bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10790) Victor Stinner
- [Python-checkins] bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792) Victor Stinner
- [Python-checkins] Use assertEqual to fix DeprecationWarning. (GH-10794) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31625: Stop using ranlib (GH-10417) Victor Stinner
- [Python-checkins] bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751) (GH-10796) Victor Stinner
- [Python-checkins] bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150) Victor Stinner
- [Python-checkins] bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10801) Victor Stinner
- [Python-checkins] [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) Victor Stinner
- [Python-checkins] bpo-34021: Windows skips test_regrtest.test_env_changed() (GH-10804) Victor Stinner
- [Python-checkins] bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) Serhiy Storchaka
- [Python-checkins] Fix typo in Memory Management doc. (GH-10798) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=1 solipsis at pitrou.net
- [Python-checkins] Fix DeprecationWarning in test_bytes (GH-10805) Victor Stinner
- [Python-checkins] bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) Victor Stinner
- [Python-checkins] bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) (GH-10813) Victor Stinner
- [Python-checkins] bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) Victor Stinner
- [Python-checkins] bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) (GH-10817) Victor Stinner
- [Python-checkins] bpo-35347: Cleanup test_socket.NonBlockingTCPTests (GH-10818) Victor Stinner
- [Python-checkins] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814) Serhiy Storchaka
- [Python-checkins] Fix compiler warning in call_readline() (GH-10820) Victor Stinner
- [Python-checkins] bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) Victor Stinner
- [Python-checkins] bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10823) Victor Stinner
- [Python-checkins] bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10822) Victor Stinner
- [Python-checkins] bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) Victor Stinner
- [Python-checkins] bpo-33015: Use malloc() in PyThread_start_new_thread() (GH-10829) Victor Stinner
- [Python-checkins] bpo-35352: Cleanup test_asyncio/utils.py (GH-10831) Victor Stinner
- [Python-checkins] [3.7] bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) (GH-10834) Victor Stinner
- [Python-checkins] bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) (GH-10832) Victor Stinner
- [Python-checkins] Replace 1/0 with 1//0 in tests to avoid Python 3 warns (GH-10833) Victor Stinner
- [Python-checkins] get_gmtoff() now returns time_t (GH-10838) Victor Stinner
- [Python-checkins] get_gmtoff() now returns time_t (GH-10838) (GH-10840) Victor Stinner
- [Python-checkins] get_gmtoff() now returns time_t (GH-10838) (GH-10839) Victor Stinner
- [Python-checkins] Fix compiler warning in structseq_repr() (GH-10841) Victor Stinner
Last message date: Fri Nov 30 20:46:52 EST 2018
Archived on: Fri Nov 30 20:46:53 EST 2018
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4