Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27570: Avoid zero-length memcpy() calls with null source pointers | Martin Panter | 2016-09-07 | 1 | -0/+3 |
| | |||||
* | Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - | Gregory P. Smith | 2016-09-07 | 1 | -0/+5 |
| | | | | | | required for PGO linking - to be a configure time error rather than make time when --with-optimizations is enabled. Also improve our ability to find the llvm-profdata tool on MacOS and some Linuxes. | ||||
* | #22233: Only split headers on \r and/or \n, per email RFCs. | R David Murray | 2016-09-07 | 1 | -0/+4 |
| | | | | Original patch by Martin Panter, new policy fixes by me. | ||||
* | 27988: Make sure iter_attachments does not mutate the payload list. | R David Murray | 2016-09-07 | 1 | -0/+2 |
| | |||||
* | [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". | Senthil Kumaran | 2016-09-07 | 1 | -0/+1 |
| | |||||
* | Issue #26359: Add the --with-optimizations flag. | Brett Cannon | 2016-09-07 | 1 | -0/+2 |
| | |||||
* | Fixes issue26307: The profile-opt build now applys PGO to the built-in | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-06 | 1 | -0/+2 |
| | | | | modules. | ||||
* | Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name ↵ | Christian Heimes | 2016-09-06 | 1 | -0/+3 |
| | | | | fields in X.509 certs. | ||||
* | Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ↵ | Christian Heimes | 2016-09-06 | 1 | -0/+6 |
| | | | | ChaCha20 Poly1305. | ||||
* | do not pretend to support passing a fd to access() | Benjamin Peterson | 2016-09-05 | 1 | -0/+3 |
| | |||||
* | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. | Christian Heimes | 2016-09-05 | 1 | -0/+2 |
| | |||||
* | clear out f_gen during generator finalization (closes #27812) | Benjamin Peterson | 2016-09-05 | 1 | -0/+3 |
| | | | | Patch from Armin Rigo. | ||||
* | do not allow _PyGen_Finalize to fail (closes #27811) | Benjamin Peterson | 2016-09-05 | 1 | -0/+3 |
| | | | | Patch from Armin Rigo. | ||||
* | Issue 27936: Fix inconsistent round() behavior between float and int | Raymond Hettinger | 2016-09-03 | 1 | -0/+4 |
| | |||||
* | Issue #12885: Merge 3.4 | Jason R. Coombs | 2016-09-02 | 1 | -1/+1 |
|\ | |||||
| * | Issue #12885: Correct issue reference in NEWS | Jason R. Coombs | 2016-09-02 | 1 | -1/+1 |
| | | |||||
* | | Issue #12285: Merge with 3.4 | Jason R. Coombs | 2016-09-02 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #12285: Update NEWS | Jason R. Coombs | 2016-09-02 | 1 | -0/+2 |
| | | |||||
* | | Issue #27881: Fixed possible bugs when setting ↵ | Serhiy Storchaka | 2016-09-01 | 1 | -0/+3 |
| | | | | | | | | | | | | sqlite3.Connection.isolation_level. Based on patch by Xiang Zhang. | ||||
* | | Issue #27706: Fix regression in random.seed(somestr, version=1) | Raymond Hettinger | 2016-08-31 | 1 | -0/+5 |
| | | |||||
* | | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory | Serhiy Storchaka | 2016-08-29 | 1 | -0/+3 |
| | | | | | | | | creates not a cursor. Patch by Xiang Zhang. | ||||
* | | Issue #25825: Fix references to $(LIBPL) installation path on AIX | Martin Panter | 2016-08-27 | 1 | -2/+4 |
| | | | | | | | | | | In Subversion r86731, the path was changed from $(BINLIBDEST)/config to $(LIBDEST)/config-$(LDVERSION). | ||||
* | | Issue #19884: Avoid spurious output on OS X with Gnu Readline | Martin Panter | 2016-08-27 | 1 | -0/+2 |
| | | | | | | | | | | Also adjust the test condition, because enable-meta-key was only added in 6.1, not 6.0. | ||||
* | | Issue #10513: Fix a regression in Connection.commit() | Berker Peksag | 2016-08-26 | 1 | -0/+3 |
| | | | | | | | | | | | | Statements should not be reset after a commit. Backported from https://github.com/ghaering/pysqlite/commit/029050896b1e6058573abeef5a8970384c0c7faa | ||||
* | | Issue #6057: Document exceptions in sqlite3 module | Berker Peksag | 2016-08-24 | 1 | -0/+1 |
| | | | | | | | | Patch by Jaysinh Shukla and Stéphane Wirtel. | ||||
* | | A new version of typing.py from https://github.com/python/typing. | Guido van Rossum | 2016-08-23 | 1 | -0/+6 |
| | | |||||
* | | Issue #27587: Move null pointer check earlier in _PyState_AddModule() | Berker Peksag | 2016-08-22 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | This was found by PVS-Studio: V595 The 'def' pointer was utilized before it was verified against nullptr. Check lines: 286, 292. pystate.c 286 Initial patch by Christian Heimes. | ||||
* | | Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ↵ | Mark Dickinson | 2016-08-22 | 2 | -0/+4 |
| | | | | | | | | and base. Thanks Vedran Čačić. | ||||
* | | Issue #21718: cursor.description is now available for queries using CTEs | Berker Peksag | 2016-08-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | According to PEP 249, cursor.description must be available for any SELECT statements, such as those that use CTEs. Backported from https://github.com/ghaering/pysqlite/commit/f67fa9c898a4713850e16934046f0fe2cba8c44c Additional test cases added by me. | ||||
* | | Issue #27782: Fix m_methods handling in multiphase init | Nick Coghlan | 2016-08-21 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | Multi-phase extension module import now correctly allows the ``m_methods`` field to be used to add module level functions to instances of non-module types returned from ``Py_create_mod``. Patch by Xiang Zhang. | ||||
* | | Issue #27487: Warn if submodule already imported before runpy execution | Martin Panter | 2016-08-21 | 1 | -0/+4 |
| | | | | | | | | Also try to clarify the find_spec() error message. | ||||
* | | Fix typo in IDLE News. | Terry Jan Reedy | 2016-08-21 | 1 | -1/+1 |
| | | |||||
* | | Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items. | Terry Jan Reedy | 2016-08-21 | 1 | -0/+9 |
| | | |||||
* | | Minor spelling fixes | Martin Panter | 2016-08-20 | 1 | -1/+1 |
| | | |||||
* | | Issue #27787: Clean up weak references before checking for dangling threads | Martin Panter | 2016-08-20 | 1 | -0/+3 |
| | | |||||
* | | Issue #27713: Surpress spurious build warnings when updating importlib's | Ned Deily | 2016-08-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | | bootstrap files: Could not find platform dependent libraries <exec_prefix Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] Patch by Xiang Zhang | ||||
* | | Rewrap long lines in Misc/NEWS. | R David Murray | 2016-08-19 | 1 | -20/+26 |
| | | |||||
* | | #2466: ismount now recognizes mount points user can't access. | R David Murray | 2016-08-19 | 2 | -0/+4 |
| | | | | | | | | | | Patch by Robin Roth, reviewed by Serhiy Storchaka, comment wording tweaked by me. | ||||
* | | Fix SystemError in "raise" statement | Victor Stinner | 2016-08-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Issue #27558: Fix a SystemError in the implementation of "raise" statement. In a brand new thread, raise a RuntimeError since there is no active exception to reraise. Patch written by Xiang Zhang. | ||||
* | | merge 3.4 (#27783) | Benjamin Peterson | 2016-08-17 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | merge 3.3 (#27783) | Benjamin Peterson | 2016-08-17 | 1 | -0/+2 |
| |\ | |||||
| | * | rearrange methodcaller_new so that the main error case does not cause ↵ | Benjamin Peterson | 2016-08-17 | 1 | -0/+2 |
| | | | | | | | | | | | | uninitialized memory usage (closes #27783) | ||||
* | | | merge 3.4 (#27774) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | merge 3.3 (#27774) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | do not decref value borrowed from list (closes #27774) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
| | | | |||||
* | | | fix corner cases in the management of server_hostname (closes #27773) | Benjamin Peterson | 2016-08-16 | 1 | -0/+2 |
| | | | |||||
* | | | merge 3.4 | Benjamin Peterson | 2016-08-16 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | fail when negative values are passed to instr() | Benjamin Peterson | 2016-08-16 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. | Ned Deily | 2016-08-15 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | The original problem has been fixed in newer versions of FreeBSD. Patch by Dimitry Andric of the FreeBSD project. | ||||
* | | | merge 3.4 (closes #27760) | Benjamin Peterson | 2016-08-14 | 1 | -0/+2 |
|\ \ \ | |/ / |