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 #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 #23972: updates to asyncio datagram API. By Chris Laws.
Guido van Rossum
2015-10-05
1
-0/+1
*
Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.
Guido van Rossum
2015-10-03
1
-0/+1
*
Issue #25232: Fix CGIRequestHandler's splitting of URL query
Martin Panter
2015-10-03
1
-0/+1
*
Fixed issue #25034: Fix string.Formatter problem with auto-numbering
Eric V. Smith
2015-09-29
1
-0/+1
*
Add Benjamin Hodgson to Misc/ACK
Andrew Svetlov
2015-09-24
1
-0/+1
*
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
Victor Stinner
2015-09-21
1
-0/+1
*
Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä
Martin Panter
2015-09-20
1
-0/+1
*
Issue #25030: Do not document seek() as if it accepts keyword arguments
Martin Panter
2015-09-11
1
-0/+1
*
Issue #24984: Document AF_BLUETOOTH socket address formats
Martin Panter
2015-09-09
1
-0/+1
*
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
1
-0/+1
*
Issue #25004: Handle out-of-disk-space error in LargeMmapTests
Martin Panter
2015-09-07
1
-0/+1
*
Issue #23406: Clarify documentation on multiplying a sequence
Martin Panter
2015-09-07
1
-0/+1
*
Fix race condition in create_stdio()
Victor Stinner
2015-09-04
1
-0/+1
*
Issue #24952: Clarify default argument of stack_size() in threading, _thread
Martin Panter
2015-08-31
1
-0/+1
*
Issue #24808: Update the documentation of some PyTypeObject fields
Martin Panter
2015-08-25
1
-0/+1
*
Issue #22812: Fix unittest discovery examples.
Robert Collins
2015-08-24
1
-0/+1
*
cgi.FieldStorage.read_multi ignores Content-Length
Victor Stinner
2015-08-18
1
-0/+1
*
Issue #23672: ACKS
Terry Jan Reedy
2015-08-17
1
-0/+1
*
Issue #24774: Fix docstring in http.server.test.
Robert Collins
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 #24129: Clarify reference docs for name resolution.
Nick Coghlan
2015-08-05
1
-0/+1
*
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
1
-0/+1
*
Issue #24021: docstring for urllib.urlcleanup.
Robert Collins
2015-08-04
1
-0/+2
*
Issue 24745: Add ACKS entry.
Terry Jan Reedy
2015-08-01
1
-0/+1
*
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Terry Jan Reedy
2015-08-01
1
-0/+1
*
Issue #22932: Fix timezones in email.utils.formatdate.
Robert Collins
2015-07-31
1
-0/+1
*
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
Robert Collins
2015-07-30
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 #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
Robert Collins
2015-07-22
1
-0/+1
*
- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
Robert Collins
2015-07-14
1
-0/+2
*
Issue #23985: Fixed integer overflow in iterator object. Patch by
Serhiy Storchaka
2015-05-21
1
-0/+1
*
Issue #23310: Fix MagicMock's initializer to work with __methods__.
Łukasz Langa
2015-04-14
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
*
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
Ezio Melotti
2015-03-24
1
-0/+1
*
Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)
Victor Stinner
2015-03-23
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/+2
*
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Serhiy Storchaka
2015-03-11
1
-0/+1
*
Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.
Victor Stinner
2015-02-27
1
-0/+1
*
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)
Benjamin Peterson
2015-02-17
1
-0/+1
*
fix many custom mro() edge cases and improve code quality (#22735)
Benjamin Peterson
2015-02-06
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
*
Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation
Victor Stinner
2014-11-28
1
-0/+1
*
Issue #22775: Fixed unpickling of http.cookies.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
[next]