summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-123-4/+106
| | | | | | | | | | | | | | | | | | | | Patch by Jim Fulton.
* | | | | Issue #27481: Docummented that ValueError is now raised instead of TypeErrorSerhiy Storchaka2016-07-122-6/+22
|\ \ \ \ \ | |/ / / / | | | | | | | | | | in case of embedded null characters/bytes. Patch by Xiang Zhang.
| * | | | Issue #27481: Docummented that ValueError is now raised instead of TypeErrorSerhiy Storchaka2016-07-122-6/+22
| | | | | | | | | | | | | | | | | | | | in case of embedded null characters/bytes. Patch by Xiang Zhang.
* | | | | Start 3.6.0a4Ned Deily2016-07-122-1/+13
| | | | |
* | | | | Added tag v3.6.0a3 for changeset f3edf13dc339Ned Deily2016-07-111-0/+1
| | | | |
* | | | | Version bump for 3.6.0a3v3.6.0a3Ned Deily2016-07-113-4/+4
| | | | |
* | | | | Update pydoc topics for 3.6.0a3Ned Deily2016-07-111-5/+9
| | | | |
* | | | | Issue #27285: Cleanup "suspicious" warnings.Ned Deily2016-07-113-6/+6
| | | | |
* | | | | Issue #23804: Merge spelling and NEWS fixes from 3.5Martin Panter2016-07-1111-16/+22
|\ \ \ \ \ | |/ / / /
| * | | | English spelling and grammar fixesMartin Panter2016-07-1111-17/+17
| | | | |
| * | | | Restore NEWS entries lost in revision 8145f25f26aaMartin Panter2016-07-111-0/+6
| | | | |
* | | | | Issue #23804: Merge SSL recv() fix from 3.5Martin Panter2016-07-113-8/+32
|\ \ \ \ \ | |/ / / /
| * | | | Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-113-8/+32
| | | | |
* | | | | IDLE NEWS items.Terry Jan Reedy2016-07-112-0/+36
| | | | |
* | | | | Issue #27477: Convert IDLE search dialogs to using ttk widgets.Terry Jan Reedy2016-07-116-36/+50
| | | | |
* | | | | Refine geometry of idlelib htests (and a few other fix-ups).Terry Jan Reedy2016-07-1019-58/+52
| | | | |
* | | | | Issue #27173: Fix error in test_config that caused test_idle to fail.Terry Jan Reedy2016-07-101-1/+1
| | | | |
* | | | | issue27476 - Introduce a .github template to discourage github pull requestsSenthil Kumaran2016-07-101-0/+9
| | | | | | | | | | | | | | | | | | | | and point users to developers guide.
* | | | | Null mergeSerhiy Storchaka2016-07-100-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge headsSerhiy Storchaka2016-07-102-4/+4
| |\ \ \ \
* | \ \ \ \ Merge headsSerhiy Storchaka2016-07-107-61/+274
|\ \ \ \ \ \
| * \ \ \ \ \ #22758 null mergeR David Murray2016-07-100-0/+0
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | #22758 null mergeR David Murray2016-07-100-0/+0
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | #22758 null mergeR David Murray2016-07-100-0/+0
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | #22758 null mergeR David Murray2016-07-100-0/+0
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | #22758: fix regression in handling of secure cookies.R David Murray2016-07-103-11/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This backports the fix from #16611, per discussion with the release manager.
| * | | | | | Merge: #26176: fix usage of Address constructor in email examples.R David Murray2016-07-102-4/+4
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | #26176: fix usage of Address constructor in email examples.R David Murray2016-07-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Nathan Harold.
| * | | | | | Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.Terry Jan Reedy2016-07-105-57/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the default key set depend on the platform. Add tests for changes to the config module.
* | | | | | | Issue #27473: Fixed possible integer overflow in bytes and bytearraySerhiy Storchaka2016-07-103-16/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | concatenations. Patch by Xiang Zhang.
| * | | | | Issue #27473: Fixed possible integer overflow in bytes and bytearraySerhiy Storchaka2016-07-103-16/+14
| |/ / / / | | | | | | | | | | | | | | | concatenations. Patch by Xiang Zhang.
* | | | | Merge: #20647: Update dictobject.c comments to account for randomized string ↵R David Murray2016-07-101-8/+5
|\ \ \ \ \ | |/ / / / | | | | | | | | | | hashes.
| * | | | #20647: Update dictobject.c comments to account for randomized string hashes.R David Murray2016-07-101-8/+5
| | | | | | | | | | | | | | | | | | | | Patch by Jaysinh Shukla.
* | | | | Issue #27027: Added test.support.is_android that is True when this is anXavier de Gaye2016-07-102-1/+9
| | | | | | | | | | | | | | | | | | | | Android build.
* | | | | [merge from 3.5] - Issue #27466: Change time format returned bySenthil Kumaran2016-07-103-1/+27
|\ \ \ \ \ | |/ / / / | | | | | | | | | | http.cookie.time2netscape, confirming the netscape cookie format.
| * | | | Issue #27466: Change time format returned by http.cookie.time2netscape,Senthil Kumaran2016-07-103-1/+27
| | | | | | | | | | | | | | | | | | | | confirming the netscape cookie format.
* | | | | Issue #27474: Unified error messages in the __contains__ method of bytes andSerhiy Storchaka2016-07-102-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | bytearray for integers in and out of the Py_ssize_t range. Patch by Xiang Zhang.
* | | | | Issue #27442: Expose the Android API level in sysconfig.get_config_vars()Xavier de Gaye2016-07-094-0/+51
| | | | | | | | | | | | | | | | | | | | as 'ANDROID_API_LEVEL'.
* | | | | Update frozen importlib codeBrett Cannon2016-07-082-1440/+1440
| | | | |
* | | | | Issue #26972: Fix some mistakes in importlib-related docstrings.Brett Cannon2016-07-082-12/+12
| | | | | | | | | | | | | | | | | | | | Thanks to Oren Milman for the patch.
* | | | | Issue #26896: Disambiguate uses of "importer" with "finder".Brett Cannon2016-07-089-32/+32
| | | | | | | | | | | | | | | | | | | | Thanks to Oren Milman for the patch.
* | | | | Issue #27285: Document the deprecation of the pyvenv script.Brett Cannon2016-07-089-186/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As part of the update, the documentation was updated to normalize around the term "virtual environment" instead of relying too heavily on "venv" for the same meaning and leading to inconsistent usage of either. Thanks to Steve Piercy for the patch.
* | | | | Issue #22624: Python 3 requires clock() to buildVictor Stinner2016-07-081-0/+1
| | | | |
* | | | | WhitespaceTerry Jan Reedy2016-07-081-1/+1
| | | | |
* | | | | Issue #27380: IDLE: add query.HelpSource class and tests.Terry Jan Reedy2016-07-086-368/+342
| | | | | | | | | | | | | | | | | | | | Remove modules that are combined in new module.
* | | | | Automated merge with ssh://hg.python.org/cpythonSteven D'Aprano2016-07-071-0/+16
|\ \ \ \ \
| * | | | | Issue27139 patch by Julio C Cardoza.Steven D'Aprano2016-07-071-0/+16
| | | | | |
* | | | | | Issue #27434: Version of interpreter running a cross-build and source ↵Xavier de Gaye2016-07-073-2/+5
|/ / / / / | | | | | | | | | | | | | | | version must be the same.
* | | | | - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-0771-1839/+1818
|\ \ \ \ \ | |/ / / / | | | | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin.
| * | | | Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-0771-1835/+1814
| | | | | | | | | | | | | | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin.