Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Post-release fixups for Python 3.4.5. | Larry Hastings | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | Version bump for 3.4.5 final.v3.4.5 | Larry Hastings | 2016-06-25 | 1 | -3/+3 |
| | |||||
* | Release bump for 3.4.5rc1.v3.4.5rc1 | Larry Hastings | 2016-06-12 | 1 | -4/+4 |
| | |||||
* | Post-release touchups for Python 3.4.4 final. | Larry Hastings | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | Release bump for Python 3.4.4 final.v3.4.4 | Larry Hastings | 2015-12-20 | 1 | -3/+3 |
| | |||||
* | Post-release fixups for Python 3.4.4rc1. | Larry Hastings | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | Version bump for 3.4.4rc1.v3.4.4rc1 | Larry Hastings | 2015-12-06 | 1 | -4/+4 |
| | |||||
* | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -2/+2 |
| | |||||
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 2 | -3/+3 |
| | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
* | #21167: Fix definition of NAN when ICC used without -fp-model strict. | R David Murray | 2015-08-13 | 1 | -1/+23 |
| | | | | Patch from Chris Hogan of Intel, reviewed by Mark Dickinson. | ||||
* | Added the const qualifier for char* argument of Py_EnterRecursiveCall(). | Serhiy Storchaka | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. | Serhiy Storchaka | 2015-06-21 | 1 | -1/+1 |
| | | | | Patch by Michael Ensslin. | ||||
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 2 | -2/+2 |
| | |||||
* | Merge 3.4.3 release engineering changes back into 3.4. | Larry Hastings | 2015-02-26 | 1 | -1/+1 |
|\ | |||||
| * | Fix typo: PyMem_Alloc => PyMem_Malloc | Victor Stinner | 2015-02-11 | 1 | -1/+1 |
| | | |||||
* | | Post-release changes for 3.4.3. | Larry Hastings | 2015-02-26 | 1 | -1/+1 |
| | | |||||
* | | Release bump for 3.4.3 final. | Larry Hastings | 2015-02-23 | 1 | -3/+3 |
|/ | |||||
* | Post-release updates for Python 3.4.3rc1. | Larry Hastings | 2015-02-08 | 1 | -1/+1 |
| | |||||
* | Version bump for 3.4.3rc1. | Larry Hastings | 2015-02-08 | 1 | -4/+4 |
| | |||||
* | Issue #22668: Ensure that format strings survive slicing after casting. | Stefan Krah | 2015-01-29 | 1 | -2/+2 |
| | |||||
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 2 | -2/+2 |
| | | | | Patch by Karan Goel. | ||||
* | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 1 | -1/+1 |
| | |||||
* | Issue #22453: Warn against the use of leaking macro PyObject_REPR(). | Serhiy Storchaka | 2014-11-18 | 1 | -2/+6 |
| | |||||
* | Issue #18637: Fixed an error in _PyNode_SizeOf declaration. | Serhiy Storchaka | 2014-11-18 | 1 | -1/+1 |
| | | | | Patch by Roumen Petrov. | ||||
* | Issue #22193: Fixed integer overflow error in sys.getsizeof(). | Serhiy Storchaka | 2014-11-15 | 1 | -1/+1 |
| | | | | Fixed an error in _PySys_GetSizeOf declaration. | ||||
* | Issue #21715: Extracted shared complicated code in the _io module to new | Serhiy Storchaka | 2014-10-08 | 1 | -1/+3 |
| | | | | _PyErr_ChainExceptions() function. | ||||
* | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ↵ | Antoine Pitrou | 2014-10-08 | 1 | -0/+1 |
| | | | | | | exception tracebacks. Initial patch by Mark Shannon. | ||||
* | Post-release changes after 3.4.2 final. | Larry Hastings | 2014-10-08 | 1 | -1/+1 |
| | |||||
* | Release bump for 3.4.2 final.v3.4.2 | Larry Hastings | 2014-10-06 | 1 | -3/+3 |
| | |||||
* | Bump version number for 3.4.2rc1 release.v3.4.2rc1 | Larry Hastings | 2014-09-20 | 1 | -4/+4 |
| | |||||
* | Issue #22166: clear codec caches in test_codecs | Nick Coghlan | 2014-09-15 | 1 | -0/+4 |
| | |||||
* | Issue #22193: Added private function _PySys_GetSizeOf() needed to implement | Serhiy Storchaka | 2014-08-14 | 1 | -0/+4 |
| | | | | some __sizeof__() methods. | ||||
* | a post 3.4.1 world | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | remove tab (closes #21587) | Benjamin Peterson | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Version bump for 3.4.1.v3.4.1 | Larry Hastings | 2014-05-18 | 1 | -3/+3 |
| | |||||
* | Post-release version bump for 3.4.1rc1. Sorry it's late! | Larry Hastings | 2014-05-18 | 1 | -1/+1 |
| | |||||
* | Version bump for 3.4.1rc1.v3.4.1rc1 | Larry Hastings | 2014-05-04 | 1 | -4/+4 |
| | |||||
* | use imperative | Benjamin Peterson | 2014-04-08 | 1 | -1/+1 |
| | |||||
* | Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas ↵ | Antoine Pitrou | 2014-03-23 | 1 | -0/+3 |
| | | | | Schwab. | ||||
* | Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. | Larry Hastings | 2014-03-17 | 2 | -4/+15 |
|\ | |||||
| * | cast negative numbers to size_t before shifting them (#20929) | Benjamin Peterson | 2014-03-15 | 1 | -1/+1 |
| | | |||||
| * | Issue #20320: select.select() and select.kqueue.control() now round the timeout | Victor Stinner | 2014-02-16 | 1 | -3/+14 |
| | | | | | | | | | | | | aways from zero, instead of rounding towards zero. It should make test_asyncio more reliable, especially test_timeout_rounding() test. | ||||
| * | Merge Python 3.4.0rc1 release branch. | Larry Hastings | 2014-02-11 | 2 | -1/+2 |
| |\ | |||||
| | * | Issue #19255: The builtins module is restored to initial value before | Serhiy Storchaka | 2014-02-10 | 2 | -1/+2 |
| | | | | | | | | | | | | cleaning other modules. The sys and builtins modules are cleaned last. | ||||
* | | | Post-release verion bump for 3.4.0(+). | Larry Hastings | 2014-03-17 | 1 | -1/+1 |
| | | | |||||
* | | | Release bump for 3.4.0 final. | Larry Hastings | 2014-03-16 | 1 | -3/+3 |
| | | | |||||
* | | | Mark branch as being after Python 3.4.0rc3. | Larry Hastings | 2014-03-16 | 1 | -1/+1 |
| | | | |||||
* | | | Version bump for 3.4.0rc3.v3.4.0rc3 | Larry Hastings | 2014-03-09 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #19255: The builtins module is restored to initial value before | Serhiy Storchaka | 2014-02-10 | 2 | -1/+2 |
| | | | | | | | | | | | | cleaning other modules. The sys and builtins modules are cleaned last. | ||||
* | | | Version bump for Python 3.4.0rc2.v3.4.0rc2 | Larry Hastings | 2014-02-23 | 1 | -2/+2 |
|/ / |