summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)Miss Islington (bot)2018-04-292-2/+29
* [3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630...Serhiy Storchaka2018-04-294-2/+31
* bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)Miss Islington (bot)2018-04-232-0/+12
* [3.6] Spelling fixes to docs, docstrings, and comments (GH-6374) (#6558)Terry Jan Reedy2018-04-212-2/+2
* bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)Miss Islington (bot)2018-04-203-3/+3
* bpo-33189: pygettext.py now accepts only literal strings (GH-6364)Miss Islington (bot)2018-04-191-6/+65
* bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)Miss Islington (bot)2018-04-191-7/+22
* bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (GH-6529)Miss Islington (bot)2018-04-191-1/+1
* Fix spelling typo (GH-6443) (#6508)Miss Islington (bot)2018-04-171-1/+1
* bpo-33295: Skip test using missing external site (GH-6504) (GH-6511)Miss Islington (bot)2018-04-171-0/+1
* bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)Miss Islington (bot)2018-04-171-2/+2
* bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...Miss Islington (bot)2018-04-091-1/+25
* Fix misleading docsting of shelve.open(). (GH-6427)Miss Islington (bot)2018-04-091-1/+1
* Update docstring of tempfile._RandomNameSequence (GH-6414)Miss Islington (bot)2018-04-091-1/+1
* Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6422)Miss Islington (bot)2018-04-081-0/+8
* bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6391)Miss Islington (bot)2018-04-052-8/+20
* bpo-33203: Ensure random.choice always raises IndexError on empty sequence (G...Miss Islington (bot)2018-04-052-1/+6
* bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)Miss Islington (bot)2018-04-041-1/+41
* bpo-29922: Improve error messages in 'async with' (GH-6352)Miss Islington (bot)2018-04-041-4/+9
* bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(...Miss Islington (bot)2018-04-031-17/+18
* bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)Miss Islington (bot)2018-04-021-3/+6
* bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344)Miss Islington (bot)2018-04-021-4/+7
* [3.6] Fix duplicating words words. (GH-6296) (GH-6298)Terry Jan Reedy2018-03-282-2/+2
* bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...Miss Islington (bot)2018-03-281-1/+1
* bpo-27212: Modify islice recipe to consume initial values preceding start (GH...Miss Islington (bot)2018-03-271-0/+67
* bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)Miss Islington (bot)2018-03-261-0/+50
* bpo-33096: Fix ttk.Treeview.insert. (GH-6228)Miss Islington (bot)2018-03-262-1/+10
* [3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)Christian Heimes2018-03-241-0/+1
* [3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. ...Serhiy Storchaka2018-03-233-1/+87
* Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)Miss Islington (bot)2018-03-223-2/+2
* bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)Miss Islington (bot)2018-03-212-74/+61
* bpo-18802: Add more details to ipaddress documentation (GH-6083)Miss Islington (bot)2018-03-211-0/+3
* bpo-19417: Add test_bdb.py (GH-5217)xdegaye2018-03-192-2/+1152
* [3.6] bpo-33041: Add tests for jumps in/out of 'async with' blocks. (GH-6110)...Serhiy Storchaka2018-03-181-1/+133
* Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (#6136)Miss Islington (bot)2018-03-173-2/+2
* bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Miss Islington (bot)2018-03-171-1/+15
* 3.6.5rc1v3.6.5rc1Ned Deily2018-03-141-242/+367
* lib2to3: Add more tests (GH-6101) (#6109)Miss Islington (bot)2018-03-131-0/+108
* [3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...Miss Islington (bot)2018-03-131-11/+57
* bpo-33064: lib2to3: support trailing comma after *args and **kwargs (GH-6096)...Miss Islington (bot)2018-03-132-26/+37
* [3.6] bpo-31804: Fix multiprocessing.Process with broken standard streams (GH...Antoine Pitrou2018-03-114-12/+45
* [3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...Miss Islington (bot)2018-03-111-0/+28
* [3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)...Andrew Svetlov2018-03-102-20/+41
* bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)Nathan Henrie2018-03-091-0/+1
* [3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155...Miss Islington (bot)2018-03-082-0/+26
* bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Miss Islington (bot)2018-03-071-1/+2
* bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...Miss Islington (bot)2018-03-062-1/+12
* [3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)Steve Dower2018-03-051-0/+35
* bpo-32984: IDLE - set __file__ for startup files (GH-5981)Miss Islington (bot)2018-03-051-0/+3
* bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...Miss Islington (bot)2018-03-042-3/+114