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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge: #24216: fix typo
R David Murray
2015-05-17
1
-1/+1
|
\
\
|
|
/
|
*
#24216: fix typo
R David Murray
2015-05-17
1
-1/+1
*
|
Add versionadded directive for BoundArguments.apply_defaults().
Berker Peksag
2015-05-16
1
-0/+2
*
|
#21083: add get_content_disposition method to email.message.
R David Murray
2015-05-16
2
-0/+17
*
|
Issue #16314: Added support for the LZMA compression in distutils.
Serhiy Storchaka
2015-05-16
4
-32/+58
*
|
#21804: Add RFC 6856 (UTF8) support to poplib.
R David Murray
2015-05-16
2
-0/+16
*
|
#19662: Make requirement to support arbitrary keywords explicit.
R David Murray
2015-05-16
1
-0/+4
*
|
#22027: Add RFC6531 support to smtplib.
R David Murray
2015-05-16
2
-1/+37
*
|
Issue 24190: Add inspect.BoundArguments.apply_defaults() method.
Yury Selivanov
2015-05-16
2
-21/+23
*
|
Issue #20182: converted the signal module to use Argument Clinic
Tal Einat
2015-05-16
1
-6/+6
*
|
Argument Clinic: added missing bit of info in howto
Tal Einat
2015-05-16
1
-0/+1
*
|
Issue #24064: Docuement that oroperty docstrings are now writeable.
Raymond Hettinger
2015-05-15
1
-0/+3
*
|
Closes #24013: Improve os.scandir() and DirEntry documentation
Victor Stinner
2015-05-15
1
-71/+69
*
|
os module doc: remove availability when useless
Victor Stinner
2015-05-15
1
-58/+0
*
|
Issue 24191: Document BoundArguments.signature
Yury Selivanov
2015-05-14
1
-0/+4
|
\
\
|
|
/
|
*
Issue 24191: Document BoundArguments.signature
Yury Selivanov
2015-05-14
1
-0/+4
*
|
Merge: Make sentence correct English.
R David Murray
2015-05-14
1
-1/+1
|
\
\
|
|
/
|
*
Make sentence correct English.
R David Murray
2015-05-14
1
-1/+1
*
|
Merge: #23088: Clarify null termination of bytes and strings in C API.
R David Murray
2015-05-14
3
-31/+44
|
\
\
|
|
/
|
*
#23088: Clarify null termination of bytes and strings in C API.
R David Murray
2015-05-14
3
-31/+44
*
|
merge
Raymond Hettinger
2015-05-13
1
-2/+2
|
\
\
|
|
/
|
*
Fix mangled wording
Raymond Hettinger
2015-05-13
1
-2/+2
*
|
remove extra space
Benjamin Peterson
2015-05-13
1
-2/+2
*
|
remove % from title, since it makes latex barf
Benjamin Peterson
2015-05-13
1
-2/+2
*
|
merge
Raymond Hettinger
2015-05-13
1
-3/+3
|
\
\
|
|
/
|
*
Issue #19934: Document *None* as an acceptable input to Counter.most_common(...
Raymond Hettinger
2015-05-13
1
-3/+3
*
|
Issue #23695: Explain the zip() example for clustering a data series into n...
Raymond Hettinger
2015-05-13
1
-1/+3
*
|
Issue #1322: platform.dist() and platform.linux_distribution() functions are ...
Berker Peksag
2015-05-13
2
-0/+9
*
|
Issue #24064: Add __doc__ to the example in collections.rst.
Berker Peksag
2015-05-13
1
-3/+3
*
|
Issue #24064: Property() docstrings are now writeable.
Raymond Hettinger
2015-05-13
2
-0/+25
*
|
merge 3.4
Benjamin Peterson
2015-05-12
1
-2/+2
|
\
\
|
|
/
|
*
use imperative
Benjamin Peterson
2015-05-12
1
-2/+2
*
|
versionadded
Benjamin Peterson
2015-05-12
1
-0/+2
*
|
Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...
Serhiy Storchaka
2015-05-12
2
-0/+11
*
|
Issue #22681: Added support for the koi8_t encoding.
Serhiy Storchaka
2015-05-12
2
-0/+7
*
|
Issue #22682: Added support for the kz1048 encoding.
Serhiy Storchaka
2015-05-12
2
-0/+7
*
|
Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
Serhiy Storchaka
2015-05-12
1
-0/+3
*
|
Issue #23983: Update the pty module example.
Berker Peksag
2015-05-12
1
-37/+29
|
\
\
|
|
/
|
*
Issue #23983: Update the pty module example.
Berker Peksag
2015-05-12
1
-37/+29
*
|
doc: Briefly mention C API changes in whatsnew.
Yury Selivanov
2015-05-12
1
-0/+3
*
|
Mention PEP 492 in whatsnew.
Yury Selivanov
2015-05-12
1
-0/+1
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
2
-3/+41
*
|
Merge 3.4 (asyncio docs)
Yury Selivanov
2015-05-11
4
-20/+48
|
\
\
|
|
/
|
*
docs/asyncio: Document new ensure_future() and deprecated async()
Yury Selivanov
2015-05-11
3
-20/+28
|
*
docs/asyncio: Document set_task_factory/get_task_factory
Yury Selivanov
2015-05-11
1
-0/+20
*
|
#21795: advertise 8BITMIME if decode_data is False.
R David Murray
2015-05-11
2
-28/+52
*
|
#21800: Add RFC 6855 support to imaplib.
R David Murray
2015-05-10
2
-2/+39
*
|
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
4
-10/+21
*
|
Issue #24018: Add a collections.Generator abstract base class.
Raymond Hettinger
2015-05-09
1
-0/+10
*
|
Merge 3.4
Andrew Svetlov
2015-05-08
1
-2/+1
|
\
\
|
|
/
[prev]
[next]