Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
34360c8e09f51075fec0c673b2674d20bed33bf5
/
Misc
/
ACKS
34360c8
Issue #19023: Document ctypes array and pointer classes
by Martin Panter
· 10 years ago
d99cd33
Issue #26106: doc: Move text of licenses to parsed literal block
by Victor Stinner
· 10 years ago
2a97f8a
Issue #26029: Remove extraneous word. Patch by Upendra Kumar.
by Terry Jan Reedy
· 10 years ago
d54377d
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5)
by Guido van Rossum
· 10 years ago
6c2d33a
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.
by Guido van Rossum
· 10 years ago
762d5ea
Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension().
by Brett Cannon
· 10 years ago
85622e4
Issue #25874: Clarify platform support in the "Using Python on Windows" doc.
by Brett Cannon
· 10 years ago
939614c
Merge: #24903: Remove misleading error message to fix regression.
by R David Murray
· 10 years ago
ced699b
#24903: Remove misleading error message to fix regression.
by R David Murray
· 10 years ago
9e87f3d
Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5
by Martin Panter
· 10 years ago
747d48c
Issues #22989, #21228: Document HTTP response object for urlopen()
by Martin Panter
· 10 years ago
83cb6b5
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
by Serhiy Storchaka
· 10 years ago
1c855f4
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
by Serhiy Storchaka
· 10 years ago
6e3d2ba
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
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
a27a1e5
Issue #25498: Fixed contributors name.
by Serhiy Storchaka
· 10 years ago
da32d26
Issue #25498: Fixed contributors name.
by Serhiy Storchaka
· 10 years ago
0da4ac1
Issue #25498: Merge ctypes crash fix from 3.4 into 3.5
by Martin Panter
· 10 years ago
1bb6515
Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview
by Martin Panter
· 10 years ago
ac4bdcc
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
by Serhiy Storchaka
· 10 years ago
f8152c6
Issue #21827: Fixed textwrap.dedent() for the case when largest common
by Serhiy Storchaka
· 10 years ago
ea4cb63
Issue #21827: Fixed textwrap.dedent() for the case when largest common
by Serhiy Storchaka
· 10 years ago
de6e800
Merge 3.4 (Issue #25461)
by Victor Stinner
· 10 years ago
0e316f6
Issue #25461: Rephrase os.walk() doc
by Victor Stinner
· 10 years ago
84835ab
Issue #25161: Merge full stops from 3.4 into 3.5
by Martin Panter
· 10 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 10 years ago
72181b2
merge 3.4 (#25319)
by Benjamin Peterson
· 10 years ago
15982aa
reinitialize an Event's Condition with a regular lock (closes #25319)
by Benjamin Peterson
· 10 years ago
eda1955
Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.)
by Guido van Rossum
· 10 years ago
b9bf913
Issue #23972: updates to asyncio datagram API. By Chris Laws.
by Guido van Rossum
· 10 years ago
0d9bef9
Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.4->3.5.)
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
56b76d2
Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
a02e18a
Issue #25232: Fix CGIRequestHandler's splitting of URL query
by Martin Panter
· 10 years ago
ad4003c
Issue #25034: Merge from 3.4.
by Eric V. Smith
· 10 years ago
85976b1
Fixed issue #25034: Fix string.Formatter problem with auto-numbering
by Eric V. Smith
· 10 years ago
1c99e52
Merge 3.4 -> 3.5
by Andrew Svetlov
· 10 years ago
74edd35
Add Benjamin Hodgson to Misc/ACK
by Andrew Svetlov
· 10 years ago
7b58a2b
Merge 3.4 (asyncio)
by Victor Stinner
· 10 years ago
5e4a7d8
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
by Victor Stinner
· 10 years ago
926be1b
Issue #25176: Merge cgi.parse_qsl link from 3.4 into 3.5
by Martin Panter
· 10 years ago
cebfdac
Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä
by Martin Panter
· 10 years ago
7188a3e
Issue #24915: Add Clang support to PGO builds and use the test suite
by Brett Cannon
· 10 years ago
0e8e78e
Issue #25030: Merge seek() doc fixes from 3.4 into 3.5
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
24a9bd0
Issue #24984: Merge 3.4 into 3.5
by Martin Panter
· 10 years ago
d1a9858
Issue #24984: Document AF_BLUETOOTH socket address formats
by Martin Panter
· 10 years ago
3b1bc78
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
by Serhiy Storchaka
· 10 years ago
931331a
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
by Serhiy Storchaka
· 10 years ago
da19767
Issue #25004: Merge 3.4 into 3.5
by Martin Panter
· 10 years ago
e8d58d1
Issue #25004: Handle out-of-disk-space error in LargeMmapTests
by Martin Panter
· 10 years ago
06dc2fa
Issue #23406: Merge 3.4 into 3.5
by Martin Panter
· 10 years ago
7f02d6d
Issue #23406: Clarify documentation on multiplying a sequence
by Martin Panter
· 10 years ago
874dbe8
Merge 3.4 (create_stdio)
by Victor Stinner
· 10 years ago
6fb5bae
Fix race condition in create_stdio()
by Victor Stinner
· 10 years ago
e721b7c
Issue #24952: Merge 3.4 into 3.5
by Martin Panter
· 10 years ago
31e7f50
Issue #24952: Clarify default argument of stack_size() in threading, _thread
by Martin Panter
· 10 years ago
36f22a2
Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field
by Martin Panter
· 10 years ago
78d5033
Issue #24808: Update the documentation of some PyTypeObject fields
by Martin Panter
· 10 years ago
478eadc
Issue #22812: Fix unittest discovery examples.
by Robert Collins
· 10 years ago
a2b0055
Issue #22812: Fix unittest discovery examples.
by Robert Collins
· 10 years ago
be6caca
Issue #20362: Honour TestCase.longMessage correctly in assertRegex.
by Robert Collins
· 10 years ago
1e26dc7
(Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length
by Victor Stinner
· 10 years ago
6579459
cgi.FieldStorage.read_multi ignores Content-Length
by Victor Stinner
· 10 years ago
ac28169
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
a350e85
Issue #23672: ACKS
by Terry Jan Reedy
· 10 years ago
5409177
Issue #24774: Fix docstring in http.server.test.
by Robert Collins
· 10 years ago
9644f24
Issue #24774: Fix docstring in http.server.test.
by Robert Collins
· 10 years ago
c77088d
Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict.
by R David Murray
· 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
73c6f64
Merge issue #24129 from 3.4
by Nick Coghlan
· 10 years ago
b3ca31f
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
by Robert Collins
· 10 years ago
1f9a29f
Issue #24021: docstring for urllib.urlcleanup.
by Robert Collins
· 10 years ago
dba51b8
Issue 24745: Add ACKS entry.
by Terry Jan Reedy
· 10 years ago
26f6676
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
19fae1a
Issue #22932: Fix timezones in email.utils.formatdate.
by Robert Collins
· 10 years ago
78378e8
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
by Robert Collins
· 10 years ago
991d1d3
Merge 3.4 (Misc/ACKS)
by Victor Stinner
· 10 years ago
f66f420
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
by Robert Collins
· 10 years ago
38de40d
Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
by Robert Collins
· 10 years ago
76d508b
- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
by Robert Collins
· 10 years ago
f58f88c
Issue #23661: unittest.mock side_effects can now be exceptions again.
by Robert Collins
· 10 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 10 years ago
ec219ba
Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.
by Raymond Hettinger
· 10 years ago
041dd8e
Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and
by Serhiy Storchaka
· 10 years ago
45d6156
Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht.
by Antoine Pitrou
· 10 years ago
b744f3a
#21083: add get_content_disposition method to email.message.
by R David Murray
· 10 years ago
025e9eb
PEP 448: additional unpacking generalizations (closes #2292)
by Benjamin Peterson
· 10 years ago
24559e4
Issue #22619: Added negative limit support in the traceback module.
by Serhiy Storchaka
· 10 years ago
Next »