summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Version bump for 3.4.4rc1.v3.4.4rc1Larry Hastings2015-12-062-6/+7
| | | |
| | | * Rebuilt pydoc topics for 3.4.4rc1.Larry Hastings2015-12-061-15/+15
| | | |
| * | | Merge.Larry Hastings2015-12-074-7/+9
| |\ \ \
| | * | | Post-release fixups for Python 3.5.1.Larry Hastings2015-12-072-1/+13
| | | | |
| | * | | Added tag v3.5.1 for changeset 37a07cee5969Larry Hastings2015-12-061-0/+1
| | | | |
| | * | | Version bump for 3.5.1 final.v3.5.1Larry Hastings2015-12-062-4/+5
| | | | |
| | * | | Updated pydoc topics for 3.5.1 final.Larry Hastings2015-12-061-1/+1
| | | | |
| | * | | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-023-1/+28
| | | | |
| | * | | Merge.Larry Hastings2015-12-062-2/+2
| | |\ \ \
| | | * | | Fixes upload directories for Windows installer.Steve Dower2015-11-232-2/+2
| | | | | |
* | | | | | Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster.Serhiy Storchaka2015-12-074-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 handlersSerhiy Storchaka2015-12-061-88/+39
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | in ElementTree.iterparse().
| * | | | | Issue25814: Propagate all errors from custom XML parser handlersSerhiy Storchaka2015-12-061-88/+39
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | in ElementTree.iterparse().
| | * | | | Issue25814: Propagate all errors from custom XML parser handlersSerhiy Storchaka2015-12-061-88/+39
| | | |_|/ | | |/| | | | | | | | | | | | in ElementTree.iterparse().
* | | | | Issue #25761: Improved detecting errors in broken pickle data.Serhiy Storchaka2015-12-065-110/+113
| | | | |
* | | | | Issue #25717: Merge comment from 3.5Martin Panter2015-12-061-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #25717: Add comment explaining why errors are ignoredMartin Panter2015-12-061-0/+3
| | | | |
* | | | | Issue #25798: merge from 3.5Ned Deily2015-12-063-11/+15
|\ \ \ \ \ | |/ / / /
| * | | | Issue #25798: merge from 3.4Ned Deily2015-12-063-11/+18
| |\ \ \ \ | | |/ / /
| | * | | Issue #25798: Update OS X 10.5+ 32-bit-only installer to buildNed Deily2015-12-063-13/+15
| | | | | | | | | | | | | | | | | | | | and link with OpenSSL 1.0.2e.
* | | | | Issue #25717: Merge fstat() fix from 3.5Martin Panter2015-12-062-12/+31
|\ \ \ \ \ | |/ / / /
| * | | | Issue #25717: Tolerate fstat() failures in the FileIO constructorMartin Panter2015-12-062-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 debuggingMartin Panter2015-12-051-11/+2
| | | | |
* | | | | Issue #25764: Merge OS X test skipping from 3.5Martin Panter2015-12-051-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Issue #25764: Merge OS X test skipping from 3.4 into 3.5Martin Panter2015-12-051-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Issue #25764: Skip the test on OS XMartin Panter2015-12-051-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.5Benjamin Peterson2015-12-050-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | merge 3.4Benjamin Peterson2015-12-050-0/+0
| |\ \ \ \ | | |/ / /
| | * | | merge 3.3Benjamin Peterson2015-12-050-0/+0
| | |\ \ \
| | | * | | fix reorderingBenjamin Peterson2015-12-051-4/+4
| | | | | |
* | | | | | merge 3.5Benjamin Peterson2015-12-051-2/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge 3.4Benjamin Peterson2015-12-051-2/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge 3.3Benjamin Peterson2015-12-051-2/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | merge 3.2Benjamin Peterson2015-12-051-3/+4
| | | |\ \ \
| | | | * | | add CVE and issue numberBenjamin Peterson2015-12-051-2/+3
| | | | | | |
* | | | | | | Closes #25800: Merge with 3.5Zachary Ware2015-12-051-1/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #25800: Merge with 3.4Zachary Ware2015-12-051-1/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Issue #25800: Fix running test_capi directlyZachary Ware2015-12-051-1/+2
| | | | | | |
* | | | | | | Issue #25764: OS X now failing on the second setrlimit() callMartin Panter2015-12-051-5/+8
| | | | | | |
* | | | | | | Closes #25795: Merge with 3.5Zachary Ware2015-12-058-7/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #25795: Fix several tests to run independently.Zachary Ware2015-12-058-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were broken in 3aec776fc796 when they were converted away from using support.run_unittest(). Oops :) Initial patch by Felippe da Motta Raposo.
* | | | | | | Issue #25764: Attempt to debug and skip OS X setrlimit() failureMartin Panter2015-12-051-1/+7
| | | | | | |
* | | | | | | Merge: #24903: Remove misleading error message to fix regression.R David Murray2015-12-054-11/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge: #24903: Remove misleading error message to fix regression.R David Murray2015-12-054-11/+5
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | #24903: Remove misleading error message to fix regression.R David Murray2015-12-054-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the argparse conversion, compileall would (sometimes) accept multiple paths when -d was specified. Afterward, it does not. The corresponding check in the original code claimed to prevent multiple *directories* from being specified...but it didn't really work even to do that. So this patch fixes the regression by invoking the consenting adults rule: if you specify a combination of arguments to compileall that produces files with inconsistent destdirs (which you could do before), it is on you. Patch by Jake Garver.
* | | | | | | Issue #25764: Merge subprocess fix from 3.5Martin Panter2015-12-053-17/+37
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #25764: Merge subprocess fix from 3.4 into 3.5Martin Panter2015-12-053-17/+37
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Issue #25764: Preserve subprocess fork exception when preexec_fn usedMartin Panter2015-11-303-17/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix handling of failure to release the import lock.
* | | | | | | Merge for issue #23936Brett Cannon2015-12-042-19/+42
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Issue #23936: Clarify what finders are.Brett Cannon2015-12-042-19/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Raúl Cumplido for the bug report and Thomas Kluyver for the patch.