summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link li...Miss Islington (bot)2017-12-071-0/+1
* Update NEWS and pydoc topics.Ned Deily2017-12-05111-265/+1142
* Tidy NEWS entry.Ned Deily2017-12-051-10/+2
* [3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-47...Miss Islington (bot)2017-12-051-0/+1
* bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717)Mariatta2017-12-051-0/+1
* [3.6] bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (GH-4715) (#4716)Miss Islington (bot)2017-12-051-0/+1
* [bpo-28556] Minor fixes for typing module (GH-4710) (#4713)Miss Islington (bot)2017-12-051-0/+3
* [3.6] bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) (#4711)Ned Deily2017-12-051-0/+1
* bpo-32207: Improve tk event exception tracebacks in IDLE. (GH-4703) (#4705)Miss Islington (bot)2017-12-041-0/+6
* bpo-27240 Rewrite the email header folding algorithm. (GH-3488) (#4693)Miss Islington (bot)2017-12-041-0/+3
* [3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684)Nick Coghlan2017-12-031-0/+5
* bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)Miss Islington (bot)2017-12-011-0/+3
* bpo-20891: Fix PyGILState_Ensure() (#4650) (#4655)Victor Stinner2017-11-301-0/+3
* bpo-32072: Fix issues with binary plists. (GH-4455) (#4654)Miss Islington (bot)2017-11-301-0/+6
* bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-408...Miss Islington (bot)2017-11-301-0/+3
* Skip test_socket.test_sha256() on linux < 4.5 (GH-4643) (#4645)Miss Islington (bot)2017-11-301-0/+3
* bpo-32164: Delete unused file idlelib/tabbedpages.py (GH-4628) (#4631)Miss Islington (bot)2017-11-291-0/+2
* bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) ...Miss Islington (bot)2017-11-291-0/+3
* bpo-29879: Update typing documentation. (GH-4573) (GH-4574)Miss Islington (bot)2017-11-261-1/+1
* bpo-32059: setup.py now also searches the sysroot paths (GH-4452) (#4562)Miss Islington (bot)2017-11-251-0/+2
* [3.6] bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)Berker Peksag2017-11-241-0/+2
* bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)Miss Islington (bot)2017-11-241-0/+2
* bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533)Miss Islington (bot)2017-11-231-0/+5
* bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)Berker Peksag2017-11-231-0/+4
* [3.6] bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (GH-4484) (#4512)Terry Jan Reedy2017-11-231-0/+2
* bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...Miss Islington (bot)2017-11-211-0/+1
* bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416)Victor Stinner2017-11-161-0/+1
* bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable GH-4409 (#...Miss Islington (bot)2017-11-161-0/+1
* bpo-32011: Revert "Issue GH-15480: Remove the deprecated and unused TYPE_INT6...Miss Islington (bot)2017-11-151-0/+2
* [3.6] bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Pri...Serhiy Storchaka2017-11-151-0/+9
* [3.6] bpo-32015: Asyncio looping during simultaneously socket read/write anâ€...Andrew Svetlov2017-11-141-0/+2
* [3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4...xdegaye2017-11-121-0/+1
* [3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4...Serhiy Storchaka2017-11-091-0/+3
* [3.6] bpo-31934: Abort when building out of a not clean source tree (GH-4255)...xdegaye2017-11-081-0/+1
* bpo-31620: have asyncio/queues not leak memory when you've exceptions during ...Miss Islington (bot)2017-11-071-0/+2
* [3.6] bpo-31970: Reduce performance overhead of asyncio debug mode. (GH-4314)...Antoine Pitrou2017-11-071-0/+1
* bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...Miss Islington (bot)2017-11-071-0/+2
* bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...Miss Islington (bot)2017-11-071-0/+2
* [3.6] bpo-31957: Fixes version detection. (GH-4298) (#4300)Miss Islington (bot)2017-11-061-0/+1
* bpo-31609: Fixes quotes in PCbuild/clean.bat (GH-4280) (#4285)Miss Islington (bot)2017-11-051-0/+1
* bpo-31944: Fixes build and Modify button (GH-4278) (#4284)Miss Islington (bot)2017-11-051-0/+1
* bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4269)Miss Islington (bot)2017-11-041-0/+6
* bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4...Miss Islington (bot)2017-11-031-0/+2
* bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4261)Miss Islington (bot)2017-11-032-0/+2
* [3.6] bpo-31310: multiprocessing's semaphore tracker should be launched again...Antoine Pitrou2017-11-031-0/+1
* [3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-42...Tal Einat2017-11-031-0/+2
* [3.6] bpo-31308: If multiprocessing's forkserver dies, launch it again when n...Antoine Pitrou2017-11-031-0/+2
* bpo-30806: Fix netrc.__repr__() format (GH-2491)Miss Islington (bot)2017-11-031-0/+1
* bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (G...Miss Islington (bot)2017-11-011-0/+3
* bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlie...Miss Islington (bot)2017-11-011-0/+1