summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-295-21/+108
* | | Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-282-6/+6
* | | Issue #21376: document asyncio.TimeoutErrorVictor Stinner2014-05-281-4/+17
* | | Restore performance of some dumb database methods (regression introduced by #...Serhiy Storchaka2014-05-281-8/+19
* | | Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-283-36/+57
* | | Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-282-0/+38
* | | Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-284-5/+50
* | | Issue #18807: If copying (no symlinks) specified for a venv, then the python ...Vinay Sajip2014-05-282-1/+8
* | | Fix for raising exception not derived from BaseException in _SelectorSslTrans...Andrew Svetlov2014-05-272-1/+5
* | | Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-274-15/+73
* | | Issue 21439: Minor issues in the reference manual.Raymond Hettinger2014-05-275-84/+102
* | | a post 3.4.1 worldBenjamin Peterson2014-05-261-1/+1
* | | grammar and sentence flow fixBenjamin Peterson2014-05-261-2/+1
* | | format reST directive in the usual wayBenjamin Peterson2014-05-261-3/+5
* | | link to wikipedia description of cryptographic saltBenjamin Peterson2014-05-261-1/+1
* | | oxford commaBenjamin Peterson2014-05-261-3/+3
* | | remove tab (closes #21587)Benjamin Peterson2014-05-261-1/+1
* | | fix typo in variable name (closes #21586)Benjamin Peterson2014-05-261-1/+1
* | | Issue #21481: Teach argparse equality tests to return NotImplemented when co...Raymond Hettinger2014-05-263-0/+13
* | | Issue 8743: Improve interoperability between sets and the collections.Set abs...Raymond Hettinger2014-05-263-6/+180
* | | Issue 21558: Fix a typo in the contextlib docsRaymond Hettinger2014-05-261-1/+1
* | | Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-263-2/+8
* | | Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-259-79/+160
* | | Mention setuptools & wheel as key terms for distributionNick Coghlan2014-05-251-1/+17
* | | Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-252-0/+62
* | | Issue #18918: Removed non-existing topic from a list of available topics.Serhiy Storchaka2014-05-251-1/+0
* | | Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-2418-181/+414
* | | Fixed new Tkinter tests added in issue #21522 with Tk 8.4.Serhiy Storchaka2014-05-231-6/+13
* | | Issue #14710: Fix both pkgutil.find_loader() and get_loader() to notBrett Cannon2014-05-233-1/+23
* | | Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-233-6/+28
* | | Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),Serhiy Storchaka2014-05-232-0/+187
* | | Issue #21523: Fix over-pessimistic computation of the stack effect of some op...Antoine Pitrou2014-05-233-5/+59
* | | Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-232-2/+8
* | | Issue 21479: Fix markup for the TarFile.open() classmethod.Raymond Hettinger2014-05-231-1/+1
* | | Issue 21198: Minor tarfile documentation bug.Raymond Hettinger2014-05-221-1/+1
* | | Issue 21554: Repair an out-of-date tutorial example to reflect changes in sh...Raymond Hettinger2014-05-221-0/+2
* | | Issue #21383: OS X installer builds now use "make touch".Ned Deily2014-05-221-0/+3
* | | asyncio: test_base_events: use mock.Mock instead of unittest.mock.Mock toVictor Stinner2014-05-201-1/+1
* | | merge headsTerry Jan Reedy2014-05-202-27/+26
|\ \ \
| * | | Issue #21477: idle htests - lower case function names, other cleanups.Terry Jan Reedy2014-05-192-27/+26
* | | | Issue 20620: Update the min()/max() docs for the new default argument.Raymond Hettinger2014-05-191-6/+10
* | | | Merge.Larry Hastings2014-05-191-5/+7
|\ \ \ \ | |/ / /
| * | | Don't grow strings by concatenation. Use ''.join() instead.Raymond Hettinger2014-05-181-5/+7
* | | | Added tag v3.4.1 for changeset c0e311e010fcLarry Hastings2014-05-181-0/+1
* | | | Version bump for 3.4.1.v3.4.1Larry Hastings2014-05-184-6/+6
* | | | Rebuild pydoc topics.Larry Hastings2014-05-181-78/+78
|/ / /
* | | Merge.Larry Hastings2014-05-1869-4598/+5120
|\ \ \
| * | | Upgrade pip to 1.5.6Donald Stufft2014-05-172-1/+1
| * | | Issue #21430: additions to the description of non-blocking SSL socketsAntoine Pitrou2014-05-171-3/+20
| * | | support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-175-15/+74