Deleted#12523
Closed
push0ebp wants to merge 2646 commits into
Closed
Commits
This pull request is big! We're only showing the most recent 250 commits
Commits on Feb 21, 2019
bpo-36052: Raise a SyntaxError when assigning a value to __debug__ with := (GH-11958)
Show description for 3ad9167authored andcommitted- authored andcommitted
- authored
bpo-36057 Update docs and tests for ordering in collections.Counter [no behavior change] (#11962)
Show description for 407c734authored- authored andcommitted
- authored
Commits on Feb 22, 2019
- authored andcommitted
- authored andcommitted
Include the --prompt flag in venv's help output (GH-10711)
Show description for 3208880authored andcommitted- authored andcommitted
bpo-36074: Result of `asyncio.Server.sockets` after `Server.close()` after is not clear (GH-11987)
Show description for df5cdc1authored andcommitted
Commits on Feb 23, 2019
- authored andcommitted
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
Show description for be3b295authoredbpo-1054041: Add What's New docs. (GH-11999)
Show description for 06babb2authoredbpo-35724: Explicitly require the main interpreter for signal-handling. (GH-11530)
Show description for 64d6cc8authored- authored
Commits on Feb 24, 2019
- authored andcommitted
- authored
bpo-35813: Tests and docs for shared_memory (#11816)
Show description for e895de3authoredbpo-36018: Make __pos__ return a distinct instance of NormDist (GH-12009)
Show description for 79fbcc5authored andcommitted- authored
bpo-35512: Resolve string target to patch.dict decorator during function call GH#12000
Show description for a875ea5authored andcommittedbpo-36018: Add properties for mean and stdev (GH-12022)
Show description for 9e456bcauthored andcommittedbpo-36101: remove non-ascii characters in docstring (GH-12018)
Show description for 463572cauthored andcommitted
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617)
Show description for ef4ac96authored- authored andcommitted
Commits on Feb 25, 2019
closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)
Show description for 16323cbauthored andcommitted- committed
- authored andcommitted
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Show description for 6a44f6eauthored- authored
- authored
- authored andcommitted
- authored andcommitted
Merge tag 'v3.8.0a2'
Show description for 3025a7ecommitted- committed
- authored andcommitted
- authored andcommitted
- authored andcommitted
- authored
- authored andcommitted
Commits on Feb 26, 2019
closes bpo-13497: Fix `broken nice` configure test. (GH-12041)
Show description for 90c6facauthored andcommitted- committed
- authored andcommitted
bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)
Show description for f57cd82authored andcommittedcloses bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045)
Show description for d5a551cauthored andcommitted- authored
bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-12053)
Show description for 53b9e1aauthored andcommitted
Commits on Feb 27, 2019
- authored andcommitted
- authored
- authored
Fix grammar error in timeit module docs (GH-12066)
Show description for 4064089authored andcommittedDocument the surprising sideeffect PyErr_Print(). (#12081)
Show description for 4173772authored
Commits on Feb 28, 2019
bpo-36146: Refactor setup.py (GH-12093)
Show description for 4cbea51authored- authored andcommitted
bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096)
Show description for ef17fdbauthored andcommittedbpo-29571: Fix test_re.test_locale_flag() (GH-12099)
Show description for ab71f8bauthored
Commits on Mar 1, 2019
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Show description for f684d83authoredbpo-36018: Add documentation link to "random variable" (GH-12114)
Show description for 9add4b3authored andcommitted- authored
bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)
Show description for b9f0354authoredbpo-36142: Rework error reporting in pymain_main() (GH-12113)
Show description for dfe8847authoredbpo-36142: Remove _PyMain structure (GH-12120)
Show description for 62be763authoredbpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098)
Show description for 96d8158authoredbpo-36146: Refactor setup.py: PyBuildExt.add() method (GH-12097)
Show description for 8058bdaauthoredbpo-36146: Refactor setup.py: Add PyBuildExt.srcdir (GH-12124)
Show description for 625dbf2authoredbpo-36142: Move command line parsing to coreconfig.c (GH-12123)
Show description for 95e2cbfauthoredbpo-36146: Split setup.py into subfunctions (GH-12125)
Show description for 5ec33a1authoredbpo-36146: Don't run code at setup.py top level (GH-12127)
Show description for c991f24authoredbpo-36142: Add preconfig.c (GH-12128)
Show description for 91b9ecfauthoredbpo-35178: Fix warnings._formatwarnmsg() (GH-12033)
Show description for be7c460authored andcommittedbpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129)
Show description for cfe172dauthored- authored
bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. (gh-12062)
Show description for bda918bauthoredbpo-36043: FileCookieJar supports os.PathLike (GH-11945)
Show description for 4b219ceauthored andcommittedbpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031)
Show description for 7eebbbdauthored andcommittedbpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Show description for 1f24a71authored- authored
Commits on Mar 2, 2019
bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115)
Show description for 4f19030authored- authored
Commits on Mar 3, 2019
Use names SEEK_SET, etc instead of magic number (GH-12057)
Show description for 848037cauthored andcommitted- authored andcommitted
- authored andcommitted
add missing break statement (GH-12147)
Show description for 8c17d92authored andcommittedbpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143)
Show description for 8b50400authored andcommittedbpo-35899: Fix Enum handling of empty and weird strings (GH-11891)
Show description for 8b914d2authored andcommitted
Commits on Mar 4, 2019
- authored andcommitted
bpo-20906: Various revisions to the Unicode howto (#8394)
Show description for 97c288dauthored- authored
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
Show description for f4b0a1cauthored andcommittedRevert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
Show description for 4d61e6eauthoredbpo-35198 Fix C++ extension compilation on AIX (GH-10437)
Show description for 800d5cdauthored andcommittedbpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
Show description for b7bc283authored andcommitted- authored andcommitted
Commits on Mar 5, 2019
bpo-36142: Add _PyPreConfig structure (GH-12172)
Show description for cad1f74authoredbpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
Show description for 6dcb542authoredDoc: Use `option` word for command line interface. (GH-12142)
Show description for 0983fcdauthored andcommittedcloses bpo-36188: Clean up 'unbound' method left-overs. (GH-12169)
Show description for b727239authored andcommitted- authored
- authored
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Show description for 5a02e0dauthoredbpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179)
Show description for 359a2f3authored andcommittedbpo-36142: Add _PyPreConfig.allocator (GH-12181)
Show description for b35be4bauthoredFix the C function signature for _collections._tuplegetter.__reduce__. (GH-12180)
Show description for adfffc7authoredbpo-36187: Remove NamedStore. (GH-12167)
Show description for d8b3a98authoredbpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
Show description for a9df651authoredbpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)
Show description for 7d2ef3eauthored
Commits on Mar 6, 2019
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Show description for c656e25authoredbpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)
Show description for 4fffd38authored- authored andcommitted
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
Show description for 01e0f43authored andcommittedbpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191)
Show description for 25d13f3authored- authored andcommitted
- authored andcommitted
bpo-9566: Fix compiler warnings in gcmodule.c (GH-11010)
Show description for edad38eauthored andcommitted- authored andcommitted
Commits on Mar 7, 2019
- authored andcommitted
Fix the documentation for set.copy() (GH-12176)
Show description for e942e7bauthored andcommitted- authored
- authored andcommitted
- authored
- authored andcommitted
- authored
- authored andcommitted
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Show description for 495da29authored andcommitted
Commits on Mar 8, 2019
- authored andcommitted
- authored
- authored andcommitted
Fix the Py_atomic_* macros. (#12240)
Show description for 2aab5d3authored- authored
Commits on Mar 9, 2019
- authored
- authored
- authored
- authored andcommitted
Remove d_initial from the parser as it is unused (GH-12212)
Show description for 1b304f9authored andcommitted- authored andcommitted
Rework integer overflow path in math.prod and add more tests (GH-11809)
Show description for 0411411authored
Commits on Mar 10, 2019
- authored
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)
Show description for ca7fe50authored andcommitted- authored andcommitted
- authored andcommitted
- authored andcommitted
bpo-35647: Fix path check in cookiejar (#11436)
Show description for 0e1f1f0authored andcommitted
Commits on Mar 11, 2019
bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262)
Show description for 491ef53authored- authored andcommitted
bpo-36234: Add more tests to PosixUidGidTests (GH-12234)
Show description for 876e82bandauthored- authored
Commits on Mar 12, 2019
- authored
bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103)
Show description for 3e93643authored andcommitted- authored
bpo-30040: new empty dict uses key-sharing dict (GH-1080)
Show description for f2a1867authored- authored
- authored andcommitted
- authored
- authored
- authored
- authored
Commits on Mar 13, 2019
- authored
- authored andcommitted
bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276)
Show description for 9776b06authoredbpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304)
Show description for 8b5bddaauthored andcommittedbpo-36280: Add Constant.kind field (GH-12295)
Show description for 10f8ce6authored andcommitted- authored
- authored
Commits on Mar 14, 2019
- authored
- authored
- authored andcommitted
bpo-30040: update news entry (GH-12324)
Show description for 3fe7fa3authored- authored andcommitted
- authored andcommitted
Commits on Mar 15, 2019
- authored andcommitted
- authored andcommitted

bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236)
Show description for 86082c2andauthoredbpo-36301: Add _PyWstrList structure (GH-12343)
Show description for 74f6568authoredbpo-36301: _PyCoreConfig_Read() ensures that argv is not empty (GH-12347)
Show description for 6259976authoredbpo-33608: Fix PyEval_InitThreads() warning (GH-12346)
Show description for e3f4070authored- authored andcommitted
- authored
- authored
- authored
Commits on Mar 16, 2019
bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-12137)
Show description for f40b4a0authored andcommitted
- authored
- authored andcommitted
Update the seealso entries for namedtuple() (GH-12373)
Show description for 9c68543authored andcommittedbpo-35715: Liberate return value of _process_worker (GH-11514)
Show description for 962bdeaauthored andcommittedbpo-35493: Use Process.sentinel instead of sleeping for polling worker status in multiprocessing.Pool (#11488)
Show description for 7c99454authored- authored
- authored andcommitted
Commits on Mar 17, 2019
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Show description for f683f46authored andcommitted
- authored andcommitted
- authored andcommitted
Commits on Mar 18, 2019
- authored
- authored
- authored andcommitted

- authored andcommitted
bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py (#12385)
Show description for 09a9f17authored andcommitted- authored
- authored
- authored andcommitted
bpo-36235: Enhance distutils test_customize_compiler() (GH-12403)
Show description for 72c7b37authoredbpo-36352: Clarify fileutils.h documentation (GH-12406)
Show description for 1be0d11authoredbpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)
Show description for f7b57dfauthored andcommitted- authored andcommitted
bpo-36301: Fix Py_Main() memory leaks (GH-12420)
Show description for c183444andauthoredbpo-36352: Add error handling to getpath.c (GH-12421)
Show description for 7b14f0cauthored
Commits on Mar 19, 2019
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
Show description for 5f9cf23authoredbpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
Show description for faddaedauthored- authored
- authored andcommitted
bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425)
Show description for e130a07authored andcommitted- authored andcommitted
bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)
Show description for 29198eaauthoredbpo-36333, bpo-36356: Fix _PyEval_FiniThreads() (GH-12432)
Show description for a712679authoredbpo-36356: Release Unicode interned strings on Valgrind (#12431)
Show description for fecc4f2authoredbpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12435)
Show description for f5f336aauthoredbpo-36236: Handle removed cwd at Python init (GH-12424)
Show description for dcf6171authored- authored
bpo-36236: Fix _PyPathConfig_ComputeSysPath0() for empty argv (GH-12441)
Show description for fc96e54authored- authored andcommitted
bpo-36324: Improved code formatting for the NormalDist.inv_cdf rational approximation (GH-12448)
Show description for fe13883authored andcommittedbpo-35388: Fix _PyRuntime_Finalize() (GH-12443)
Show description for fd23cfaauthoredbpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440)
Show description for c70ab02authoredbpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined (GH-12430)
Show description for 0d765e3authored andcommitted
Commits on Mar 20, 2019
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
Show description for f29084dauthoredbpo-36356: Fix _PyCoreConfig_Read() (GH-12454)
Show description for 4a1468eauthoredbpo-23984: Improve descriptor documentation (GH-1034)
Show description for abbdd1fauthored andcommitted
bpo-36301: Add _PyPreCmdline internal API (GH-12458)
Show description for fa15376authoredbpo-36374: Fix a possible null pointer dereference (GH-12449)
Show description for 9b4a1b1authored andcommitted- authored
- authored
- authored
- authored
- authored
- authored andcommitted
bpo-36324: NormalDist() add more tests and update comments (GH-12476)
Show description for 2afb598authored andcommitted
Commits on Mar 21, 2019
bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` (GH-12478)
Show description for ed5e29cauthored andcommitted- authored andcommitted
- authored andcommitted
- authored andcommitted
bpo-35978: Correctly skips venv tests in venvs (GH-12220)
Show description for 8bba81fauthored- authored andcommitted
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)
Show description for 9a0000dauthored
Commits on Mar 22, 2019
bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492)
Show description for 93e8012authored andcommittedbpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)
Show description for 97f5de0authored andcommitted- authored andcommitted
- authored andcommitted
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
Show description for c5c6cdaauthored andcommitted