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
Commit message (
Expand
)
Author
Age
Files
Lines
*
import secrets module in secrets recipes (#6705)
Daniel Chimeno
2018-05-19
1
-4/+8
*
bpo-28556: Don't simplify unions at runtime (GH-6841)
Ivan Levkivskyi
2018-05-18
4
-45/+21
*
bpo-33556: Remove reference to thread module from docstring (GH-6963)
Skip Montanaro
2018-05-18
1
-1/+1
*
Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)
Serhiy Storchaka
2018-05-18
1
-2/+9
*
bpo-33564: Add async to IDLE's code context block openers. (GH-6960)
Terry Jan Reedy
2018-05-18
2
-1/+2
*
bpo-33559: Attribute changed repr of exceptions (GH-6954)
Miro Hrončok
2018-05-17
1
-0/+1
*
Fix Windows build of Python for latest WinSDK. (GH-6874)
Carl Meyer
2018-05-17
2
-2/+3
*
bpo-33559: Document changed repr of exceptions (GH-6943)
Miro Hrončok
2018-05-17
1
-0/+3
*
asyncio/docs: Mark asyncio.run() as provisional in 3.7. (#6946)
Yury Selivanov
2018-05-17
1
-0/+2
*
Only upload docs for CI build and not pull requests (GH-6945)
Steve Dower
2018-05-17
1
-0/+1
*
Provide a little better debug output (#6940)
Barry Warsaw
2018-05-17
1
-1/+1
*
bpo-33537: Add an __all__ to importlib.resources (#6920)
Barry Warsaw
2018-05-17
1
-8/+20
*
bpo-19950: Clarify unittest TestCase instance use. (GH-6875)
Gregory P. Smith
2018-05-17
1
-9/+15
*
bpo-32604: Implement force-closing channels. (gh-6937)
Eric Snow
2018-05-17
2
-25/+232
*
Update Python Folder.icns icon file to match new macOS look (GH-1780)
Thomas Jones
2018-05-17
1
-0/+0
*
bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (G...
Matthias Bussonnier
2018-05-17
2
-32/+0
*
bpo-33518: Add PEP entry to documentation glossary (GH-6860)
Andrés Delfino
2018-05-17
1
-0/+15
*
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...
Zvezdan Petkovic
2018-05-17
5
-8/+23
*
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
Serhiy Storchaka
2018-05-17
5
-603/+358
*
Replace _PyGC_REFS macros with higher level macros (GH-6852)
INADA Naoki
2018-05-17
2
-7/+4
*
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
Steve Dower
2018-05-16
22
-25/+603
*
bpo-32216: Update dataclasses documentation (#6913)
Barry Warsaw
2018-05-16
1
-75/+79
*
bpo-32604: Improve subinterpreter tests. (#6914)
Eric Snow
2018-05-16
3
-275/+1249
*
Remove an unneeded call into OpenSSL (GH-6887)
Alex Gaynor
2018-05-16
1
-1/+0
*
Fix ClassVar as string fails when getting type hints (GH-6824)
Nina Zakharenko
2018-05-16
3
-6/+38
*
bpo-28167: Remove platform.linux_distribution (GH-6871)
Petr Viktorin
2018-05-16
5
-290/+13
*
bpo-24318: Rewrite the README PGO section. (#6863)
Gregory P. Smith
2018-05-16
1
-19/+20
*
bpo-33536: Validate make_dataclass() field names. (GH-6906)
Eric V. Smith
2018-05-16
3
-108/+182
*
bpo-21475: Support the Sitemap extension in robotparser (GH-6883)
Christopher Beacham
2018-05-16
5
-0/+47
*
Minor tweaks to dataclasses docs. (GH-6903)
Eric V. Smith
2018-05-16
1
-3/+3
*
bpo-33534: Remove unneeded test. (GH-6897)
Eric V. Smith
2018-05-16
1
-6/+5
*
Reflow dataclasses comments (GH-6893)
Eric V. Smith
2018-05-16
1
-170/+176
*
bpo-32216: Add documentation for dataclasses (GH-6886)
Eric V. Smith
2018-05-16
2
-0/+589
*
bpo-32384: Skip test when _testcapi isn't available (GH-4940)
Isaiah Peng
2018-05-16
1
-1/+7
*
closes bpo-33512: use standard for detecting long double (GH-6847)
Eitan Adler
2018-05-16
4
-37/+33
*
bpo-33453: Handle string type annotations in dataclasses. (GH-6768)
Eric V. Smith
2018-05-16
7
-20/+399
*
bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6...
Serhiy Storchaka
2018-05-15
1
-7/+3
*
bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (#6873)
Terry Jan Reedy
2018-05-15
1
-0/+21
*
bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)
Christian Heimes
2018-05-15
3
-0/+15
*
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...
Stéphane Wirtel
2018-05-15
24
-44/+45
*
bpo-33509: Fix _warnings for module_globals=None (#6833)
Victor Stinner
2018-05-15
3
-1/+29
*
bpo-33465: Use an unlikely to be built-in C extension in a test (#6797)
Barry Warsaw
2018-05-15
1
-5/+6
*
bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846)
Terry Jan Reedy
2018-05-15
1
-3/+2
*
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)
Matthias Bussonnier
2018-05-15
4
-7/+12
*
bpo-33517: dataclasses: Add the field type to Field repr (GH-6858)
Eric V. Smith
2018-05-15
1
-4/+10
*
run autoreconf (GH-6850)
Benjamin Peterson
2018-05-15
2
-466/+5
*
bpo-33483: more correctly handle finding the C compiler (GH-6780)
Eitan Adler
2018-05-15
2
-38/+2
*
Remove accidentally checked in files. (GH-6835)
Eric V. Smith
2018-05-15
4
-78/+0
*
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
Segev Finer
2018-05-14
3
-8/+16
*
bpo-33497: Add NEWS and ACKS entries. (GH-6838)
Ned Deily
2018-05-14
2
-0/+3
[next]