summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)Cheryl Sabella2019-04-131-1/+1
* bpo-35734: ipaddress: remove unused methods (GH-11591)Rémi Lapeyre2019-04-132-71/+1
* bpo-18748: test_io: silence destructor errors (GH-12805)Victor Stinner2019-04-121-0/+29
* bpo-36611: Disable serialno field of debug memory allocators (#12796)Victor Stinner2019-04-121-2/+2
* bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()...Eric Snow2019-04-121-1/+1
* Correct grammar in concurrent/futures/process.py docstring (GH-12761)Thomas Grainger2019-04-121-1/+1
* bpo-36549: str.capitalize now titlecases the first character instead of upper...Kingsley M2019-04-122-2/+2
* bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12...Eric Snow2019-04-121-1/+1
* bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)Victor Stinner2019-04-121-6/+25
* bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797)Victor Stinner2019-04-121-2/+7
* bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)Victor Stinner2019-04-111-4/+4
* bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)Victor Stinner2019-04-111-0/+23
* bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764)Victor Stinner2019-04-101-0/+3
* bpo-36559: random module: optimize sha512 import (GH-12742)Christian Heimes2019-04-101-1/+8
* bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)Lorenz Mende2019-04-101-1/+1
* bpo-12910: update and correct quote docstring (#2568)Jörn Hees2019-04-101-13/+20
* bpo-36560: regrtest: don't collect the GC twice (GH-12747)Victor Stinner2019-04-091-2/+4
* bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)Quentin Dawans2019-04-092-0/+28
* bpo-36560: Fix reference leak hunting in regrtest (GH-12744)Victor Stinner2019-04-093-33/+42
* bpo-34060: Report system load when running test suite for Windows (GH-8357)Ammar Askar2019-04-092-2/+115
* bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-...Matthias Bussonnier2019-04-092-2/+15
* fix code styling (GH-12737)Inada Naoki2019-04-091-1/+1
* closes bpo-35848: Move all documentation regarding the readinto out of IOBase...Steve Palmer2019-04-091-6/+4
* BPO-17561: set create_server backlog default to None (GH-12735)Giampaolo Rodola2019-04-091-2/+5
* bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)Victor Stinner2019-04-081-2/+6
* bpo-35934: Add socket.create_server() utility function (GH-11784)Giampaolo Rodola2019-04-0814-87/+232
* bpo-35416: fix potential resource warnings in distutils (GH-10918)Mickaël Schoentgen2019-04-083-39/+43
* remove duplicate code in biscet (GH-1270)Chillar Anand2019-04-081-16/+2
* bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)Michael Felt2019-04-081-1/+1
* bpo-27181: Add statistics.geometric_mean() (GH-12638)Raymond Hettinger2019-04-072-1/+109
* bpo-35936: Updates to modulefinder (GH-11787)Brandt Bucher2019-04-072-16/+109
* bpo-35726: Add test for QueueHandler with multiple handlers (GH-11659)Xtreak2019-04-071-0/+13
* bpo-36050: optimize HTTPResponse.read() (GH-12698)Inada Naoki2019-04-061-32/+10
* bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)Zackery Spytz2019-04-052-0/+18
* Fix duplicated test case for re. (GH-12662)MakDon2019-04-041-1/+1
* bpo-36522: Print all values for headers with multiple values. (GH-12681)Matt Houglum2019-04-042-4/+6
* bpo-36440: include node names in ParserError messages, instead of numeric IDs...tyomitch2019-04-031-0/+16
* Have UserDict.__init__() implicitly check for updating w/ bool(kwargs) instea...Slam2019-04-021-1/+1
* bpo-33261: guard access to __code__ attribute in inspect (GH-6448)Jeroen Demeyer2019-04-023-9/+26
* bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...Zackery Spytz2019-04-021-0/+6
* bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12...Thomas Perl2019-04-021-1/+19
* bpo-13120: fix typo with test_issue13120() method name (GH-12250)Daniel Hahler2019-04-011-3/+3
* bpo-20844: open script file with "rb" mode (GH-12616)Inada Naoki2019-04-011-0/+17
* bpo-36026: make descr error message consistent (GH-11930)Inada Naoki2019-04-011-2/+29
* bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)Serhiy Storchaka2019-04-0120-21/+429
* bpo-36085: Add additional load flag to ensure DLL loads successfully (GH-12633)Steve Dower2019-03-311-1/+2
* bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577)Joel Croteau2019-03-302-15/+3
* bpo-36434: Properly handle writing errors in ZIP files. (GH-12559)Serhiy Storchaka2019-03-302-41/+81
* bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603)Serhiy Storchaka2019-03-301-0/+9
* bpo-36085: Enable better DLL resolution on Windows (GH-12302)Steve Dower2019-03-294-1/+159