summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * | | | | | 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
| * | | | | | Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.Terry Jan Reedy2016-07-105-57/+270
* | | | | | | Issue #27473: Fixed possible integer overflow in bytes and bytearraySerhiy Storchaka2016-07-103-16/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Issue #27473: Fixed possible integer overflow in bytes and bytearraySerhiy Storchaka2016-07-103-16/+14
| |/ / / /
* | | | | Merge: #20647: Update dictobject.c comments to account for randomized string ...R David Murray2016-07-101-8/+5
|\ \ \ \ \ | |/ / / /
| * | | | #20647: Update dictobject.c comments to account for randomized string hashes.R David Murray2016-07-101-8/+5
* | | | | Issue #27027: Added test.support.is_android that is True when this is anXavier de Gaye2016-07-102-1/+9
* | | | | [merge from 3.5] - Issue #27466: Change time format returned bySenthil Kumaran2016-07-103-1/+27
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27466: Change time format returned by http.cookie.time2netscape,Senthil Kumaran2016-07-103-1/+27
* | | | | Issue #27474: Unified error messages in the __contains__ method of bytes andSerhiy Storchaka2016-07-102-1/+2
* | | | | Issue #27442: Expose the Android API level in sysconfig.get_config_vars()Xavier de Gaye2016-07-094-0/+51
* | | | | Update frozen importlib codeBrett Cannon2016-07-082-1440/+1440
* | | | | Issue #26972: Fix some mistakes in importlib-related docstrings.Brett Cannon2016-07-082-12/+12
* | | | | Issue #26896: Disambiguate uses of "importer" with "finder".Brett Cannon2016-07-089-32/+32
* | | | | Issue #27285: Document the deprecation of the pyvenv script.Brett Cannon2016-07-089-186/+227
* | | | | 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
* | | | | 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 version...Xavier de Gaye2016-07-073-2/+5
|/ / / / /
* | | | | - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-0771-1839/+1818
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-0771-1835/+1814
* | | | | merge 3.5 (#24557)Benjamin Peterson2016-07-076-134/+147
|\ \ \ \ \ | |/ / / /
| * | | | assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...Benjamin Peterson2016-07-076-135/+160
* | | | | merge 3.5 (#27248)Benjamin Peterson2016-07-071-3/+9
|\ \ \ \ \ | |/ / / /
| * | | | fix refleaks in PyDict_SetItem error cases (closes #27248)Benjamin Peterson2016-07-071-3/+9