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
*
[3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...
Serhiy Storchaka
2018-10-11
1
-13/+14
*
bpo-34576 warn users on security for http.server (GH-9720)
Miss Islington (bot)
2018-10-11
1
-0/+8
*
[3.6] bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-10
2
-3/+3
*
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)
Miss Islington (bot)
2018-10-08
2
-1/+40
*
Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRai...
Miss Islington (bot)
2018-10-03
1
-3/+3
*
Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670)
Miss Islington (bot)
2018-10-02
1
-1/+1
*
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9664)
Miss Islington (bot)
2018-10-02
1
-1/+1
*
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
Miss Islington (bot)
2018-09-29
1
-5/+6
*
Clarify that Type[SomeTypeVar] is legal (GH-9585)
Miss Islington (bot)
2018-09-26
1
-3/+6
*
bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (GH-9567)
Miss Islington (bot)
2018-09-25
1
-2/+11
*
[3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)
Christian Heimes
2018-09-24
4
-3/+43
*
[3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)
Christian Heimes
2018-09-23
2
-0/+46
*
Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)
Miss Islington (bot)
2018-09-21
1
-2/+3
*
bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)
Miss Islington (bot)
2018-09-17
1
-26/+34
*
closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)
Miss Islington (bot)
2018-09-12
1
-1/+2
*
[3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209)
Benjamin Peterson
2018-09-12
1
-14/+40
*
bpo-34365: Update date object documentation (GH-8814)
Miss Islington (bot)
2018-09-11
1
-4/+3
*
bpo-34613: document the correct value of limit argument of asyncio.StreamRead...
Miss Islington (bot)
2018-09-11
1
-1/+3
*
bpo-28617 Fixed docs inaccuracies about the types that support membership tes...
Miss Islington (bot)
2018-09-11
1
-2/+2
*
Fix missing line from example shell session (GH-9143) (GH-9156)
Miss Islington (bot)
2018-09-11
1
-0/+1
*
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
Miss Islington (bot)
2018-09-10
1
-2/+2
*
Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)
Miss Islington (bot)
2018-09-10
1
-3/+3
*
[3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112)
Pablo Galindo
2018-09-08
1
-2/+2
*
Fix struct sequence glossary entry grammar (GH-9030)
Miss Islington (bot)
2018-09-02
1
-1/+1
*
Fix markup in stdtypes documentation (GH-8905)
Miss Islington (bot)
2018-08-25
1
-5/+5
*
Make it more clear that setUpClass runs before each class, not "class run" (G...
Miss Islington (bot)
2018-08-25
1
-1/+1
*
bpo-22057: Clarify eval() documentation (GH-8812)
Miss Islington (bot)
2018-08-19
1
-2/+4
*
bpo-34432: doc Mention complex and decimal.Decimal on str.format not about lo...
Miss Islington (bot)
2018-08-18
1
-7/+8
*
bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)
Miss Islington (bot)
2018-08-17
1
-2/+2
*
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)
Christian Heimes
2018-08-15
1
-5/+3
*
bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)
Christian Heimes
2018-08-14
1
-0/+9
*
smtplib documentation fixes (GH-8708)
Miss Islington (bot)
2018-08-13
1
-4/+11
*
Fix misindented yaml in logging how to example (GH-8604)
Miss Islington (bot)
2018-08-13
1
-3/+3
*
Fix the versionadded indentation in exec_module doc (GH-8719)
Miss Islington (bot)
2018-08-12
1
-1/+1
*
bpo-34379: Doc: Move note for json.dump (GH-8730)
Miss Islington (bot)
2018-08-11
1
-6/+5
*
Improve grammar of asynchronous iterator glossary entry (GH-8657)
Miss Islington (bot)
2018-08-09
1
-3/+3
*
bpo-34324: Doc README wrong directory name for venv (GH-8650)
Miss Islington (bot)
2018-08-09
1
-1/+1
*
Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH...
Miss Islington (bot)
2018-08-07
1
-23/+23
*
bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)
Miss Islington (bot)
2018-08-06
1
-1/+2
*
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)
Miss Islington (bot)
2018-08-06
1
-4/+4
*
bpo-34336: Don't promote possibility to leave out typing.Optional (GH-8677)
Miss Islington (bot)
2018-08-05
1
-4/+12
*
Fix reST markup in unittest documentation (GH-8665)
Miss Islington (bot)
2018-08-03
1
-1/+1
*
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
Miss Islington (bot)
2018-08-03
1
-1/+5
*
Improve the grammar in `range` documentation. (GH-8628)
Miss Islington (bot)
2018-08-03
1
-1/+1
*
bpo-27910: Update documentation of traceback module (GH-6116)
Miss Islington (bot)
2018-08-02
1
-17/+19
*
bpo-27671: Update FAQ about why len is function (GH-8432)
Miss Islington (bot)
2018-07-31
1
-18/+19
*
Use 'for example' instead of 'in other words' in compound statement doc (GH-8...
Miss Islington (bot)
2018-07-30
1
-1/+1
*
Fix typos & formatting in Using Python on Windows doc (GH-8559)
Miss Islington (bot)
2018-07-30
1
-4/+4
*
bpo-8145: Improve isolation_level documentation (GH-8499)
Miss Islington (bot)
2018-07-29
1
-14/+22
*
bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)
Miss Islington (bot)
2018-07-28
1
-7/+13
[next]