summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-173-10/+64
* | | | Issue #25507: Merge from 3.5 with ttk replacing colorchooser.Terry Jan Reedy2016-07-161-0/+6
|\ \ \ \ | |/ / /
| * | | Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.Terry Jan Reedy2016-07-161-0/+6
* | | | Merge for #27083Brett Cannon2016-07-164-22/+28
|\ \ \ \ | |/ / /
| * | | Fix regressions introduced by fixes for issue #27083.Brett Cannon2016-07-164-22/+28
* | | | Merge: #27522: break unintended cycle in feedparser.R David Murray2016-07-161-3/+6
|\ \ \ \ | |/ / /
| * | | #27522: break unintended cycle in feedparser.R David Murray2016-07-161-3/+6
* | | | Merge for #27083Brett Cannon2016-07-152-7/+11
|\ \ \ \ | |/ / /
| * | | Issue #27083: Respect the PYTHONCASEOK environment variable underBrett Cannon2016-07-152-7/+11
* | | | Fix a failing test introduced as part of issue #27512Brett Cannon2016-07-151-2/+1
* | | | Merge for #26844Brett Cannon2016-07-151-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #26844: Fix imp.find_module() to have the exception related toBrett Cannon2016-07-151-2/+2
* | | | Issue #27512: Don't segfault when os.fspath() calls an object whoseBrett Cannon2016-07-151-7/+17
* | | | Issue #25507: Move 4 objects from pyshell to run and switch inports.Terry Jan Reedy2016-07-153-110/+114
* | | | merge 3.5 (#27514)Benjamin Peterson2016-07-151-2/+4
|\ \ \ \ | |/ / /
| * | | make too many nested blocks be a SyntaxError instead of a SystemError (closes...Benjamin Peterson2016-07-151-2/+4
* | | | Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-1418-100/+89
* | | | Issue #27369: Merge test_pyexpat from 3.5Martin Panter2016-07-141-4/+2
|\ \ \ \ | |/ / /
| * | | Issue #27369: Merge test_pyexpat from 3.4 into 3.5Martin Panter2016-07-141-4/+2
| |\ \ \ | | |/ /
| | * | Issue #27369: Merge test_pyexpat from 3.3 into 3.4Martin Panter2016-07-141-4/+2
| | |\ \ | | | |/
| | | * Issue #27369: Merge test_pyexpat from 3.2 into 3.3Martin Panter2016-07-141-4/+2
| | | |\
| | | | * Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2Martin Panter2016-07-141-4/+2
| | | | * #22758: fix regression in handling of secure cookies.R David Murray2016-07-102-11/+58
| | | * | Switch to the new upload url for PyPIDonald Stufft2016-07-063-4/+4
| | | * | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-021-0/+17
* | | | | Merge 3.5 (issue #27392)Yury Selivanov2016-07-122-4/+103
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-122-4/+103
* | | | | Update pydoc topics for 3.6.0a3Ned Deily2016-07-111-5/+9
* | | | | Issue #23804: Merge spelling and NEWS fixes from 3.5Martin Panter2016-07-116-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | English spelling and grammar fixesMartin Panter2016-07-116-7/+7
* | | | | Issue #23804: Merge SSL recv() fix from 3.5Martin Panter2016-07-111-8/+21
|\ \ \ \ \ | |/ / / /
| * | | | Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-111-8/+21
* | | | | IDLE NEWS items.Terry Jan Reedy2016-07-111-0/+18
* | | | | 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
* | | | | Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.Terry Jan Reedy2016-07-105-57/+270
* | | | | Issue #27027: Added test.support.is_android that is True when this is anXavier de Gaye2016-07-101-1/+3
* | | | | [merge from 3.5] - Issue #27466: Change time format returned bySenthil Kumaran2016-07-102-1/+23
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27466: Change time format returned by http.cookie.time2netscape,Senthil Kumaran2016-07-102-1/+23
* | | | | Issue #27474: Unified error messages in the __contains__ method of bytes andSerhiy Storchaka2016-07-101-0/+1
* | | | | 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-085-16/+14
* | | | | WhitespaceTerry Jan Reedy2016-07-081-1/+1
* | | | | Issue #27380: IDLE: add query.HelpSource class and tests.Terry Jan Reedy2016-07-086-368/+342
* | | | | Issue27139 patch by Julio C Cardoza.Steven D'Aprano2016-07-071-0/+16
* | | | | merge 3.5Donald Stufft2016-07-061-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix a test with the new upload URLDonald Stufft2016-07-061-1/+1
* | | | | merge 3.5Benjamin Peterson2016-07-063-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | merge 3.4Benjamin Peterson2016-07-063-5/+5
| |\ \ \ \ | | |/ / /