projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2018-05-28
twisteroid...
bpo-31647: Fix write_eof() after close() for SelectorSo...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-28
Yury Selivanov
bpo-33623: Fix possible SIGSGV when asyncio.Future...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-28
Marcel Plch
bpo-32374: Ignore Python-level exceptions in test_bad_t...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-28
Serhiy Storchaka
bpo-33652: Remove __getstate__ and __setstate__ methods...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-26
Ethan Smith
bpo-32380: Create functools.singledispatchmethod (...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-26
Ned Deily
bpo-33655: Also ignore test_posix_fallocate failures...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-26
Serhiy Storchaka
bpo-33652: Improve pickle support in the typing module...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-26
Andrés Delfino
Fix typo spotted by Guido (GH-7131)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-26
Andrés Delfino
bpo-32769: A new take on annotations/type hinting gloss...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-26
Serhiy Storchaka
bpo-33644: Fix signatures of tp_finalize handlers in...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-25
Victor Stinner
test.regrtest: flush stdout when display progress ...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-25
Ivan Levkivskyi
Document typing.NoReturn (GH-7107)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-24
Serhiy Storchaka
bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-24
Victor Stinner
bpo-33629: Prevent coredump in test_importlib (GH-7090)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-24
Serhiy Storchaka
bpo-33622: Fix issues with handling errors in the GC...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-24
Chih-Hsuan Yen
closes bpo-33619: Fix libffi detection by regenerating...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-24
Cheryl Sabella
bpo-33628: IDLE: Minor code cleanup of codecontext...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-24
Ned Deily
bpo-33109: argparse subparsers are once again not requi...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-24
Victor Stinner
bpo-33540: Add block_on_close attr to socketserver...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-24
Victor Stinner
bpo-33353: test_asyncio set SO_SNDBUF after connect...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-23
Victor Stinner
bpo-33353: test_asyncio uses smaller sendfile data...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-23
Christian Heimes
bpo-33618: Enable TLS 1.3 in tests (GH-7079)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-23
Yury Selivanov
bpo-32436: Document PEP 567 changes to asyncio. (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-23
Victor Stinner
bpo-33612: Remove PyThreadState_Clear() assertion ...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-23
sth
bpo-27300: Add the errors parameter to tempfile classes...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-23
Nina Zakharenko
Reverse the meaning of is_argument when used for type...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-22
Matthias Bussonnier
bpo-33604: Remove Pending from hmac Deprecation warning...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-22
Christian Heimes
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-22
John Reese
bpo-33516: Add support for __round__ in MagicMock ...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-22
Serhiy Storchaka
Add missed details of the C API introduced in 3.7....
commit
|
commitdiff
|
tree
|
snapshot
2018-05-22
Elvis Pranskevichus
bpo-33592: Document the C API in PEP 567 (contextvars...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-22
Terry Jan Reedy
Improve comments in test_idle.py. (GH-7057)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-22
Serhiy Storchaka
bpo-30877: Fix clearing a cache in the the JSON decoder...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-22
Masayuki Yamamoto
Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-22
Serhiy Storchaka
bpo-5945: Improve mappings and sequences C API docs...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-22
Andrés Delfino
Fix lambda parameters being refered as arguments (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-21
Andrew Svetlov
Use IPv4 only to avoid IP address collision (#7030)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-21
INADA Naoki
bpo-33583: Add note in PyObject_GC_Resize() doc (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-21
Andrew Svetlov
Fix asyncio flaky tests (#7023)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-21
Vlad Starostin
bpo-33263: Fix FD leak in _SelectorSocketTransport...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Aaron Hall...
bpo-26103: Fix inspect.isdatadescriptor() and a data...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Serhiy Storchaka
Fix line breaks added after hyphens by blurb. (GH-7002)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Terry Jan Reedy
Add idlelib and IDLE section to What's New in 3.7....
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Christian Heimes
bpo-32262: Fix typo in f-string (GH-7016)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Mario Corchero
bpo-33541: Remove unused __pad function (GH-4377)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Andrés Delfino
bpo-33580: Make binary/text file glossary entries follo...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
CtrlZvi
bpo-33542: Ignore DUID in uuid.get_node on Windows...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Lisa Roach
bpo-30940: Updating round() docs. (GH-6342)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Eitan Adler
Docs: be less specific about python versions (GH-6985)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Serhiy Storchaka
bpo-33584: Fix several minor bugs in asyncio. (GH-7003)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
CtrlZvi
bpo-26819: Prevent proactor double read on resume ...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Serhiy Storchaka
bpo-23722: Raise a RuntimeError for absent __classcell_...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Serhiy Storchaka
bpo-23722: Fix docs for future __classcell__ changes...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Elvis Pranskevichus
bpo-32996: The bulk of What's New in Python 3.7 (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-20
Terry Jan Reedy
bpo-30928: Update idlelib/NEWS.txt. (#6995)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-19
Carl Meyer
Fix typo in error message when decoding PYTHONPATH...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-19
Cheryl Sabella
bpo-32831: IDLE: Add docstrings and tests for codeconte...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-19
Daniel Chimeno
import secrets module in secrets recipes (#6705)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Ivan Levkivskyi
bpo-28556: Don't simplify unions at runtime (GH-6841)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Skip Montanaro
bpo-33556: Remove reference to thread module from docst...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Serhiy Storchaka
Fix C API docs: PyCapsule_Import always set an exceptio...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-18
Terry Jan Reedy
bpo-33564: Add async to IDLE's code context block opene...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Miro Hrončok
bpo-33559: Attribute changed repr of exceptions (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Carl Meyer
Fix Windows build of Python for latest WinSDK. (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Miro Hrončok
bpo-33559: Document changed repr of exceptions (GH...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Yury Selivanov
asyncio/docs: Mark asyncio.run() as provisional in...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Steve Dower
Only upload docs for CI build and not pull requests...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Barry Warsaw
Provide a little better debug output (#6940)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Barry Warsaw
bpo-33537: Add an __all__ to importlib.resources (...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Gregory P....
bpo-19950: Clarify unittest TestCase instance use....
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Eric Snow
bpo-32604: Implement force-closing channels. (gh-6937)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Thomas Jones
Update Python Folder.icns icon file to match new macOS...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Matthias Bussonnier
bpo-33549: Remove shim and deprecation warning to acces...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Andrés Delfino
bpo-33518: Add PEP entry to documentation glossary...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Zvezdan Petkovic
bpo-13631: Fix the order of initialization for readline...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
Serhiy Storchaka
bpo-33475: Fix and improve converting annotations to...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-17
INADA Naoki
Replace _PyGC_REFS macros with higher level macros...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Steve Dower
bpo-33522: Enable CI builds on Visual Studio Team Servi...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Barry Warsaw
bpo-32216: Update dataclasses documentation (#6913)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Eric Snow
bpo-32604: Improve subinterpreter tests. (#6914)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Alex Gaynor
Remove an unneeded call into OpenSSL (GH-6887)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Nina Zakharenko
Fix ClassVar as string fails when getting type hints...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Petr Viktorin
bpo-28167: Remove platform.linux_distribution (GH-6871)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Gregory P....
bpo-24318: Rewrite the README PGO section. (#6863)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Eric V. Smith
bpo-33536: Validate make_dataclass() field names. ...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Christopher...
bpo-21475: Support the Sitemap extension in robotparser...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Eric V. Smith
Minor tweaks to dataclasses docs. (GH-6903)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Eric V. Smith
bpo-33534: Remove unneeded test. (GH-6897)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Eric V. Smith
Reflow dataclasses comments (GH-6893)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Eric V. Smith
bpo-32216: Add documentation for dataclasses (GH-6886)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Isaiah Peng
bpo-32384: Skip test when _testcapi isn't available...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Eitan Adler
closes bpo-33512: use standard for detecting long doubl...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-16
Eric V. Smith
bpo-33453: Handle string type annotations in dataclasse...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-15
Serhiy Storchaka
bpo-33454: Fix arguments parsing in _xxsubinterpreters...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-15
Terry Jan Reedy
bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. ...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-15
Christian Heimes
bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)
commit
|
commitdiff
|
tree
|
snapshot
2018-05-15
Stéphane Wirtel
bpo-33503: Fix the broken pypi link in the source and...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-15
Victor Stinner
bpo-33509: Fix _warnings for module_globals=None (...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-15
Barry Warsaw
bpo-33465: Use an unlikely to be built-in C extension...
commit
|
commitdiff
|
tree
|
snapshot
2018-05-15
Terry Jan Reedy
bpo-29706: Test that IDLE colors async/await as keyword...
commit
|
commitdiff
|
tree
|
snapshot
next