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 #10656: Fix out-of-tree building on AIX
Martin Panter
2016-11-20
1
-0/+2
*
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
Martin Panter
2016-11-14
1
-0/+1
*
Issue #28616: Correct help for sys.version_info releaselevel component.
Ned Deily
2016-11-04
1
-0/+1
*
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka
2016-11-03
1
-0/+1
*
Issue #26240: Clean up the subprocess module doc string
Martin Panter
2016-10-26
1
-0/+1
*
Issue #28435: Avoid no_proxy environment variable interfering with tests
Martin Panter
2016-10-22
1
-0/+1
*
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
1
-0/+1
*
Issue #28815: Change '?' to '<module>' in some doc examples.
Terry Jan Reedy
2016-09-30
1
-0/+1
*
IDLE NEWS item and ack.
Terry Jan Reedy
2016-09-29
1
-0/+1
*
Issue #27806: add Aleks to Misc/ACKS.
Ned Deily
2016-09-18
1
-0/+1
*
Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ...
Mark Dickinson
2016-09-03
1
-0/+1
*
# 2466: ismount now recognizes mount points user can't access.
R David Murray
2016-08-23
1
-0/+1
*
Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-30
1
-0/+1
*
Issue #27490: Do not build pgen when cross-compiling
Martin Panter
2016-07-28
1
-0/+1
*
Issue #25393: Fix probable copy/paste error in resource docs
Zachary Ware
2016-07-19
1
-0/+1
*
Issue #27238: Got rid of bare excepts in the turtle module. Original patch
Serhiy Storchaka
2016-06-14
1
-0/+1
*
#16484: Change PYTHONDOCS to "https:", and fix links to use lowercase
Martin Panter
2016-06-12
1
-0/+1
*
Issue #25738: Don’t send message body for 205 Reset Content
Martin Panter
2016-06-08
1
-0/+1
*
Issue 25926: Clarify that the pure python equivalents are only approximate.
Raymond Hettinger
2016-05-28
1
-0/+1
*
Issue #27076: Doc, comment and test function name spelling fixes
Martin Panter
2016-05-26
1
-0/+1
*
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Serhiy Storchaka
2016-05-16
1
-0/+1
*
Fix python-gdb.py: get C types on demand
Victor Stinner
2016-04-20
1
-0/+1
*
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Martin Panter
2016-04-03
1
-0/+1
*
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by...
Ezio Melotti
2016-03-18
1
-0/+1
*
#24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.
Ezio Melotti
2016-03-13
1
-0/+1
*
#25687: clarify that errors in tearDown increase the total number of reported...
Ezio Melotti
2016-03-13
1
-0/+1
*
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
Serhiy Storchaka
2016-03-12
1
-0/+1
*
Issue #16851: Add Anna Koroliuk to Misc/ACKS
Victor Stinner
2016-03-11
1
-0/+1
*
Issue #26505: Fix typos in getaddrinfo license text.
Ned Deily
2016-03-07
1
-0/+1
*
#26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.
Ezio Melotti
2016-02-27
1
-0/+1
*
Issue #12923: Reset FancyURLopener's redirect counter even on exception
Martin Panter
2016-02-04
1
-0/+1
*
Issue #26244: Clarify default zlib compression level in documentation
Martin Panter
2016-02-03
1
-0/+1
*
Issue #19023: Document ctypes array and pointer classes
Martin Panter
2016-01-29
1
-0/+1
*
Issue #26106: doc: Move text of licenses to parsed literal block
Victor Stinner
2016-01-21
1
-0/+1
*
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
Serhiy Storchaka
2015-11-25
1
-15/+14
*
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
Serhiy Storchaka
2015-11-22
1
-0/+1
*
Issue #21827: Fixed textwrap.dedent() for the case when largest common
Serhiy Storchaka
2015-10-28
1
-0/+1
*
Issue #25461: Rephrase os.walk() doc
Victor Stinner
2015-10-23
1
-0/+1
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
1
-0/+1
*
reinitialize an Event's Condition with a regular lock (closes #25319)
Benjamin Peterson
2015-10-06
1
-0/+1
*
Issue #25232: Fix CGIRequestHandler's splitting of URL query
Martin Panter
2015-10-03
1
-0/+1
*
Give proper credit for issue #24915
Brett Cannon
2015-09-18
1
-0/+1
*
Issue #25030: Do not document seek() as if it accepts keyword arguments
Martin Panter
2015-09-11
1
-0/+1
*
Issue #23406: Clarify documentation on multiplying a sequence
Martin Panter
2015-09-07
1
-0/+1
*
Issue #17849: Raise sensible exception for invalid HTTP tunnel response
Martin Panter
2015-09-07
1
-0/+1
*
Issue #24952: Clarify default argument of stack_size() in threading, thread
Martin Panter
2015-08-31
1
-0/+1
*
Merge 2.7 heads.
Robert Collins
2015-08-24
1
-0/+2
|
\
|
*
Issue #23672: ACKS
Terry Jan Reedy
2015-08-17
1
-0/+1
|
*
#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray
2015-08-13
1
-0/+1
*
|
Issue #22812: Fix unittest discovery examples.
Robert Collins
2015-08-24
1
-0/+1
|
/
[next]