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
*
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...
Senthil Kumaran
2014-09-17
1
-0/+1
*
Lax cookie parsing in http.cookies could be a security issue when combined
Antoine Pitrou
2014-09-16
1
-0/+1
*
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
Ned Deily
2014-07-13
1
-0/+1
|
\
|
*
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
Ned Deily
2014-07-13
1
-0/+1
*
|
merge 3.2
Benjamin Peterson
2014-04-14
1
-0/+1
|
\
\
|
|
/
|
*
in scan_once, prevent the reading of arbitrary memory when passed a negative ...
Benjamin Peterson
2014-04-14
1
-0/+1
*
|
merge 3.2
Benjamin Peterson
2014-03-31
1
-0/+1
|
\
\
|
|
/
|
*
add Ian Beer
Benjamin Peterson
2014-03-31
1
-0/+1
*
|
add Sean Rodman
Benjamin Peterson
2014-03-12
1
-0/+1
*
|
add Chris Angelico
Benjamin Peterson
2014-03-02
1
-0/+1
*
|
Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate
Victor Stinner
2014-01-27
1
-0/+1
*
|
Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.
Stefan Krah
2014-01-20
1
-0/+1
*
|
add Nikolaus Rath to ACKS
Benjamin Peterson
2014-01-19
1
-0/+1
*
|
merge 3.2 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+1
|
\
\
|
|
/
|
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+1
*
|
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka
2014-01-09
1
-0/+1
*
|
Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.
Zachary Ware
2013-12-19
1
-0/+1
*
|
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
1
-0/+1
*
|
Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
Victor Stinner
2013-12-08
1
-0/+1
*
|
Merge heads
Zachary Ware
2013-11-26
1
-0/+1
|
\
\
|
*
|
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
1
-0/+1
*
|
|
Issue #19588: Fixed tests in test_random that were silently skipped most
Zachary Ware
2013-11-26
1
-0/+1
|
/
/
*
|
Update Itamar's name
Andrew Kuchling
2013-11-23
1
-1/+1
*
|
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Antoine Pitrou
2013-10-23
1
-0/+1
*
|
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...
Tim Golden
2013-10-22
1
-0/+1
*
|
#8964: fix platform._sys_version to handle IronPython 2.6+.
Ezio Melotti
2013-10-21
1
-0/+1
*
|
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV...
Georg Brandl
2013-10-06
1
-0/+1
*
|
Close #19092: ExitStack now reraises exceptions from __exit__
Nick Coghlan
2013-10-01
1
-1/+1
*
|
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...
Antoine Pitrou
2013-09-30
1
-0/+1
*
|
Issue #19018: The heapq.merge() function no longer suppresses IndexError
Raymond Hettinger
2013-09-15
1
-0/+2
*
|
Add Germán M. Bravo to Misc/ACKS
Eli Bendersky
2013-09-13
1
-0/+1
*
|
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
Serhiy Storchaka
2013-09-13
1
-0/+1
*
|
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
1
-0/+1
*
|
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
1
-0/+1
*
|
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
Ezio Melotti
2013-08-25
1
-0/+1
*
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
1
-0/+1
*
|
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
Terry Jan Reedy
2013-08-10
1
-0/+1
*
|
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
1
-0/+1
*
|
#18657: remove duplicate entries from Misc/ACKS.
R David Murray
2013-08-04
1
-3/+0
*
|
Issue #17557: Fix os.getgroups() to work with the modified behavior of
Ned Deily
2013-08-02
1
-0/+1
*
|
Issue #15494: test.support is now a package rather than a module
Nick Coghlan
2013-07-28
1
-0/+1
*
|
#16937: document that stdin is always buffered, even when -u is used. Patch ...
Ezio Melotti
2013-07-25
1
-0/+1
*
|
Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
Serhiy Storchaka
2013-07-15
1
-0/+1
*
|
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
Terry Jan Reedy
2013-07-13
1
-0/+1
*
|
#17987: properly document support.captured_xxx.
R David Murray
2013-07-11
1
-0/+1
*
|
Issue #18351: Fix various issues with
Brett Cannon
2013-07-06
1
-0/+1
*
|
#18380: pass regex flags to the right argument. Patch by Valentina Mukhamedz...
Ezio Melotti
2013-07-06
1
-0/+1
*
|
#18155: Regex-escape delimiter, in case it is a regex special char.
R David Murray
2013-06-29
1
-0/+1
*
|
Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
Terry Jan Reedy
2013-06-28
1
-0/+1
*
|
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou
2013-06-18
1
-0/+1
[next]