summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)Nathan Henrie2018-03-092-0/+3
* bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...Steve Dower2018-03-081-0/+1
* [3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155...Miss Islington (bot)2018-03-081-0/+1
* bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Miss Islington (bot)2018-03-071-0/+2
* bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...Miss Islington (bot)2018-03-061-0/+1
* [3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)Steve Dower2018-03-051-0/+1
* bpo-32984: IDLE - set __file__ for startup files (GH-5981)Miss Islington (bot)2018-03-051-0/+7
* bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...Miss Islington (bot)2018-03-041-0/+1
* [3.6] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)Benjamin Peterson2018-03-042-0/+5
* bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946)Miss Islington (bot)2018-03-011-0/+2
* bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)Miss Islington (bot)2018-02-281-0/+1
* [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding...Serhiy Storchaka2018-02-271-0/+2
* bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)Miss Islington (bot)2018-02-271-0/+1
* bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...Miss Islington (bot)2018-02-261-0/+3
* Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (...Barry Warsaw2018-02-262-3/+0
* [3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)animalize2018-02-261-0/+2
* bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823)Miss Islington (bot)2018-02-261-0/+3
* [3.6] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5875)Miss Islington (bot)2018-02-251-0/+2
* [3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)Christian Heimes2018-02-251-0/+1
* bpo-32185: Don't send IP in SNI TLS extension (#5865)Christian Heimes2018-02-251-0/+2
* bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)Miss Islington (bot)2018-02-252-2/+6
* bpo-31518: Change TLS protocol for Debian (#3660)Christian Heimes2018-02-241-0/+3
* bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)Miss Islington (bot)2018-02-241-0/+1
* bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)Miss Islington (bot)2018-02-241-0/+1
* [3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826)Anselm Kruis2018-02-231-0/+1
* bpo-32457: Improves handling of denormalized executable path when launching P...Steve Dower2018-02-221-0/+1
* bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)Miss Islington (bot)2018-02-221-0/+1
* bpo-32874: IDLE: add tests for pyparse (GH-5755)Miss Islington (bot)2018-02-221-0/+1
* bpo-32889: update valgrind suppressions (GH-5779)Miss Islington (bot)2018-02-212-5/+7
* closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)Miss Islington (bot)2018-02-211-0/+2
* bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...Miss Islington (bot)2018-02-202-0/+3
* bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5766)Miss Islington (bot)2018-02-201-0/+1
* Improve error message for "setup.py upload" without dist files (GH-21060)Miss Islington (bot)2018-02-191-0/+3
* bpo-31972: Improve docstrings for pathlib classes (GH-5310)Miss Islington (bot)2018-02-191-0/+1
* bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)Miss Islington (bot)2018-02-171-0/+1
* bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683)Miss Islington (bot)2018-02-141-0/+2
* bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)INADA Naoki2018-02-131-0/+2
* [3.6] bpo-32370: Use the correct encoding for ipconfig output in the uuid mod...Serhiy Storchaka2018-02-131-0/+2
* bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)Miss Islington (bot)2018-02-121-0/+2
* bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...Miss Islington (bot)2018-02-121-0/+5
* bpo-29248: Fix os.readlink() on Windows (GH-5577)Miss Islington (bot)2018-02-121-0/+3
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) GH-5612)Miss Islington (bot)2018-02-111-0/+1
* [3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)Serhiy Storchaka2018-02-092-0/+3
* bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...Miss Islington (bot)2018-02-061-0/+3
* [3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property...Miss Islington (bot)2018-02-051-0/+2
* bpo-32765: Update configdialog General tab create page docstring (GH-5529) (G...Miss Islington (bot)2018-02-051-0/+1
* [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)Barry Warsaw2018-02-032-0/+3
* [3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5...Bar Harel2018-02-022-0/+3
* [3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… â€...Terry Jan Reedy2018-02-021-0/+3
* bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-457...Miss Islington (bot)2018-02-011-0/+2