Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Issue #28036: Remove unused pysqlite_flush_statement_cache function | Berker Peksag | 2016-09-11 | 1 | -20/+0 | |
| | | | | ||||||
* | | | | Unskip testPythonOrg in test_robotparser | Berker Peksag | 2016-09-11 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | We should probably use pythontest.net for this. | |||||
* | | | | Fixed refactoring bug in dd046963bd42 (issue27129). | Serhiy Storchaka | 2016-09-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Wrap testPasswordProtectedSite with @reap_threads | Berker Peksag | 2016-09-11 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Closed #26533: Merged update from 3.5. | Vinay Sajip | 2016-09-11 | 1 | -5/+14 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Closed #26533: expanded on behaviour of logging.config.listen(). | Vinay Sajip | 2016-09-11 | 1 | -5/+14 | |
| | | | | ||||||
* | | | | Merged upstream changes. | Vinay Sajip | 2016-09-11 | 1 | -220/+139 | |
|\ \ \ \ | ||||||
| * | | | | Issue #25497: Rewrite test_robotparser to use a class based design | Berker Peksag | 2016-09-11 | 1 | -220/+139 | |
| | | | | | ||||||
* | | | | | Closes #25671: Merged fix from 3.5. | Vinay Sajip | 2016-09-11 | 1 | -19/+20 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | Fixes #25671: Updated prompt handling in activate.fish. | Vinay Sajip | 2016-09-11 | 1 | -19/+20 | |
| | | | | ||||||
* | | | | Use uint16_t instead of short in audioop. | Serhiy Storchaka | 2016-09-11 | 1 | -14/+14 | |
| | | | | ||||||
* | | | | Use sequence repetition instead of bytes constructor with integer argument. | Serhiy Storchaka | 2016-09-11 | 12 | -20/+20 | |
| | | | | ||||||
* | | | | Issue #27129: Replaced wordcode related magic constants with macros. | Serhiy Storchaka | 2016-09-11 | 7 | -158/+173 | |
| | | | | ||||||
* | | | | Issue #27952: Merge fixcid.py from 3.5 | Martin Panter | 2016-09-11 | 3 | -25/+125 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #27952: Get fixcid.py working with the re module | Martin Panter | 2016-09-11 | 3 | -25/+122 | |
| | | | | ||||||
* | | | | Issue #27991: Merge from 3.5 | Berker Peksag | 2016-09-11 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #27991: Remove incorrect sentence about store_true | Berker Peksag | 2016-09-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Patch by py.user. | |||||
* | | | | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ↵ | Berker Peksag | 2016-09-11 | 8 | -116/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DDL statements This commit contains the following commits from ghaering/pysqlite: * https://github.com/ghaering/pysqlite/commit/f254c534948c41c0ceb8cbabf0d4a2f547754739 * https://github.com/ghaering/pysqlite/commit/796b3afe38cfdac5d7d5ec260826b0a596554631 * https://github.com/ghaering/pysqlite/commit/cae87ee68613697a5f4947b4a0941f59a28da1b6 * https://github.com/ghaering/pysqlite/commit/3567b31bb5e5b226ba006213a9c69dde3f155faf With the following additions: * Fixed a refcount error * Fixed a compiler warning * Made the string comparison a little more robust * Added a whatsnew entry | |||||
* | | | | Issue #22493: Inline flags now should be used only at the start of the | Serhiy Storchaka | 2016-09-11 | 12 | -34/+58 | |
| | | | | | | | | | | | | | | | | | | | | regular expression. Deprecation warning is emitted if uses them in the middle of the regular expression. | |||||
* | | | | Issue #26885: xmlrpc now supports unmarshalling additional data types used | Serhiy Storchaka | 2016-09-11 | 5 | -8/+101 | |
| | | | | | | | | | | | | | | | | by Apache XML-RPC implementation for numerics and None. | |||||
* | | | | Issue #26900: Excluded underscored names and other private API from limited API. | Serhiy Storchaka | 2016-09-11 | 21 | -15/+74 | |
| | | | | ||||||
* | | | | issue23591: add auto() for auto-generating Enum member values | Ethan Furman | 2016-09-11 | 3 | -31/+195 | |
| | | | | ||||||
* | | | | Issue #23722: Initialize __class__ from type.__new__() | Nick Coghlan | 2016-09-11 | 8 | -1258/+1358 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The __class__ cell used by zero-argument super() is now initialized from type.__new__ rather than __build_class__, so class methods relying on that will now work correctly when called from metaclass methods during class creation. Patch by Martin Teichmann. | |||||
* | | | | Remove the debug print that i accidentally left in. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-11 | 1 | -1/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Remove the debug print that i accidentally left in. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-11 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (null merge 3.5->3.6) | Guido van Rossum | 2016-09-11 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the ↵ | Guido van Rossum | 2016-09-11 | 1 | -14/+113 | |
| | | | | | | | | | | | | | | | | 3.6 version) | |||||
* | | | | Issue #26141: Update docs for typing.py. Ivan Levkivskyi. | Guido van Rossum | 2016-09-11 | 1 | -10/+104 | |
| | | | | ||||||
* | | | | Issue #28073: Improve wording around None. Michael Lee. (3.5->3.6) | Guido van Rossum | 2016-09-11 | 1 | -2/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #28073: Improve wording around None. Michael Lee. | Guido van Rossum | 2016-09-11 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | Backed out changeset 8460a729e1de | Benjamin Peterson | 2016-09-11 | 2 | -15/+3 | |
| | | | | ||||||
* | | | | force gcc to use c99 inline semantics | Benjamin Peterson | 2016-09-11 | 2 | -3/+15 | |
| | | | | ||||||
* | | | | fix link to instrumentation | Benjamin Peterson | 2016-09-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | add the usual extern C silliness to pydtrace.h | Benjamin Peterson | 2016-09-11 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | reST is not markdown | Benjamin Peterson | 2016-09-11 | 1 | -17/+17 | |
| | | | | ||||||
* | | | | Backed out changeset 3934e070c9db | Benjamin Peterson | 2016-09-11 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Null merge | Serhiy Storchaka | 2016-09-10 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Backported tests for issue #28070. | Serhiy Storchaka | 2016-09-10 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Issue #28070: Fixed parsing inline verbose flag in regular expressions. | Serhiy Storchaka | 2016-09-10 | 3 | -0/+6 | |
| | | | | ||||||
* | | | | Issue #19500: Add client-side SSL session resumption to the ssl module. | Christian Heimes | 2016-09-10 | 5 | -20/+582 | |
| | | | | ||||||
* | | | | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 23 | -85/+189 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The deprecation include manual creation of SSLSocket and certfile/keyfile (or similar) in ftplib, httplib, imaplib, smtplib, poplib and urllib. ssl.wrap_socket() is not marked as deprecated yet. | |||||
* | | | | #28067: Fixed another typo. | Alexander Belopolsky | 2016-09-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue 28043: SSLContext has improved default settings | Christian Heimes | 2016-09-10 | 5 | -54/+82 | |
| | | | | | | | | | | | | | | | | The options OP_NO_COMPRESSION, OP_CIPHER_SERVER_PREFERENCE, OP_SINGLE_DH_USE, OP_SINGLE_ECDH_USE, OP_NO_SSLv2 (except for PROTOCOL_SSLv2), and OP_NO_SSLv3 (except for PROTOCOL_SSLv3) are set by default. The initial cipher suite list contains only HIGH ciphers, no NULL ciphers and MD5 ciphers (except for PROTOCOL_SSLv2). | |||||
* | | | | IDLE newx items. merge from 3.5 | Terry Jan Reedy | 2016-09-10 | 2 | -1/+32 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | IDLE newx items. | Terry Jan Reedy | 2016-09-10 | 2 | -0/+14 | |
| | | | | ||||||
* | | | | #28067: Fixed a typo. | Alexander Belopolsky | 2016-09-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Closes #28067: Do not call localtime (gmtime) in datetime module. | Alexander Belopolsky | 2016-09-10 | 1 | -42/+60 | |
| | | | | ||||||
* | | | | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files | Steve Dower | 2016-09-10 | 1 | -2/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files | Steve Dower | 2016-09-10 | 1 | -2/+9 | |
| | | | | ||||||
* | | | | Issue #25221: merge from 3.5. | Mark Dickinson | 2016-09-10 | 2 | -1/+5 | |
|\ \ \ \ | |/ / / |