Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge with 3.5 | Zachary Ware | 2015-12-09 | 1 | -1/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Clarify that only *documentation* bugs should go to docs@python.org | Zachary Ware | 2015-12-09 | 1 | -1/+2 | |
| | | | ||||||
* | | | Issue #25820: Merge test_gdb fixes from 3.5 | Martin Panter | 2015-12-09 | 1 | -3/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25820: Remove unused assignment and redundant GDB CLI arguments | Martin Panter | 2015-12-08 | 1 | -3/+1 | |
| | | | | | | | | | | | | These were added in revision b71cda2f48c6. | |||||
* | | | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵ | Berker Peksag | 2015-12-08 | 4 | -11/+25 | |
|\ \ \ | |/ / | | | | | | | the docs more explicitly | |||||
| * | | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵ | Berker Peksag | 2015-12-08 | 4 | -11/+25 | |
| | | | | | | | | | | | | the docs more explicitly | |||||
* | | | Only update the arr variable when PyObject_RichCompareBool() has been called. | Raymond Hettinger | 2015-12-08 | 1 | -2/+2 | |
| | | | ||||||
* | | | Issue #25701: Merge set and delete documentation from 3.5 | Martin Panter | 2015-12-08 | 4 | -29/+50 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25701: Document C API functions that both set and delete objects | Martin Panter | 2015-12-08 | 4 | -29/+50 | |
| | | | | | | | | | | | | | | | | | | Also document that the separate functions that delete objects are preferred; using PyObject_SetAttr(), _SetAttrString(), and PySequence_SetItem() to delete is deprecated. | |||||
* | | | merge 3.5 | doko@ubuntu.com | 2015-12-07 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.4 | doko@ubuntu.com | 2015-12-07 | 0 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | Remove x permissions from Lib/test/test_script_helper.py | doko@ubuntu.com | 2015-12-07 | 1 | -0/+0 | |
| | | | ||||||
* | | | Issue #25761: Fixed reference leak added in previous changeset (5c670af0100f). | Serhiy Storchaka | 2015-12-07 | 1 | -0/+1 | |
| | | | ||||||
* | | | Null merge from 3.5. | Larry Hastings | 2015-12-07 | 2 | -3/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Mostly-null merge from 3.4. (Only added the tag for 3.4.4rc1.) | Larry Hastings | 2015-12-07 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | Merge. | Larry Hastings | 2015-12-07 | 4 | -21/+35 | |
| | |\ | ||||||
| | | * | Post-release fixups for Python 3.4.4rc1. | Larry Hastings | 2015-12-07 | 2 | -1/+13 | |
| | | | | ||||||
| | | * | Added tag v3.4.4rc1 for changeset 04f3f725896c | Larry Hastings | 2015-12-06 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | Version bump for 3.4.4rc1.v3.4.4rc1 | Larry Hastings | 2015-12-06 | 2 | -6/+7 | |
| | | | | ||||||
| | | * | Rebuilt pydoc topics for 3.4.4rc1. | Larry Hastings | 2015-12-06 | 1 | -15/+15 | |
| | | | | ||||||
| * | | | Merge. | Larry Hastings | 2015-12-07 | 4 | -7/+9 | |
| |\ \ \ | ||||||
| | * | | | Post-release fixups for Python 3.5.1. | Larry Hastings | 2015-12-07 | 2 | -1/+13 | |
| | | | | | ||||||
| | * | | | Added tag v3.5.1 for changeset 37a07cee5969 | Larry Hastings | 2015-12-06 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | Version bump for 3.5.1 final.v3.5.1 | Larry Hastings | 2015-12-06 | 2 | -4/+5 | |
| | | | | | ||||||
| | * | | | Updated pydoc topics for 3.5.1 final. | Larry Hastings | 2015-12-06 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. | Serhiy Storchaka | 2015-12-02 | 3 | -1/+28 | |
| | | | | | ||||||
| | * | | | Merge. | Larry Hastings | 2015-12-06 | 2 | -2/+2 | |
| | |\ \ \ | ||||||
| | | * | | | Fixes upload directories for Windows installer. | Steve Dower | 2015-11-23 | 2 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster. | Serhiy Storchaka | 2015-12-07 | 4 | -80/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ElementTree.XMLParser._setevents now accepts any objects with the append method, not just a list. | |||||
* | | | | | | Issue25814: Propagate all errors from custom XML parser handlers | Serhiy Storchaka | 2015-12-06 | 1 | -88/+39 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | in ElementTree.iterparse(). | |||||
| * | | | | | Issue25814: Propagate all errors from custom XML parser handlers | Serhiy Storchaka | 2015-12-06 | 1 | -88/+39 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | in ElementTree.iterparse(). | |||||
| | * | | | | Issue25814: Propagate all errors from custom XML parser handlers | Serhiy Storchaka | 2015-12-06 | 1 | -88/+39 | |
| | | |_|/ | | |/| | | | | | | | | | | | | in ElementTree.iterparse(). | |||||
* | | | | | Issue #25761: Improved detecting errors in broken pickle data. | Serhiy Storchaka | 2015-12-06 | 5 | -110/+113 | |
| | | | | | ||||||
* | | | | | Issue #25717: Merge comment from 3.5 | Martin Panter | 2015-12-06 | 1 | -0/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #25717: Add comment explaining why errors are ignored | Martin Panter | 2015-12-06 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | Issue #25798: merge from 3.5 | Ned Deily | 2015-12-06 | 3 | -11/+15 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #25798: merge from 3.4 | Ned Deily | 2015-12-06 | 3 | -11/+18 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue #25798: Update OS X 10.5+ 32-bit-only installer to build | Ned Deily | 2015-12-06 | 3 | -13/+15 | |
| | | | | | | | | | | | | | | | | | | | | and link with OpenSSL 1.0.2e. | |||||
* | | | | | Issue #25717: Merge fstat() fix from 3.5 | Martin Panter | 2015-12-06 | 2 | -12/+31 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #25717: Tolerate fstat() failures in the FileIO constructor | Martin Panter | 2015-12-06 | 2 | -12/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This restores 3.4 behaviour, which was removed by revision 3b5279b5bfd1. The fstat() call fails with ENOENT for a Virtual Box shared folder filesystem if the file entry has been unlinked, e.g. for a temporary file. | |||||
* | | | | | Issue #25764: Remove test debugging | Martin Panter | 2015-12-05 | 1 | -11/+2 | |
| | | | | | ||||||
* | | | | | Issue #25764: Merge OS X test skipping from 3.5 | Martin Panter | 2015-12-05 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #25764: Merge OS X test skipping from 3.4 into 3.5 | Martin Panter | 2015-12-05 | 1 | -0/+2 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue #25764: Skip the test on OS X | Martin Panter | 2015-12-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The OS X buildbots were failing at the second setrlimit() call with EPERM, as if they were trying to raise the hard limit. The call should be keeping the hard limit the same and raising the soft limit back to its original value, so I don't understand the failure. | |||||
* | | | | | merge 3.5 | Benjamin Peterson | 2015-12-05 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.4 | Benjamin Peterson | 2015-12-05 | 0 | -0/+0 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | merge 3.3 | Benjamin Peterson | 2015-12-05 | 0 | -0/+0 | |
| | |\ \ \ | ||||||
| | | * | | | fix reordering | Benjamin Peterson | 2015-12-05 | 1 | -4/+4 | |
| | | | | | | ||||||
* | | | | | | merge 3.5 | Benjamin Peterson | 2015-12-05 | 1 | -2/+3 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | merge 3.4 | Benjamin Peterson | 2015-12-05 | 1 | -2/+3 | |
| |\ \ \ \ \ | | |/ / / / |