summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* bpo-32337: Update documentats about dict order (GH-4973)hui shang2018-04-041-0/+1
* bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6...Ned Deily2018-03-271-0/+1
* bpo-33018: Improve issubclass() error checking and message. (GH-5944)jab2018-03-221-0/+1
* bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772)Miro Hrončok2018-03-131-0/+1
* bpo-32981: Fix catastrophic backtracking vulns (#5955)Jamie Davis2018-03-041-0/+1
* bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586)Sergey Fedoseev2018-02-261-0/+1
* bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066)Anselm Kruis2018-02-231-0/+1
* closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)Eddie Elizondo2018-02-221-0/+1
* bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...Zackery Spytz2018-02-201-0/+1
* bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)Serhiy Storchaka2018-02-091-0/+1
* bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601)Serhiy Storchaka2018-02-091-0/+1
* bpo-32585: Add tkinter.ttk.Spinbox. (#5221)Alan D Moore2018-02-091-0/+1
* bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)Bar Harel2018-02-021-0/+1
* bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)Bo Bayles2018-01-301-0/+1
* bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#...embg2018-01-291-0/+1
* bpo-29237: Create enum for pstats sorting options (GH-5103)mwidjaja2018-01-261-0/+1
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-211-0/+1
* bpo-29970: Add timeout for SSL handshake in asyncioNeil Aspinall2017-12-191-0/+1
* bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...Segev Finer2017-12-181-0/+1
* bpo-32255: Always quote a single empty field when write into a CSV file. (#4769)Licht Takeuchi2017-12-121-0/+1
* bpo-23033: Improve SSL Certificate handling (GH-937)Mandeep Singh2017-11-261-0/+1
* bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)Berker Peksag2017-11-251-0/+1
* bpo-30057: Fix potential missed signal in signal.signal(). (#4258)Antoine Pitrou2017-11-031-0/+1
* bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...stratakis2017-11-021-1/+1
* Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)Alexander Belopolsky2017-10-261-0/+1
* bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)jlacoline2017-10-191-0/+1
* bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)Zane Bitter2017-10-171-0/+1
* bpo-31334: Fix timeout in select.poll.poll() (GH-3277)Riccardo Coccioli2017-10-171-0/+1
* bpo-31558: Update NEWS and ACKS (#4013)Łukasz Langa2017-10-161-0/+1
* bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)Feanil Patel2017-09-141-0/+1
* bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)Pablo Galindo2017-09-071-0/+1
* bpo-27584: New addition of vSockets to the python socket module (#2489)caavery2017-09-061-0/+1
* bpo-30737: Update DevGuide links to new URL (GH-3228)Lisa Hewus Fresh2017-08-301-0/+1
* bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)Pier-Yves Lessard2017-08-281-0/+1
* bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153)Łukasz Langa2017-08-211-0/+1
* bpo-23835: [docs] configparser converts defaults to strings (#3176)Łukasz Langa2017-08-211-0/+1
* bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)Yaron de Leeuw2017-08-181-0/+1
* bpo-30983: Revert changes which broke most buildbots (#3100)Victor Stinner2017-08-161-1/+0
* 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-121-0/+1
* bpo-31072: Add filter to zipapp (#3021)Jeffrey Rackauckas2017-08-091-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-041-0/+1
* Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980)Łukasz Langa2017-08-011-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
* Revert "bpo-30822: Fix testing of datetime module." (#2588)Victor Stinner2017-07-051-1/+0
* bpo-30822: Fix testing of datetime module. (#2530)Utkarsh Upadhyay2017-07-021-0/+1
* bpo-30441: Fix bug when modifying os.environ while iterating over it (#2409)Osvaldo Santana Neto2017-07-011-0/+1
* bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306)wohlganger2017-06-281-0/+1