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 #25624: ZipFile now always writes a ZIP_STORED header for directory ent...
Benjamin Peterson
2015-11-23
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
|
/
*
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
1
-0/+1
*
Issue #23652: Make the select module compile against LSB headers.
Zachary Ware
2015-08-02
1
-0/+1
*
Issue 24745: Add ACKS entry.
Terry Jan Reedy
2015-08-01
1
-0/+1
*
Issue #21192: acks for 2.7
Terry Jan Reedy
2015-08-01
1
-0/+1
*
Issue #23319: Add Matthieu Gautier to Misc/ACKS
Victor Stinner
2015-07-29
1
-0/+1
*
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
Robert Collins
2015-07-26
1
-0/+1
*
Issue #23985: Fixed integer overflow in iterator object. Original patch by
Serhiy Storchaka
2015-05-21
1
-0/+1
*
Attribute Michael Dorman for his initial patch on issue #18402.
Zachary Ware
2015-04-13
1
-0/+1
*
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka
2015-04-04
1
-0/+1
*
#23512: list non-essential built-in functions after the table. Patch by Carl...
Ezio Melotti
2015-03-24
1
-0/+1
*
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
Ezio Melotti
2015-03-24
1
-0/+1
*
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
1
-0/+1
*
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka
2015-03-13
1
-0/+1
*
Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.
Serhiy Storchaka
2015-03-06
1
-0/+2
*
Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch
Stefan Krah
2015-01-30
1
-0/+1
*
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Ned Deily
2015-01-18
1
-0/+1
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-0/+1
*
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Serhiy Storchaka
2014-12-01
1
-0/+1
*
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
Serhiy Storchaka
2014-11-02
1
-0/+1
*
#22751: fix test___all__ warning about modified environment in the tests. Pa...
Ezio Melotti
2014-11-02
1
-0/+1
*
#22237: fix patch attribution.
Ezio Melotti
2014-10-28
1
-1/+1
*
#22237: document that sorted() is guaranteed to be stable. Initial patch by ...
Ezio Melotti
2014-10-28
1
-0/+1
*
give exception a nice message (closes #22379)
Benjamin Peterson
2014-09-28
1
-0/+1
*
#10510: make distuitls upload/register use HTML standards compliant CRLF.
R David Murray
2014-09-27
1
-0/+1
*
Issue #16537: Check whether self.extensions is empty in setup.py.
Berker Peksag
2014-09-27
1
-0/+1
*
Issue #17462: Add a paragraph about advantages of argparse over optparse.
Berker Peksag
2014-09-26
1
-0/+1
*
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
Berker Peksag
2014-09-24
1
-0/+1
*
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
Guido van Rossum
2014-09-16
1
-0/+1
*
Issue #22191: Fix warnings.__all__.
Brett Cannon
2014-08-22
1
-0/+1
*
Issue #22174: Clean-up grammar and ambiguities in property() docs.
Raymond Hettinger
2014-08-10
1
-0/+1
*
#18034: update FAQ to suggest importlib.import_module instead of __import__. ...
Ezio Melotti
2014-08-04
1
-0/+1
*
Issue #21591: add test for qualified exec in tuple form.
Robert Jordens
2014-07-29
1
-0/+1
*
Issue #21597: Turtledemo text pane can now be widened to view or copy complete
Terry Jan Reedy
2014-07-23
1
-0/+1
*
Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on
Serhiy Storchaka
2014-07-22
1
-1/+0
[next]