summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Issue #21097: Move test_namespace_pkgs into test_importlib.Eric Snow2014-03-2916-0/+2
* | | | mergeRaymond Hettinger2014-03-291-1/+1
|\ \ \ \ | |/ / /
| * | | Minor readability improvement.Raymond Hettinger2014-03-291-1/+1
* | | | inspect: Update docstrings; Rename _signature_internal to _signature_from_cal...Yury Selivanov2014-03-291-57/+78
* | | | inspect.docs: Document that Signature and Parameter are now picklable (issue ...Yury Selivanov2014-03-291-0/+6
* | | | inspect.docs: Fix indentation and version-added for Signature.from_callableYury Selivanov2014-03-291-1/+3
* | | | Issue #21093: merge from 3.4Ned Deily2014-03-292-2/+8
|\ \ \ \ | |/ / /
| * | | Issue #21093: Prevent failures of ctypes test_macholib on OS X if aNed Deily2014-03-292-2/+8
* | | | Issue #19697: merge docs from 3.4Nick Coghlan2014-03-291-2/+16
|\ \ \ \ | |/ / /
| * | | Issue #19697: document more __main__.__spec__ quirksNick Coghlan2014-03-291-2/+16
* | | | Add tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt.Zachary Ware2014-03-291-0/+1
* | | | Merge with 3.4Zachary Ware2014-03-291-2/+1
|\ \ \ \ | |/ / /
| * | | Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt.Zachary Ware2014-03-291-2/+1
* | | | Merge 3.4 into default.Eric Snow2014-03-290-0/+0
|\ \ \ \ | |/ / /
| * | | Issue #19697: Document cases where __main__.__spec__ is None.Eric Snow2014-03-292-1/+43
* | | | Issue #19697: Document cases where __main__.__spec__ is None.Eric Snow2014-03-292-1/+43
* | | | mergeRaymond Hettinger2014-03-282-2/+2
|\ \ \ \ | |/ / /
| * | | Issue 21014: Use booleans instead of 0 and 1 in examples.Raymond Hettinger2014-03-282-2/+2
* | | | merge 3.4 (#21089)Benjamin Peterson2014-03-281-0/+1
|\ \ \ \ | |/ / /
| * | | undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)Benjamin Peterson2014-03-281-0/+1
* | | | merge with 3.4Georg Brandl2014-03-282-10/+4
|\ \ \ \ | |/ / /
| * | | Doc: do not compress .epub for dist, it is already zipped.Georg Brandl2014-03-282-10/+4
* | | | Issue #17654: merge from 3.4Ned Deily2014-03-2812-93/+129
|\ \ \ \ | |/ / /
| * | | Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-2812-93/+129
* | | | Issue #6676: merge from 3.4Ned Deily2014-03-274-2/+26
|\ \ \ \ | |/ / /
| * | | Issue #6676: Ensure a meaningful exception is raised when attemptingNed Deily2014-03-274-2/+26
| * | | inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.Yury Selivanov2014-03-273-1/+10
| * | | inspect: Fix getcallargs() to raise correct TypeErrorYury Selivanov2014-03-273-1/+12
| * | | asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668Yury Selivanov2014-03-272-12/+13
* | | | inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.Yury Selivanov2014-03-273-1/+10
* | | | inspect: Fix getcallargs() to raise correct TypeErrorYury Selivanov2014-03-273-1/+12
* | | | inspect.signature: Improve repr of Signature and Parameter. Closes #20378Yury Selivanov2014-03-273-2/+12
* | | | asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668Yury Selivanov2014-03-272-12/+13
* | | | inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373Yury Selivanov2014-03-275-30/+87
* | | | inspect.signature: Make Signature and Parameter picklable. Closes #20726Yury Selivanov2014-03-274-0/+78
* | | | inspect.signature: Use enum for parameter kind constants. Closes #19573Yury Selivanov2014-03-272-14/+15
* | | | Minor cosmetic enhancement to provide a more readable repr()esentation of Ext...Giampaolo Rodola'2014-03-271-0/+8
* | | | Issue 21069: merge from 3.4Ned Deily2014-03-271-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #21069: Temporarily use www.google.com while investigatingNed Deily2014-03-271-1/+1
* | | | Issue #20939: merge from 3.4Ned Deily2014-03-271-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #20939: remove stray character from commentNed Deily2014-03-271-1/+1
* | | | Issue #20939: merge from 3.4Ned Deily2014-03-275-26/+26
|\ \ \ \ | |/ / /
| * | | Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-275-20/+26
| * | | Issue #20939: Backout test_urllib2.test_issue16464 disables:Ned Deily2014-03-271-6/+0
* | | | Broaden the early-out test for nsmallest and nlargestRaymond Hettinger2014-03-261-2/+2
* | | | Merge #20145 backport: delete whatsnew entry.R David Murray2014-03-251-6/+0
|\ \ \ \ | |/ / /
| * | | backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.R David Murray2014-03-254-1/+17
* | | | (Merge 3.4) Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok.Victor Stinner2014-03-251-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok.Victor Stinner2014-03-251-1/+1
* | | | Merge 3.4Victor Stinner2014-03-251-11/+8
|\ \ \ \ | |/ / /