summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update badges in README.rstreadme-updateZachary Ware2019-10-101-10/+6
* Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)Miss Islington (bot)2019-10-101-2/+1
* bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)Miss Islington (bot)2019-10-103-6/+21
* bpo-32996: Documentation fix-up. (GH-16646)Miss Islington (bot)2019-10-101-3/+4
* bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)Miss Islington (bot)2019-10-102-2/+4
* bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684)Miss Islington (bot)2019-10-092-4/+4
* [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-166...Pablo Galindo2019-10-093-6/+75
* bpo-37531: regrtest ignores output on timeout (GH-16659)Miss Islington (bot)2019-10-092-27/+42
* bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions....Vinay Sajip2019-10-093-25/+231
* Typo fix: "empy" should be "empty". (GH-16666)Miss Islington (bot)2019-10-081-1/+1
* [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662)Pablo Galindo2019-10-083-31/+111
* bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644)Miss Islington (bot)2019-10-081-0/+7
* bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)Miss Islington (bot)2019-10-083-8/+23
* bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)Miss Islington (bot)2019-10-082-0/+13
* bpo-36698: IDLE no longer fails when write non-encodable characters to stderr...Miss Islington (bot)2019-10-085-67/+87
* Fix typo in _warnings.warn_explicit() docstring (GH-16625)Miss Islington (bot)2019-10-081-1/+1
* bpo-38344: Fix syntax in activate.bat (GH-16533)Miss Islington (bot)2019-10-072-1/+2
* bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...Miss Islington (bot)2019-10-073-3/+7
* bpo-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623)Victor Stinner2019-10-073-11/+4
* bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)Miss Islington (bot)2019-10-071-0/+7
* bpo-38391: Fixing a typo for Py_DECREF (GH-16616)Miss Islington (bot)2019-10-071-1/+1
* bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)Miss Islington (bot)2019-10-062-1/+8
* bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearr...Miss Islington (bot)2019-10-061-1/+1
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Miss Islington (bot)2019-10-049-241/+240
* bpo-38235: Correct some arguments names in logging documentation (GH-16571) (...Miss Islington (bot)2019-10-041-17/+17
* bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463)Miss Islington (bot)2019-10-031-2/+2
* bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561)Miss Islington (bot)2019-10-032-1/+10
* bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)Miss Islington (bot)2019-10-033-18/+15
* [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-1655...Victor Stinner2019-10-035-74/+134
* bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)Miss Islington (bot)2019-10-021-0/+31
* bpo-36670: regrtest bug fixes (GH-16537)Miss Islington (bot)2019-10-021-10/+12
* bpo-38343: Fixes version handling for nuget packages (GH-16527)Miss Islington (bot)2019-10-011-1/+1
* Correct typos in the codecs module documentation (GH-15135)Miss Islington (bot)2019-10-011-60/+61
* Post v3.8.0rc1Łukasz Langa2019-10-011-1/+1
* v3.8.0rc1v3.8.0rc1Łukasz Langa2019-10-01137-311/+1415
* [3.8] bpo-3832: Fix compiler warnings (GH-16518)Victor Stinner2019-10-012-2/+1
* bpo-36670: Multiple regrtest bugfixes (GH-16511)Miss Islington (bot)2019-10-013-133/+175
* bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)Miss Islington (bot)2019-10-0112-216/+56
* bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH...Miss Islington (bot)2019-10-013-5/+11
* Restore tp_clear for function object. (#16502)Neil Schemenauer2019-10-011-13/+21
* Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504)Miss Islington (bot)2019-09-303-10/+4
* bpo-38304: Remove PyConfig.struct_size (GH-16500)Victor Stinner2019-10-0114-273/+39
* Clear weakrefs in garbage found by the GC (GH-16495) (#16499)Miss Islington (bot)2019-09-302-0/+20
* bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16490)Victor Stinner2019-09-301-8/+6
* bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16488)Victor Stinner2019-09-301-1/+7
* [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437)Christian Heimes2019-09-304-12/+33
* bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-...Miss Islington (bot)2019-09-301-2/+3
* bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...Miss Islington (bot)2019-09-294-64/+54
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...Yury Selivanov2019-09-2913-2753/+379
* [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (G...Lisa Roach2019-09-294-28/+76