Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.4
/
Misc
/
ACKS
tag
6bedc750c2d3ca75671c3a6b261592455e0f5850
tagger
Larry Hastings <larry@hastings.org>
Wed May 08 14:43:41 2019
object
05c28b08f6e2fc8782472b026c98a3fdd61a2ba9
Final head of the now-retired 3.4 branch.
942cc04
[3.4] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6035)
by Ned Deily
· 7 years ago
6c004b4
bpo-30657: Fix CVE-2017-1000158 (#4758)
by Miro Hrončok
· 8 years ago
cc54c1c
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2291)
by Victor Stinner
· 8 years ago
f734479
[3.4] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678) (#2248)
by Serhiy Storchaka
· 8 years ago
90ba2ca
#26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.
by Ezio Melotti
· 9 years ago
6c2d33a
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.
by Guido van Rossum
· 10 years ago
ced699b
#24903: Remove misleading error message to fix regression.
by R David Murray
· 10 years ago
747d48c
Issues #22989, #21228: Document HTTP response object for urlopen()
by Martin Panter
· 10 years ago
1c855f4
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
by Serhiy Storchaka
· 10 years ago
8bc792a
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
by Serhiy Storchaka
· 10 years ago
da32d26
Issue #25498: Fixed contributors name.
by Serhiy Storchaka
· 10 years ago
1bb6515
Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview
by Martin Panter
· 10 years ago
ea4cb63
Issue #21827: Fixed textwrap.dedent() for the case when largest common
by Serhiy Storchaka
· 10 years ago
0e316f6
Issue #25461: Rephrase os.walk() doc
by Victor Stinner
· 10 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 10 years ago
15982aa
reinitialize an Event's Condition with a regular lock (closes #25319)
by Benjamin Peterson
· 10 years ago
b9bf913
Issue #23972: updates to asyncio datagram API. By Chris Laws.
by Guido van Rossum
· 10 years ago
841d9ee
Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.
by Guido van Rossum
· 10 years ago
a02e18a
Issue #25232: Fix CGIRequestHandler's splitting of URL query
by Martin Panter
· 10 years ago
85976b1
Fixed issue #25034: Fix string.Formatter problem with auto-numbering
by Eric V. Smith
· 10 years ago
74edd35
Add Benjamin Hodgson to Misc/ACK
by Andrew Svetlov
· 10 years ago
5e4a7d8
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
by Victor Stinner
· 10 years ago
cebfdac
Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä
by Martin Panter
· 10 years ago
db4220e
Issue #25030: Do not document seek() as if it accepts keyword arguments
by Martin Panter
· 10 years ago
d1a9858
Issue #24984: Document AF_BLUETOOTH socket address formats
by Martin Panter
· 10 years ago
931331a
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
by Serhiy Storchaka
· 10 years ago
e8d58d1
Issue #25004: Handle out-of-disk-space error in LargeMmapTests
by Martin Panter
· 10 years ago
7f02d6d
Issue #23406: Clarify documentation on multiplying a sequence
by Martin Panter
· 10 years ago
6fb5bae
Fix race condition in create_stdio()
by Victor Stinner
· 10 years ago
31e7f50
Issue #24952: Clarify default argument of stack_size() in threading, _thread
by Martin Panter
· 10 years ago
78d5033
Issue #24808: Update the documentation of some PyTypeObject fields
by Martin Panter
· 10 years ago
a2b0055
Issue #22812: Fix unittest discovery examples.
by Robert Collins
· 10 years ago
6579459
cgi.FieldStorage.read_multi ignores Content-Length
by Victor Stinner
· 10 years ago
a350e85
Issue #23672: ACKS
by Terry Jan Reedy
· 10 years ago
9644f24
Issue #24774: Fix docstring in http.server.test.
by Robert Collins
· 10 years ago
edbc28c
#21167: Fix definition of NAN when ICC used without -fp-model strict.
by R David Murray
· 10 years ago
91e561a
Issue #24129: Clarify reference docs for name resolution.
by Nick Coghlan
· 10 years ago
1ae28d2
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
by Robert Collins
· 10 years ago
2fee5c9
Issue #24021: docstring for urllib.urlcleanup.
by Robert Collins
· 10 years ago
1c837f4
Issue 24745: Add ACKS entry.
by Terry Jan Reedy
· 10 years ago
231007f
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
by Terry Jan Reedy
· 10 years ago
2080dc9
Issue #22932: Fix timezones in email.utils.formatdate.
by Robert Collins
· 10 years ago
5ccc18f
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
by Robert Collins
· 10 years ago
111803c
Issue #23319: Add Matthieu Gautier to Misc/ACKS
by Victor Stinner
· 10 years ago
ddc7440
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
by Robert Collins
· 10 years ago
e02f6c2
Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
by Robert Collins
· 10 years ago
b37f43f
- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
by Robert Collins
· 10 years ago
4faf5c5
Issue #23985: Fixed integer overflow in iterator object. Patch by
by Serhiy Storchaka
· 10 years ago
5f6684e
Issue #23310: Fix MagicMock's initializer to work with __methods__.
by Łukasz Langa
· 10 years ago
bb5dbf8
Attribute Michael Dorman for his initial patch on issue #18402.
by Zachary Ware
· 10 years ago
2e229e0
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
by Serhiy Storchaka
· 10 years ago
2e3998f
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
by Ezio Melotti
· 10 years ago
19276f1
Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)
by Victor Stinner
· 10 years ago
beed840
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
by R David Murray
· 10 years ago
79fbeee
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
by Serhiy Storchaka
· 10 years ago
c775ad6
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
by Serhiy Storchaka
· 10 years ago
b389b48
Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.
by Victor Stinner
· 10 years ago
54237f9
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)
by Benjamin Peterson
· 11 years ago
104b9e0
fix many custom mro() edge cases and improve code quality (#22735)
by Benjamin Peterson
· 11 years ago
ccb416f
Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart.
by Ned Deily
· 11 years ago
82f34ad
fix instances of consecutive articles (closes #23221)
by Benjamin Peterson
· 11 years ago
e718297
Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation
by Victor Stinner
· 11 years ago
8cf7c1c
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
by Serhiy Storchaka
· 11 years ago
8b23f5c
#22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo.
by Ezio Melotti
· 11 years ago
788f2ad
#22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.
by Ezio Melotti
· 11 years ago
670e8ff
#22237: fix patch attribution.
by Ezio Melotti
· 11 years ago
64138c4
Issue 22603: add Francisco Fernández Castaño to ACKS.
by Terry Jan Reedy
· 11 years ago
e161849
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating.
by Antoine Pitrou
· 11 years ago
c31f12d
check that exception messages are not empty (#22379)
by Benjamin Peterson
· 11 years ago
9ce6967
#10510: make distuitls upload/register use HTML standards compliant CRLF.
by R David Murray
· 11 years ago
21c8d5c
Issue #16537: Check whether self.extensions is empty in setup.py.
by Berker Peksag
· 11 years ago
6c1f0ad
Issue #17462: Add a paragraph about advantages of argparse over optparse.
by Berker Peksag
· 11 years ago
b87630c
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
by Berker Peksag
· 11 years ago
eb83ffe
fix error in split() examples (closes #22459)
by Benjamin Peterson
· 11 years ago
86c9e18
Merge from 3.3
by Senthil Kumaran
· 11 years ago
e025b52
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
by Senthil Kumaran
· 11 years ago
637e454
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 11 years ago
7d0b8f9
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 11 years ago
f54c350
Issue #19524: Fixed resource leak in the HTTP connection when an invalid
by Serhiy Storchaka
· 11 years ago
a64b92e
Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock.
by Antoine Pitrou
· 11 years ago
14ad531
Issue #22191: Fix warnings.__all__.
by Brett Cannon
· 11 years ago
143fe05
Issue #21445: Pass exception messages correctly to assertTrue in
by Berker Peksag
· 11 years ago
ac191ce
Issue #22174: Clean-up grammar and ambiguities in property() docs.
by Raymond Hettinger
· 11 years ago
e4aad5a
#18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst.
by Ezio Melotti
· 11 years ago
d577480
#20977: fix undefined name in the email module. Patch by Rose Ames.
by Ezio Melotti
· 11 years ago
8a0fb2c
#21704: remove duplicate name in Misc/ACKS.
by Ezio Melotti
· 11 years ago
e0e6581
Issue #21704: Fix build error for _multiprocessing when semaphores
by Richard Oudkerk
· 11 years ago
5a2146a
Issue #22044: Fixed premature DECREF in call_tzinfo_method.
by Raymond Hettinger
· 11 years ago
b03f042
Issue #21597: Turtledemo text pane can now be widened to view or copy complete
by Terry Jan Reedy
· 11 years ago
64a1207
Correct issue #21044 patch author.
by Serhiy Storchaka
· 11 years ago
dfab935
Issue #21976: Fix test_ssl to accept LibreSSL version strings.
by Antoine Pitrou
· 11 years ago
2c6a3ae
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
by Serhiy Storchaka
· 11 years ago
5d0d2e6
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
217f4cd
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
915a30f
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 11 years ago
1945456
Issue #19145: Remove duplicate ACKS entry
by Raymond Hettinger
· 11 years ago
97d3555
Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()>
by Raymond Hettinger
· 11 years ago
14199f9
#20155: use fake HTTP method names so windows doesn't hang the tests.
by R David Murray
· 11 years ago
4c945fe
merge
by Raymond Hettinger
· 11 years ago
17f9b64
add Chris Foster
by Benjamin Peterson
· 11 years ago
Next »