log

Server-side clone
age author description
Sat, 28 Jan 2017 16:35:44 +0900 INADA Naoki Issue #29383: reduce temporary interned unicode default tip
Fri, 27 Jan 2017 23:05:34 -0800 Senthil Kumaran Add clarity to the warning on certificate verification in urllib. 2.7
Fri, 27 Jan 2017 13:05:09 +0000 Vinay Sajip Closes #28784: Merged update from 3.6.
Fri, 27 Jan 2017 13:04:33 +0000 Vinay Sajip Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. 3.6
Fri, 27 Jan 2017 12:43:41 +0000 Vinay Sajip Closes #29308: Merged fix from 3.6.
Fri, 27 Jan 2017 12:42:45 +0000 Vinay Sajip Fixes #29308: Merged fix from 3.5. 3.6
Fri, 27 Jan 2017 12:41:27 +0000 Vinay Sajip Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. 3.5
Wed, 25 Jan 2017 23:35:46 -0800 Benjamin Peterson merge 3.6
Wed, 25 Jan 2017 23:35:40 -0800 Benjamin Peterson remove comment about updating the parser module; we do not need to do that anymore (#26526) 3.6
Wed, 25 Jan 2017 23:33:27 +0100 Victor Stinner Issue #29358: Add postcondition checks on types
Wed, 25 Jan 2017 22:33:43 +0900 INADA Naoki Issue #29369: Use Py_IDENTIFIER in Python-ast.c
Wed, 25 Jan 2017 13:28:45 +0200 Serhiy Storchaka Merge heads 2.7
Wed, 25 Jan 2017 13:27:44 +0200 Serhiy Storchaka Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
Wed, 25 Jan 2017 13:25:52 +0200 Serhiy Storchaka Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if 3.6
Wed, 25 Jan 2017 13:23:05 +0200 Serhiy Storchaka Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if 3.5
Wed, 25 Jan 2017 13:22:06 +0200 Serhiy Storchaka Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro. 2.7
Wed, 25 Jan 2017 01:48:41 -0800 Senthil Kumaran [merge 3.6] - issue26149 - Point to Wiki for Editors and Python IDEs on Unix.
Wed, 25 Jan 2017 01:47:49 -0800 Senthil Kumaran issue26149 - Point to Wiki for Editors and Python IDEs on Unix. 3.6
Wed, 25 Jan 2017 01:46:33 -0800 Senthil Kumaran issue26149 - Point to Wiki for Editors and Python IDEs on Unix. 2.7
Wed, 25 Jan 2017 00:30:04 +0200 Serhiy Storchaka Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict
Tue, 24 Jan 2017 12:13:34 -0800 Ethan Furman issue29167: fix race condition in (Int)Flag
Tue, 24 Jan 2017 12:12:06 -0800 Ethan Furman closes issue29167: fix race condition in (Int)Flag 3.6
Tue, 24 Jan 2017 21:39:42 +0200 Serhiy Storchaka Issue #29083: Fixed the declaration of some public API functions.
Tue, 24 Jan 2017 21:34:44 +0200 Serhiy Storchaka Issue #29083: Fixed the declaration of some public API functions. 3.6
Tue, 24 Jan 2017 21:27:12 +0200 Serhiy Storchaka Issue #29083: Fixed the declaration of some public API functions. 3.5
Tue, 24 Jan 2017 20:54:07 +0200 Serhiy Storchaka Issue #29337: Fixed possible BytesWarning when compare the code objects.
Tue, 24 Jan 2017 20:52:43 +0200 Serhiy Storchaka Issue #29337: Fixed possible BytesWarning when compare the code objects. 3.6
Tue, 24 Jan 2017 20:49:26 +0200 Serhiy Storchaka Issue #29337: Fixed possible BytesWarning when compare the code objects. 3.5
Tue, 24 Jan 2017 15:05:30 +0100 Victor Stinner Issue #29360: _PyStack_AsDict() doesn't check kwnames
Tue, 24 Jan 2017 09:06:22 +0200 Serhiy Storchaka Issue #29338: Fix test_enum.
Tue, 24 Jan 2017 00:30:06 +0000 Martin Panter Fix grammar in doc string, RST markup
Tue, 24 Jan 2017 00:30:00 +0000 Martin Panter Issues #29189: Merge indentation fixes from 3.6
Tue, 24 Jan 2017 00:29:11 +0000 Martin Panter Issues #29189: Merge indentation fixes from 3.5 3.6
Tue, 24 Jan 2017 00:26:56 +0000 Martin Panter Issue #29189: Fix indentation in RST markup 3.5
Tue, 24 Jan 2017 00:22:45 +0000 Martin Panter Issue #29189: Fix indentation in RST markup 2.7
Mon, 23 Jan 2017 23:15:19 +0000 Martin Panter Issues #29273: Merge test___all__ from 3.6
Mon, 23 Jan 2017 22:59:03 +0000 Martin Panter Issues #29273: Merge test___all__ from 3.5 3.6
Mon, 23 Jan 2017 22:11:09 +0000 Martin Panter Issue #29273: Remove unneeded workaround to restore locale 3.5
Mon, 23 Jan 2017 14:02:35 +0200 Serhiy Storchaka Issue #29338: Don't output an empty signature for class constructor.
Mon, 23 Jan 2017 12:34:00 +0100 Victor Stinner Merge 3.6
Mon, 23 Jan 2017 12:30:00 +0100 Victor Stinner Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION 3.6
Mon, 23 Jan 2017 12:37:00 +0200 Serhiy Storchaka Issue #29338: The help of a builtin or extension class now includes the
Mon, 23 Jan 2017 12:30:59 +0200 Serhiy Storchaka Issue #26729: Fixed __text_signature__ for sorted().
Mon, 23 Jan 2017 12:30:35 +0200 Serhiy Storchaka Issue #26729: Fixed __text_signature__ for sorted(). 3.6
Mon, 23 Jan 2017 12:29:47 +0200 Serhiy Storchaka Issue #26729: Fixed __text_signature__ for sorted(). 3.5
Mon, 23 Jan 2017 10:23:58 +0200 Serhiy Storchaka Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Mon, 23 Jan 2017 09:47:21 +0200 Serhiy Storchaka Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Sun, 22 Jan 2017 22:38:28 -0800 Gregory P. Smith Issue #29335: Fix subprocess.Popen.wait() when the child process has 2.7
Sun, 22 Jan 2017 22:20:04 -0800 Gregory P. Smith Skip the test requiring ctypes if ctypes is unavailable.
Sun, 22 Jan 2017 22:19:51 -0800 Gregory P. Smith Skip the test requiring ctypes if ctypes is unavailable. 3.6
Sun, 22 Jan 2017 22:19:38 -0800 Gregory P. Smith Skip the test requiring ctypes if ctypes is unavailable. 3.5
Sun, 22 Jan 2017 20:55:20 -0800 Gregory P. Smith typo fix, extra '.' on MacOS :)
Sun, 22 Jan 2017 20:55:02 -0800 Gregory P. Smith typo fix, extra '.' on MacOS :) 3.6
Sun, 22 Jan 2017 20:54:42 -0800 Gregory P. Smith typo fix, extra '.' :) 3.5
Sun, 22 Jan 2017 17:47:22 -0800 Guido van Rossum Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.6->3.7)
Sun, 22 Jan 2017 17:47:21 -0800 Guido van Rossum Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6) 3.6
Sun, 22 Jan 2017 17:43:57 -0800 Guido van Rossum Issue #28556: various style fixes for typing.py (3.6->3.7)
Sun, 22 Jan 2017 17:43:56 -0800 Guido van Rossum Issue #28556: various style fixes for typing.py (3.5->3.6) 3.6
Sun, 22 Jan 2017 17:47:20 -0800 Guido van Rossum Issue #28556: Allow defining methods in NamedTuple class syntax (#362) 3.5
Sun, 22 Jan 2017 17:43:53 -0800 Guido van Rossum Issue #28556: various style fixes for typing.py 3.5