| Sat, 05 Dec 2015 04:16:45 +0000 |
Martin Panter |
Issue #25764: Attempt to debug and skip OS X setrlimit() failure
default tip
|
| Fri, 04 Dec 2015 23:05:20 -0500 |
R David Murray |
Merge: #24903: Remove misleading error message to fix regression.
|
| Fri, 04 Dec 2015 23:04:37 -0500 |
R David Murray |
Merge: #24903: Remove misleading error message to fix regression.
3.5
|
| Fri, 04 Dec 2015 22:54:38 -0500 |
R David Murray |
#24903: Remove misleading error message to fix regression.
3.4
|
| Sat, 05 Dec 2015 02:27:58 +0000 |
Martin Panter |
Issue #25764: Merge subprocess fix from 3.5
|
| Sat, 05 Dec 2015 02:03:42 +0000 |
Martin Panter |
Issue #25764: Merge subprocess fix from 3.4 into 3.5
3.5
|
| Mon, 30 Nov 2015 02:21:41 +0000 |
Martin Panter |
Issue #25764: Preserve subprocess fork exception when preexec_fn used
3.4
|
| Fri, 04 Dec 2015 15:46:43 -0800 |
Brett Cannon |
Merge for issue #23936
|
| Fri, 04 Dec 2015 15:46:21 -0800 |
Brett Cannon |
Issue #23936: Clarify what finders are.
3.5
|
| Fri, 04 Dec 2015 15:19:42 -0800 |
Brett Cannon |
Issue #25771: Tweak ValueError message when package isn't specified
|
| Fri, 04 Dec 2015 14:52:07 -0800 |
Brett Cannon |
Merge for issue #25500
|
| Fri, 04 Dec 2015 14:51:26 -0800 |
Brett Cannon |
Issue #25500: Fix the language reference to not claim that import
3.5
|
| Thu, 03 Dec 2015 17:32:05 -0800 |
Guido van Rossum |
Add Awaitable, AsyncIterable, AsyncIterator to typing.py. (Merge 3.5->3.6)
|
| Thu, 03 Dec 2015 17:31:24 -0800 |
Guido van Rossum |
Add Awaitable, AsyncIterable, AsyncIterator to typing.py.
3.5
|
| Thu, 03 Dec 2015 01:23:10 +0000 |
Martin Panter |
Issue #14285: Do not catch ImportError from __init__.py in runpy
2.7
|
| Thu, 03 Dec 2015 22:27:31 +0200 |
Serhiy Storchaka |
Issue #6478: _strptime's regexp cache now is reset after changing timezone
|
| Thu, 03 Dec 2015 22:26:36 +0200 |
Serhiy Storchaka |
Issue #6478: _strptime's regexp cache now is reset after changing timezone
3.5
|
| Thu, 03 Dec 2015 22:21:07 +0200 |
Serhiy Storchaka |
Issue #6478: _strptime's regexp cache now is reset after changing timezone
3.4
|
| Thu, 03 Dec 2015 22:20:45 +0200 |
Serhiy Storchaka |
Issue #6478: _strptime's regexp cache now is reset after changing timezone
2.7
|
| Thu, 03 Dec 2015 20:47:48 +0200 |
Serhiy Storchaka |
Issue #19543: Added Py3k warning for decoding unicode.
2.7
|
| Thu, 03 Dec 2015 01:36:03 +0000 |
Martin Panter |
Issue #14285: Merge runpy exception fix from 3.5
|
| Thu, 03 Dec 2015 01:23:10 +0000 |
Martin Panter |
Issue #14285: Do not catch __init__.py exceptions in runpy
3.5
|
| Thu, 03 Dec 2015 01:05:52 +0200 |
Serhiy Storchaka |
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
|
| Thu, 03 Dec 2015 01:04:37 +0200 |
Serhiy Storchaka |
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
3.5
|
| Thu, 03 Dec 2015 01:02:03 +0200 |
Serhiy Storchaka |
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
3.4
|
| Thu, 03 Dec 2015 00:58:13 +0200 |
Serhiy Storchaka |
Null merge
|
| Thu, 03 Dec 2015 00:57:41 +0200 |
Serhiy Storchaka |
Null merge
3.5
|
| Wed, 02 Dec 2015 09:19:07 -0800 |
Steve Dower |
Merge from 3.5 (including all NEWS entries)
|
| Wed, 02 Dec 2015 08:28:51 -0800 |
Steve Dower |
Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection.
3.5
|
| Wed, 02 Dec 2015 14:39:37 +0100 |
Victor Stinner |
Fix test_doctest in verbose mode
2.7
|
| Wed, 02 Dec 2015 14:37:35 +0100 |
Victor Stinner |
(Merge 3.5) Fix test_doctest in verbose mode
|
| Wed, 02 Dec 2015 14:37:17 +0100 |
Victor Stinner |
Fix test_doctest in verbose mode
3.5
|
| Wed, 02 Dec 2015 14:36:15 +0100 |
Victor Stinner |
Null merge 3.5, patch was already applied to default (isuse #25177)
|
| Wed, 02 Dec 2015 01:10:09 +1100 |
Steven D'Aprano |
Merge heads.
3.4
|
| Tue, 01 Dec 2015 19:59:53 +1100 |
Steven D'Aprano |
Issue #25177: Fixed problem with the mean of very small and very large numbers.
|
| Tue, 01 Dec 2015 17:04:32 +1100 |
Steven D'Aprano |
Fixed issue #25177, problems with the mean of very small and very large numbers.
3.5
|
| Tue, 01 Dec 2015 13:48:48 +1100 |
Steven D'Aprano |
Fix for issue #25177 with the mean of very small and very large numbers.
3.4
|
| Mon, 30 Nov 2015 22:57:22 -0600 |
Zachary Ware |
Closes #25767: Merge with 3.5
|
| Mon, 30 Nov 2015 22:57:01 -0600 |
Zachary Ware |
Issue #25767: Merge with 3.4
3.5
|
| Mon, 30 Nov 2015 22:56:17 -0600 |
Zachary Ware |
Issue #25767: Link to English Wikipedia instead of French.
3.4
|
| Tue, 01 Dec 2015 00:40:50 +0200 |
Serhiy Storchaka |
Removed debugging output of exception raised by __reduce__ method.
|
| Tue, 01 Dec 2015 00:39:45 +0200 |
Serhiy Storchaka |
Removed debugging output of exception raised by __reduce__ method.
3.5
|
| Tue, 01 Dec 2015 00:39:25 +0200 |
Serhiy Storchaka |
Removed debugging output of exception raised by __reduce__ method.
3.4
|
| Tue, 01 Dec 2015 00:32:49 +0200 |
Serhiy Storchaka |
Fixed reference leak when read truncated pickle.
2.7
|
| Tue, 01 Dec 2015 00:20:49 +0200 |
Serhiy Storchaka |
Fixed reference leak when read truncated pickle.
|
| Tue, 01 Dec 2015 00:20:36 +0200 |
Serhiy Storchaka |
Fixed reference leak when read truncated pickle.
3.5
|
| Tue, 01 Dec 2015 00:18:23 +0200 |
Serhiy Storchaka |
Fixed reference leak when read truncated pickle.
3.4
|
| Mon, 30 Nov 2015 17:37:13 +0200 |
Serhiy Storchaka |
Issue #25718: Fixed copying object with state with boolean value is false.
|
| Mon, 30 Nov 2015 17:35:40 +0200 |
Serhiy Storchaka |
Issue #25718: Fixed copying object with state with boolean value is false.
3.5
|
| Mon, 30 Nov 2015 17:20:02 +0200 |
Serhiy Storchaka |
Issue #25718: Fixed copying object with state with boolean value is false.
2.7
|
| Mon, 30 Nov 2015 17:20:02 +0200 |
Serhiy Storchaka |
Issue #25718: Fixed copying object with state with boolean value is false.
3.4
|
| Mon, 30 Nov 2015 03:18:29 +0000 |
Martin Panter |
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
|
| Sun, 29 Nov 2015 20:18:27 +0200 |
Serhiy Storchaka |
Fixed yet one syntax error in test_xpickle in Python 2.5.
2.7
|
| Sun, 29 Nov 2015 20:13:56 +0200 |
Serhiy Storchaka |
Fixed Py3k warnings in tests for issue #24731.
2.7
|
| Sun, 29 Nov 2015 19:20:11 +0200 |
Serhiy Storchaka |
Trying to fix test_xpickle with python 2.4 and 2.5.
2.7
|
| Sun, 29 Nov 2015 16:33:18 +0100 |
Victor Stinner |
Issue #25742: Try to fix test_locale on Windows
2.7
|
| Sun, 29 Nov 2015 16:13:51 +0200 |
Serhiy Storchaka |
Got rid of "with" for compatibility test_xpickle with Python 2.5.
2.7
|
| Sun, 29 Nov 2015 13:14:00 +0200 |
Serhiy Storchaka |
Issue #25761: Added more test cases for testing unpickling broken data.
|
| Sun, 29 Nov 2015 13:13:24 +0200 |
Serhiy Storchaka |
Issue #25761: Added more test cases for testing unpickling broken data.
3.5
|
| Sun, 29 Nov 2015 13:12:40 +0200 |
Serhiy Storchaka |
Issue #25761: Added more test cases for testing unpickling broken data.
2.7
|