Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.4: Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. | Martin v. Löwis | 2014-03-30 | 2 | -4/+8 |
|\ | |||||
| * | Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. | Martin v. Löwis | 2014-03-30 | 2 | -4/+8 |
| | | |||||
* | | Add test case for freeze. | Martin v. Löwis | 2014-03-30 | 3 | -0/+14 |
| | | |||||
* | | Issue 21100: Amazingly, tuple lexicographic ordering was untested. | Raymond Hettinger | 2014-03-30 | 1 | -0/+8 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-03-30 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fix doc typo. | Guido van Rossum | 2014-03-30 | 1 | -1/+1 |
| | | |||||
* | | Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds. | Ned Deily | 2014-03-30 | 4 | -953/+16 |
| | | |||||
* | | Fix doc typo. | Guido van Rossum | 2014-03-30 | 1 | -1/+1 |
| | | |||||
* | | Null merge from 3.4. | Eric Snow | 2014-03-29 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #21097: Move test_namespace_pkgs into test_importlib. | Eric Snow | 2014-03-29 | 16 | -0/+2 |
| | | |||||
* | | Issue #21097: Move test_namespace_pkgs into test_importlib. | Eric Snow | 2014-03-29 | 16 | -0/+2 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-03-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Minor readability improvement. | Raymond Hettinger | 2014-03-29 | 1 | -1/+1 |
| | | |||||
* | | inspect: Update docstrings; Rename _signature_internal to ↵ | Yury Selivanov | 2014-03-29 | 1 | -57/+78 |
| | | | | | | | | _signature_from_callable. | ||||
* | | inspect.docs: Document that Signature and Parameter are now picklable (issue ↵ | Yury Selivanov | 2014-03-29 | 1 | -0/+6 |
| | | | | | | | | #20726) | ||||
* | | inspect.docs: Fix indentation and version-added for Signature.from_callable | Yury Selivanov | 2014-03-29 | 1 | -1/+3 |
| | | |||||
* | | Issue #21093: merge from 3.4 | Ned Deily | 2014-03-29 | 2 | -2/+8 |
|\ \ | |/ | |||||
| * | Issue #21093: Prevent failures of ctypes test_macholib on OS X if a | Ned Deily | 2014-03-29 | 2 | -2/+8 |
| | | | | | | | | copy of libz exists in $HOME/lib or /usr/local/lib. | ||||
* | | Issue #19697: merge docs from 3.4 | Nick Coghlan | 2014-03-29 | 1 | -2/+16 |
|\ \ | |/ | |||||
| * | Issue #19697: document more __main__.__spec__ quirks | Nick Coghlan | 2014-03-29 | 1 | -2/+16 |
| | | |||||
* | | Add tcltk.props to "Visual Studio properties" section of PCbuild/readme.txt. | Zachary Ware | 2014-03-29 | 1 | -0/+1 |
| | | |||||
* | | Merge with 3.4 | Zachary Ware | 2014-03-29 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt. | Zachary Ware | 2014-03-29 | 1 | -2/+1 |
| | | | | | | | | | | | | Also removes a mention of using "Express Edition with the Windows SDK 64-bit compilers" to build 64-bit Python. If that can be made to work, it will need some extra instructions somewhere. | ||||
* | | Merge 3.4 into default. | Eric Snow | 2014-03-29 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #19697: Document cases where __main__.__spec__ is None. | Eric Snow | 2014-03-29 | 2 | -1/+43 |
| | | |||||
* | | Issue #19697: Document cases where __main__.__spec__ is None. | Eric Snow | 2014-03-29 | 2 | -1/+43 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-03-28 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue 21014: Use booleans instead of 0 and 1 in examples. | Raymond Hettinger | 2014-03-28 | 2 | -2/+2 |
| | | |||||
* | | merge 3.4 (#21089) | Benjamin Peterson | 2014-03-28 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) | Benjamin Peterson | 2014-03-28 | 1 | -0/+1 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-03-28 | 2 | -10/+4 |
|\ \ | |/ | |||||
| * | Doc: do not compress .epub for dist, it is already zipped. | Georg Brandl | 2014-03-28 | 2 | -10/+4 |
| | | |||||
* | | Issue #17654: merge from 3.4 | Ned Deily | 2014-03-28 | 12 | -93/+129 |
|\ \ | |/ | |||||
| * | Issue #17654: Ensure IDLE menus are customized properly on OS X for | Ned Deily | 2014-03-28 | 12 | -93/+129 |
| | | | | | | | | non-framework builds and for all variants of Tk. | ||||
* | | Issue #6676: merge from 3.4 | Ned Deily | 2014-03-27 | 4 | -2/+26 |
|\ \ | |/ | |||||
| * | Issue #6676: Ensure a meaningful exception is raised when attempting | Ned Deily | 2014-03-27 | 4 | -2/+26 |
| | | | | | | | | | | | | to parse more than one XML document per pyexpat xmlparser instance. (Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with suggested wording by David Gutteridge) | ||||
| * | inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. | Yury Selivanov | 2014-03-27 | 3 | -1/+10 |
| | | | | | | | | Patch by Jeremiah Lowin. Closes #20817. | ||||
| * | inspect: Fix getcallargs() to raise correct TypeError | Yury Selivanov | 2014-03-27 | 3 | -1/+12 |
| | | | | | | | | | | ... for missing keyword-only arguments. Patch by Jeremiah Lowin. Closes #20816. | ||||
| * | asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 | Yury Selivanov | 2014-03-27 | 2 | -12/+13 |
| | | |||||
* | | inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. | Yury Selivanov | 2014-03-27 | 3 | -1/+10 |
| | | | | | | | | Patch by Jeremiah Lowin. Closes #20817. | ||||
* | | inspect: Fix getcallargs() to raise correct TypeError | Yury Selivanov | 2014-03-27 | 3 | -1/+12 |
| | | | | | | | | | | ... for missing keyword-only arguments. Patch by Jeremiah Lowin. Closes #20816. | ||||
* | | inspect.signature: Improve repr of Signature and Parameter. Closes #20378 | Yury Selivanov | 2014-03-27 | 3 | -2/+12 |
| | | |||||
* | | asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 | Yury Selivanov | 2014-03-27 | 2 | -12/+13 |
| | | |||||
* | | inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373 | Yury Selivanov | 2014-03-27 | 5 | -30/+87 |
| | | |||||
* | | inspect.signature: Make Signature and Parameter picklable. Closes #20726 | Yury Selivanov | 2014-03-27 | 4 | -0/+78 |
| | | |||||
* | | inspect.signature: Use enum for parameter kind constants. Closes #19573 | Yury Selivanov | 2014-03-27 | 2 | -14/+15 |
| | | | | | | | | Patch by Antony Lee. | ||||
* | | Minor cosmetic enhancement to provide a more readable repr()esentation of ↵ | Giampaolo Rodola' | 2014-03-27 | 1 | -0/+8 |
| | | | | | | | | | | | | | | Extension instances: - <distutils.extension.Extension at 0x2b2088b79b00> + <distutils.extension.Extension('_struct') at 0x2b2088b79b00> | ||||
* | | Issue 21069: merge from 3.4 | Ned Deily | 2014-03-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #21069: Temporarily use www.google.com while investigating | Ned Deily | 2014-03-27 | 1 | -1/+1 |
| | | | | | | | | test_urllibnet.test_fileno intermittent failures with www.example.com. | ||||
* | | Issue #20939: merge from 3.4 | Ned Deily | 2014-03-27 | 1 | -1/+1 |
|\ \ | |/ |