index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)
Serhiy Storchaka
2018-02-09
1
-0/+1
*
bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601)
Serhiy Storchaka
2018-02-09
1
-0/+1
*
bpo-32585: Add tkinter.ttk.Spinbox. (#5221)
Alan D Moore
2018-02-09
1
-0/+1
*
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
Bar Harel
2018-02-02
1
-0/+1
*
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
Bo Bayles
2018-01-30
1
-0/+1
*
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#...
embg
2018-01-29
1
-0/+1
*
bpo-29237: Create enum for pstats sorting options (GH-5103)
mwidjaja
2018-01-26
1
-0/+1
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-0/+1
*
bpo-29970: Add timeout for SSL handshake in asyncio
Neil Aspinall
2017-12-19
1
-0/+1
*
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...
Segev Finer
2017-12-18
1
-0/+1
*
bpo-32255: Always quote a single empty field when write into a CSV file. (#4769)
Licht Takeuchi
2017-12-12
1
-0/+1
*
bpo-23033: Improve SSL Certificate handling (GH-937)
Mandeep Singh
2017-11-26
1
-0/+1
*
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
Berker Peksag
2017-11-25
1
-0/+1
*
bpo-30057: Fix potential missed signal in signal.signal(). (#4258)
Antoine Pitrou
2017-11-03
1
-0/+1
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
1
-1/+1
*
Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)
Alexander Belopolsky
2017-10-26
1
-0/+1
*
bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)
jlacoline
2017-10-19
1
-0/+1
*
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter
2017-10-17
1
-0/+1
*
bpo-31334: Fix timeout in select.poll.poll() (GH-3277)
Riccardo Coccioli
2017-10-17
1
-0/+1
*
bpo-31558: Update NEWS and ACKS (#4013)
Łukasz Langa
2017-10-16
1
-0/+1
*
bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)
Feanil Patel
2017-09-14
1
-0/+1
*
bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229)
Pablo Galindo
2017-09-07
1
-0/+1
*
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery
2017-09-06
1
-0/+1
*
bpo-30737: Update DevGuide links to new URL (GH-3228)
Lisa Hewus Fresh
2017-08-30
1
-0/+1
*
bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)
Pier-Yves Lessard
2017-08-28
1
-0/+1
*
bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153)
Łukasz Langa
2017-08-21
1
-0/+1
*
bpo-23835: [docs] configparser converts defaults to strings (#3176)
Łukasz Langa
2017-08-21
1
-0/+1
*
bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)
Yaron de Leeuw
2017-08-18
1
-0/+1
*
bpo-30983: Revert changes which broke most buildbots (#3100)
Victor Stinner
2017-08-16
1
-1/+0
*
Add Bruno Penteado to ACKS (#3091)
Łukasz Langa
2017-08-14
1
-0/+1
*
bpo-5001, bpo-31169: Fix two uninformative asserts in multiprocessing/manager...
Allen W. Smith, Ph.D
2017-08-12
1
-0/+1
*
bpo-31072: Add filter to zipapp (#3021)
Jeffrey Rackauckas
2017-08-09
1
-0/+1
*
Add author of the fix for #30841 to ACKS. (#3001)
Łukasz Langa
2017-08-04
1
-0/+1
*
bpo-31107: Fix copyreg mangled slot names calculation. (#2989)
Shane Harvey
2017-08-04
1
-0/+1
*
Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980)
Łukasz Langa
2017-08-01
1
-0/+1
*
bpo-30964: Mention ensurepip in package installation docs (GH-2786)
Nicholas
2017-07-21
1
-0/+1
*
bpo-30822: Fix testing of datetime module. (#2530) (#2783)
Utkarsh Upadhyay
2017-07-21
1
-0/+1
*
Revert "bpo-30822: Fix testing of datetime module." (#2588)
Victor Stinner
2017-07-05
1
-1/+0
*
bpo-30822: Fix testing of datetime module. (#2530)
Utkarsh Upadhyay
2017-07-02
1
-0/+1
*
bpo-30441: Fix bug when modifying os.environ while iterating over it (#2409)
Osvaldo Santana Neto
2017-07-01
1
-0/+1
*
bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306)
wohlganger
2017-06-28
1
-0/+1
*
bpo-30769: Fix reference leak introduced in 77703942c59 (#2416)
Eric N. Vander Weele
2017-06-27
1
-0/+1
*
bpo-30532: Fix whitespace folding in certain cases
Joel Hillacre
2017-06-26
1
-0/+1
*
bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268)
Alexandru Ardelean
2017-06-23
1
-0/+1
*
urllib: Simplify splithost by calling into urlparse. (#1849)
postmasters
2017-06-20
1
-0/+1
*
bpo-30629: Add Motoki Naruse to Misc/ACKS (#2284)
Motoki Naruse
2017-06-20
1
-0/+1
*
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...
mircea-cosbuc
2017-06-12
1
-0/+1
*
bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016)
Roy Williams
2017-06-10
1
-0/+1
*
bpo-30584: Fix test_os fails on non-English Windows (#1980)
Denis Osipov
2017-06-07
1
-0/+1
*
bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893)
Antoine Pietri
2017-06-07
1
-0/+1
[next]