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 #21545: Add .pop example and tweak comment about pure mutation methods.
Terry Jan Reedy
2014-05-23
1
-0/+1
*
Issue #21488: Oops, the patch for codecs.encode/decode doc was written by
Victor Stinner
2014-05-14
1
-1/+0
*
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
1
-0/+1
*
Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...
Victor Stinner
2014-05-14
1
-0/+1
*
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
1
-0/+1
*
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
1
-0/+1
*
Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.
Terry Jan Reedy
2014-04-29
1
-0/+1
*
Issue #21127: Path objects can now be instantiated from str subclass instance...
Antoine Pitrou
2014-04-22
1
-0/+1
*
#12220: improve minidom error when URI contains spaces.
R David Murray
2014-04-20
1
-0/+1
*
Issue #21311: Avoid exception in _osx_support with non-standard compiler
Ned Deily
2014-04-19
1
-0/+1
*
Issue #21289: Fix documentation building on Windows using Doc/make.bat.
Zachary Ware
2014-04-18
1
-0/+1
*
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
Terry Jan Reedy
2014-04-16
1
-0/+1
*
merge 3.3
Benjamin Peterson
2014-04-14
1
-0/+1
|
\
|
*
merge 3.2
Benjamin Peterson
2014-04-14
1
-0/+1
|
|
\
|
|
*
in scan_once, prevent the reading of arbitrary memory when passed a negative ...
Benjamin Peterson
2014-04-14
1
-0/+1
*
|
|
merge 3.3
Benjamin Peterson
2014-03-31
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
merge 3.2
Benjamin Peterson
2014-03-31
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
add Ian Beer
Benjamin Peterson
2014-03-31
1
-0/+1
*
|
|
backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.
R David Murray
2014-03-25
1
-0/+1
*
|
|
Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc...
Antoine Pitrou
2014-03-23
1
-0/+1
*
|
|
add Nehal Hussain
Benjamin Peterson
2014-03-20
1
-0/+1
*
|
|
merge 3.3
Benjamin Peterson
2014-03-12
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
add Sean Rodman
Benjamin Peterson
2014-03-12
1
-0/+1
*
|
|
#20871: improve email policy test coverage.
R David Murray
2014-03-09
1
-0/+1
*
|
|
#11558: Better message if attach called on non-multipart.
R David Murray
2014-03-06
1
-0/+1
*
|
|
merge 3.3
Benjamin Peterson
2014-03-02
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
add Chris Angelico
Benjamin Peterson
2014-03-02
1
-0/+1
|
*
|
Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate
Victor Stinner
2014-01-27
1
-0/+1
*
|
|
Issue #20637: Key-sharing now also works for instance dictionaries of subclas...
Antoine Pitrou
2014-02-23
1
-0/+1
*
|
|
Issue #20367: Add Glenn Langford to Misc/ACKS
Victor Stinner
2014-01-26
1
-0/+1
*
|
|
Merge from 3.3.
Stefan Krah
2014-01-20
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.
Stefan Krah
2014-01-20
1
-0/+1
*
|
|
merge 3.3 (#18574)
Benjamin Peterson
2014-01-19
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
add Nikolaus Rath to ACKS
Benjamin Peterson
2014-01-19
1
-0/+1
|
*
|
merge 3.2 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+1
|
*
|
Issue #13107: argparse and optparse no longer raises an exception when output
Serhiy Storchaka
2014-01-09
1
-0/+1
|
*
|
Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.
Zachary Ware
2013-12-19
1
-0/+1
*
|
|
merge 3.3 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+1
*
|
|
Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin.
Antoine Pitrou
2013-12-28
1
-0/+1
*
|
|
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
1
-0/+1
*
|
|
(Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from
Victor Stinner
2013-12-08
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
Victor Stinner
2013-12-08
1
-0/+1
|
*
|
Merge heads
Zachary Ware
2013-11-26
1
-0/+1
|
|
\
\
*
|
|
|
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.
Alexandre Vassalotti
2013-12-07
1
-0/+1
*
|
|
|
Merge heads
Zachary Ware
2013-11-26
1
-0/+1
|
\
\
\
\
|
*
\
\
\
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
1
-0/+1
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
1
-0/+1
*
|
|
|
|
Issue #19588: Merge with 3.3
Zachary Ware
2013-11-26
1
-0/+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
[next]