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
*
(Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length
Victor Stinner
2015-08-18
1
-0/+1
|
\
|
*
cgi.FieldStorage.read_multi ignores Content-Length
Victor Stinner
2015-08-18
1
-0/+1
*
|
Merge with 3.4
Terry Jan Reedy
2015-08-17
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
|
\
\
|
|
/
|
*
Issue #24774: Fix docstring in http.server.test.
Robert Collins
2015-08-17
1
-0/+1
*
|
Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray
2015-08-13
1
-0/+1
|
\
\
|
|
/
|
*
#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray
2015-08-13
1
-0/+1
*
|
Merge issue #24129 from 3.4
Nick Coghlan
2015-08-05
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 #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 #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 24745: Add ACKS entry.
Terry Jan Reedy
2015-08-01
1
-0/+1
*
|
Merge with 3.4
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 #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 #23779: imaplib raises TypeError if authenticator tries to abort.
Robert Collins
2015-07-30
1
-0/+1
*
|
Merge 3.4 (Misc/ACKS)
Victor Stinner
2015-07-29
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 #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 #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 #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 #23661: unittest.mock side_effects can now be exceptions again.
Robert Collins
2015-07-14
1
-0/+1
*
|
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-0/+1
*
|
Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.
Raymond Hettinger
2015-05-23
1
-0/+1
*
|
Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and
Serhiy Storchaka
2015-05-21
1
-0/+1
*
|
Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Ruppr...
Antoine Pitrou
2015-05-20
1
-0/+1
*
|
#21083: add get_content_disposition method to email.message.
R David Murray
2015-05-16
1
-0/+1
*
|
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-06
1
-0/+1
*
|
Issue #22619: Added negative limit support in the traceback module.
Serhiy Storchaka
2015-05-03
1
-0/+1
*
|
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
Gregory P. Smith
2015-04-25
1
-0/+1
*
|
#16914: add timestamps to smtplib debugging output via new debuglevel 2.
R David Murray
2015-04-16
1
-0/+2
*
|
#7159: generalize urllib prior auth support.
R David Murray
2015-04-16
1
-0/+1
*
|
#18128: use standard +NNNN timezone format in POT-Creation-Date header.
R David Murray
2015-04-16
1
-0/+1
*
|
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFi...
Eric V. Smith
2015-04-15
1
-0/+1
*
|
add Allison Kaptur (#21217)
Benjamin Peterson
2015-04-15
1
-0/+1
*
|
Issue #21217: inspect.getsourcelines() now tries to compute the start and
Antoine Pitrou
2015-04-14
1
-0/+1
*
|
Merge 3.4 (#23310)
Łukasz Langa
2015-04-14
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23310: Fix MagicMock's initializer to work with __methods__.
Łukasz Langa
2015-04-14
1
-0/+1
*
|
Issue #23310: Fix MagicMock's initializer to work with __methods__.
Łukasz Langa
2015-04-14
1
-0/+1
*
|
#11754: test contents of string module attributes.
R David Murray
2015-04-14
1
-0/+1
[next]