summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)Victor Stinner2017-08-181-0/+2
* bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)Yaron de Leeuw2017-08-182-0/+2
* bpo-30721: Show correct syntax hint in Py3 when using Py2 redirection syntax ...Sanyam Khurana2017-08-181-0/+2
* bpo-31183: `dis` now handles coroutines & async generators (GH-3077)syncosmic2017-08-181-0/+2
* bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123)Cheryl Sabella2017-08-181-0/+1
* bpo-24700: Add a fast path for comparing array.array of equal type (#3009)Adrian Wielgosik2017-08-171-0/+2
* bpo-18966: non-daemonic threads created by a multiprocessing.Process should b...Antoine Pitrou2017-08-161-0/+2
* bpo-30983: Revert changes which broke most buildbots (#3100)Victor Stinner2017-08-161-1/+0
* bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096)Cheryl Sabella2017-08-151-0/+2
* bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305)Christian Heimes2017-08-151-0/+2
* bpo-31002: IDLE: Add tests for configdialog keys tab (#2996)Cheryl Sabella2017-08-151-0/+1
* Add Bruno Penteado to ACKS (#3091)Łukasz Langa2017-08-141-0/+1
* bpo-5001, bpo-31169: Fix two uninformative asserts in multiprocessing/manager...Allen W. Smith, Ph.D2017-08-122-0/+10
* bpo-30747: Attempt to fix atomic load/store (#2383)Pär Björklund2017-08-121-0/+2
* bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057)Victor Stinner2017-08-101-0/+2
* bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822)Louie Lu2017-08-101-0/+3
* bpo-31072: Add filter to zipapp (#3021)Jeffrey Rackauckas2017-08-092-0/+2
* bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)Serhiy Storchaka2017-08-091-0/+1
* ttk: fix LabeledScale and OptionMenu destroy() method (#3025)Victor Stinner2017-08-081-0/+4
* bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016)Terry Jan Reedy2017-08-071-0/+1
* Add author of the fix for #30841 to ACKS. (#3001)Łukasz Langa2017-08-041-0/+1
* bpo-31107: Fix copyreg mangled slot names calculation. (#2989)Shane Harvey2017-08-042-0/+3
* bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790)Serhiy Storchaka2017-08-031-0/+2
* bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957)Serhiy Storchaka2017-08-031-0/+2
* Spelling fixes (#2902)Ville Skyttä2017-08-032-15/+15
* bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs...Preston Landers2017-08-021-0/+1
* bpo-31061: fix crash in asyncio speedup module (GH-2966)Alexander Mohr2017-08-021-0/+1
* Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980)Łukasz Langa2017-08-012-0/+4
* bpo-31083: IDLE: Describe the Page classes in configdialog (#2965)csabella2017-08-011-0/+3
* Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)Alexander Belopolsky2017-07-311-0/+1
* bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276)csabella2017-07-311-0/+2
* bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952)csabella2017-07-301-0/+2
* bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905)csabella2017-07-301-0/+4
* bpo-30522: Implemented a method to allow setting a logging.StreamHander's str...Vinay Sajip2017-07-301-0/+2
* bpo-30803: clarify truth value testing documentation (#2508)Peter Thomassen2017-07-291-0/+1
* bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938)Terry Jan Reedy2017-07-291-0/+1
* bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914)csabella2017-07-281-0/+5
* bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908)Terry Jan Reedy2017-07-271-0/+3
* bpo-31003: IDLE - Add more tests for General tab (#2859)Terry Jan Reedy2017-07-271-0/+1
* bpo-30302 Make timedelta.__repr__ more informative. (#1493)Utkarsh Upadhyay2017-07-251-0/+1
* bpo-30993: IDLE - Improve configdialog font page and tests. (#2831)Terry Jan Reedy2017-07-241-4/+3
* bpo-30993: IDLE - Improve configdialog font page and tests. (#2818)Terry Jan Reedy2017-07-231-0/+6
* bpo-30919: shared memory allocation performance regression in multiprocessing...Antoine Pitrou2017-07-231-0/+4
* bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (...Dong-hee Na2017-07-221-0/+3
* bpo-26732: fix too many fds in processes started with the "forkserver" method...Antoine Pitrou2017-07-221-0/+4
* bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741)Gareth Rees2017-07-211-0/+1
* bpo-30981: IDLE -- Add more configdialog font page tests. (#2794)Terry Jan Reedy2017-07-211-0/+1
* bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787)Terry Jan Reedy2017-07-211-0/+1
* bpo-30964: Mention ensurepip in package installation docs (GH-2786)Nicholas2017-07-211-0/+1
* bpo-30822: Fix testing of datetime module. (#2530) (#2783)Utkarsh Upadhyay2017-07-211-0/+1