Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb | Serhiy Storchaka | 2015-02-15 | 3 | -1/+14 | |
| | | | | | | | | | | | | | | | | module. Original patch by Claudiu Popa. | |||||
| * | | | Issue #23146: Fix mishandling of absolute Windows paths with forward slashes ↵ | Antoine Pitrou | 2015-02-15 | 3 | -16/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | in pathlib. Detected and fixed by Serhiy. | |||||
| * | | | Issue #19681: Test the repr of partial with more than one keyword argument. | Serhiy Storchaka | 2015-02-15 | 1 | -7/+9 | |
| | | | | ||||||
| * | | | Use pickled data compatible with Python 2 for testing protocols 0-2. | Serhiy Storchaka | 2015-02-15 | 1 | -216/+217 | |
| | | | | ||||||
| * | | | Merge heads | Serhiy Storchaka | 2015-02-15 | 7 | -15/+39 | |
| |\ \ \ | ||||||
| | * | | | Issue #13637: Improve exception message of a2b_* functions. | Berker Peksag | 2015-02-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Vajrasky Kok. | |||||
| | * | | | Issue #13637: Remove outdated versionchanged directives. | Berker Peksag | 2015-02-14 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Martin Panter. | |||||
| | * | | | Issue #17753: Skip test_zipfile tests which require write access to test | Serhiy Storchaka | 2015-02-14 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | and email.test. | |||||
| | * | | | Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. | Serhiy Storchaka | 2015-02-14 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | Patch by David Edelsohn. | |||||
| | * | | | avoid reading unallocated memory when argc == 0 (closes #22633) | Benjamin Peterson | 2015-02-14 | 1 | -6/+9 | |
| | | | | | ||||||
| | * | | | Issue #23418: Add missing entries to http.server.__all__. | Berker Peksag | 2015-02-13 | 2 | -1/+18 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Martin Panter. | |||||
| * | | | | Use os.devnull instead of hardcoded '/dev/null'. | Serhiy Storchaka | 2015-02-15 | 4 | -12/+12 | |
| |/ / / | ||||||
| * | | | Issue #21849: Ported from 2.7 tests for non-ASCII data. | Serhiy Storchaka | 2015-02-13 | 1 | -7/+13 | |
| | | | | ||||||
| * | | | asyncio doc: annotate coroutine on coroutine functions and methods | Victor Stinner | 2015-02-12 | 6 | -42/+72 | |
| | | | | ||||||
| * | | | Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the ↵ | Antoine Pitrou | 2015-02-11 | 3 | -2/+16 | |
| | | | | | | | | | | | | | | | | resulting executable faster. | |||||
| * | | | Fix typo: PyMem_Alloc => PyMem_Malloc | Victor Stinner | 2015-02-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Issue #23433: Fix faulthandler._stack_overflow() | Victor Stinner | 2015-02-11 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | Fix undefined behaviour: don't compare pointers. Use Py_uintptr_t type instead of void*. It fixes test_faulthandler on Fedora 22 which now uses GCC 5. | |||||
| * | | | asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it | Victor Stinner | 2015-02-10 | 2 | -1/+61 | |
| | | | | | | | | | | | | | | | | already finished | |||||
| * | | | Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. | Serhiy Storchaka | 2015-02-10 | 3 | -8/+26 | |
| | | | | ||||||
| * | | | merge 3.3 (#23361) | Benjamin Peterson | 2015-02-10 | 2 | -2/+13 | |
| |\ \ \ | | |/ / | ||||||
| | * | | add overflow checking (closes #23361) | Benjamin Peterson | 2015-02-10 | 2 | -2/+14 | |
| | | | | ||||||
* | | | | Post-release changes for 3.4.3. | Larry Hastings | 2015-02-26 | 2 | -1/+13 | |
| | | | | ||||||
* | | | | Added tag v3.4.3 for changeset b4cbecbc0781 | Larry Hastings | 2015-02-25 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Checking in this change LOCAL ONLY NO UPLOAD ANYWHEREv3.4.3 | Larry Hastings | 2015-02-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Added tag v3.4.3 for changeset 9b73f1c3e601 | Larry Hastings | 2015-02-23 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Release bump for 3.4.3 final. | Larry Hastings | 2015-02-23 | 6 | -21/+9 | |
| | | | | ||||||
* | | | | Doc updates for 3.4.3 final. | Larry Hastings | 2015-02-23 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Amend b8ebf381390f: find patchlevel.py in extensions. | Martin v. Löwis | 2015-02-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Issue #17896: Update msi.py to new externals dir. | Martin v. Löwis | 2015-02-09 | 1 | -4/+4 | |
| | | | ||||||
* | | | Post-release updates for Python 3.4.3rc1. | Larry Hastings | 2015-02-08 | 2 | -1/+12 | |
| | | | ||||||
* | | | Added tag v3.4.3rc1 for changeset 69dd528ca625 | Larry Hastings | 2015-02-08 | 1 | -0/+1 | |
| | | | ||||||
* | | | Fix a copyright notice that still said 2014.v3.4.3rc1 | Larry Hastings | 2015-02-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Version bump for 3.4.3rc1. | Larry Hastings | 2015-02-08 | 6 | -11/+11 | |
| | | | ||||||
* | | | Updated pydoc topics data for 3.4.3rc1 release. | Larry Hastings | 2015-02-07 | 1 | -78/+78 | |
| | | | ||||||
* | | | Corrected typo. | Vinay Sajip | 2015-02-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Minor change to documentation on creating venvs. | Vinay Sajip | 2015-02-07 | 1 | -4/+7 | |
| | | | ||||||
* | | | Issue #23399: pyvenv creates relative symlinks where possible. | Barry Warsaw | 2015-02-06 | 2 | -6/+10 | |
|\ \ \ | ||||||
| * | | | Issue #23399: pyvenv creates relative symlinks where possible. | Barry Warsaw | 2015-02-06 | 2 | -6/+10 | |
| | | | | ||||||
* | | | | Fix definition mismatch for type_is_subtype_base_chain. | Steve Dower | 2015-02-06 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Issue #23392: Added tests for marshal C API that works with FILE*. | Serhiy Storchaka | 2015-02-06 | 3 | -12/+255 | |
| | | | ||||||
* | | | Issue #23881: Only use entry-values with gdb 7.4 in tests. | Serhiy Storchaka | 2015-02-06 | 1 | -8/+10 | |
| | | | | | | | | | | | | Fixes a regression in issue #22765. Patch by Vinson Lee. | |||||
* | | | Fix missing :ref: for idle in doc build. | Ned Deily | 2015-02-06 | 1 | -3/+3 | |
| | | | ||||||
* | | | fix many custom mro() edge cases and improve code quality (#22735) | Benjamin Peterson | 2015-02-06 | 4 | -254/+622 | |
| | | | | | | | | | | | | Patch by Eldar Abusalimov. | |||||
* | | | Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. | Ned Deily | 2015-02-06 | 2 | -4/+4 | |
| | | | | | | | | | | | | (currently only used for builds with <= 10.5 deployment targets) | |||||
* | | | test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution | Victor Stinner | 2015-02-05 | 1 | -2/+4 | |
| | | | | | | | | | | | | on Windows | |||||
* | | | Issue #18982: Add tests for CLI of the calendar module. | Serhiy Storchaka | 2015-02-05 | 2 | -25/+132 | |
| | | | ||||||
* | | | asyncio: BaseEventLoop: rename _owner to _thread_id | Victor Stinner | 2015-02-05 | 1 | -6/+6 | |
| | | | ||||||
* | | | Issue #23345: Prevent test_ssl failures with large OpenSSL patch level | Ned Deily | 2015-02-05 | 2 | -1/+4 | |
| | | | | | | | | | | | | values (like 0.9.8zc). | |||||
* | | | Update pip to 6.0.8 | Donald Stufft | 2015-02-05 | 2 | -1/+1 | |
| | | | ||||||
* | | | Make the stdlib test suite helper test.script_helper._assert_python no longer | Gregory P. Smith | 2015-02-05 | 2 | -2/+36 | |
| | | | | | | | | | | | | | | | pass -I or -E to the child process by default when the environment is required for the child process interpreter to function properly. |