91059 Commits (10fa83cb77299edb6feeaff2f6d0fe44a674ca4f)
 

Author SHA1 Message Date
Steve Dower 10fa83cb77 Fixes upload directories for Windows installer. 10 years ago
Larry Hastings 8f576d9619 Added tag v3.5.1rc1 for changeset 948ef16a6951 10 years ago
Larry Hastings 6e86580fc7 Version bump for Python 3.5.1rc1. 10 years ago
Larry Hastings 1fb5b735f5 Updated pydoc topics for 3.5.1rc1. 10 years ago
Martin Panter 23244e5787 Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5 10 years ago
Martin Panter 828123ce4e Issue #25689: Fix language in ftplib and nntplib docs 10 years ago
Terry Jan Reedy 4a93cf794c Update idlelib/NEWS.txt. 10 years ago
Terry Jan Reedy 6e92c1137b Update idlelib/NEWS.txt. 10 years ago
Terry Jan Reedy 7537898e4f Misc/NEWS entries for IDLE. 10 years ago
Terry Jan Reedy c75d37fcba Misc/NEWS entries for IDLE. 10 years ago
Serhiy Storchaka efd83feb7d Issue #25686: test_shutil no longer uses the distutils package for searching 10 years ago
Serhiy Storchaka b42de2f309 Issue #25686: test_shutil no longer uses the distutils package for searching 10 years ago
Terry Jan Reedy e1b02e0459 Issue 15348: Stop debugger engine (normally in user process) 10 years ago
Terry Jan Reedy 6a904c16f7 Issue #24455: Prevent IDLE from hanging when a) closing the shell while the 10 years ago
Yury Selivanov 0f3c9765d4 asyncio: Fix with github 10 years ago
Yury Selivanov a211a7a0e7 asyncio.tests: Fix whitespace 10 years ago
Yury Selivanov d59bba88e3 asyncio: Drop "value" parameter from Task._step method. 10 years ago
Yury Selivanov b485bb416c asyncio: Sync with github 10 years ago
Terry Jan Reedy 4379d15d4c Make it slightly clearer that IDLE close message is referring to user program, 10 years ago
R David Murray 51d3f8b0ba #25679: spelling fix 10 years ago
Martin Panter e99e97762c Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX 10 years ago
Terry Jan Reedy d13cade381 Merge with 3.4 10 years ago
Terry Jan Reedy 0a7b2ae550 Merge with 3.4 10 years ago
Ethan Furman 92e5d2f0eb Close issue25594: advise against accessing Enum members from other members 10 years ago
Yury Selivanov 875e4fbcca Merge 3.4 10 years ago
Yury Selivanov e342b8e8fe Merge 3.4 10 years ago
Yury Selivanov 4733e1f78d Merge 3.4 10 years ago
Yury Selivanov abe61079de Merge 3.4 10 years ago
Terry Jan Reedy 812b24842c Merge with 3.4 10 years ago
Serhiy Storchaka 6d9e92396f Issue #25665: Test pickling with all protocols in test_typing. 10 years ago
R David Murray 0aaeacb3f1 Merge: #25679: spelling fix 10 years ago
Victor Stinner 6fbd7741db Issue #25670: Remove duplicate getattr() from ast.NodeTransformer 10 years ago
Martin Panter 97cabb9fa5 Issue #25583: Merge makedirs fix from 3.4 into 3.5 10 years ago
Guido van Rossum 82f9feaf10 Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) 10 years ago
Guido van Rossum 41f69f4cc7 Issue #25593: Change semantics of EventLoop.stop(). 10 years ago
Guido van Rossum 557d1eb0f3 Issue #25665: Make NamedTuple picklable. 10 years ago
Guido van Rossum 05e3090e3a Remove unused imports from test_typing.py. 10 years ago
Guido van Rossum bb7c57c6cd Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work. 10 years ago
Martin Panter a82642f9db Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True) 10 years ago
Yury Selivanov 6efc7e726f Merge 3.4 10 years ago
Yury Selivanov 01a65af4a1 asyncio.docs: Fix versionadded 10 years ago
Yury Selivanov 576fe71c12 asyncio: Error if awaiting in parallel on the same coroutine 10 years ago
Yury Selivanov b3dd6d70c7 asyncio: Error if awaiting in parallel on the same coroutine 10 years ago
Martin Panter 1535311edc Issue #23200: Merge zlib doc from 3.4 into 3.5 10 years ago
Martin Panter 38fe4dc400 Issue #23200: Document that max_length=0 is not supported 10 years ago
Martin Panter ce19839961 Issue #20468: Merge getpagesize doc from 3.4 into 3.5 10 years ago
Martin Panter f8f66eb985 Issue #20468: Remove incorrect information about maxrss and page size 10 years ago
Yury Selivanov 5498f2b6bf Merge 3.4 10 years ago
Yury Selivanov 5d7e3b6cd2 asyncio: Cleanup Future API 10 years ago
Yury Selivanov 7f324ba735 Merge 3.4 10 years ago