Staging
v0.8.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
ff0f322 merge 3.3 27 June 2015, 18:56:46 UTC
59b08c1 use safe allocation and reallocation macros 27 June 2015, 18:41:33 UTC
89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. Patch by Martin Panter. 25 June 2015, 20:38:48 UTC
1096f76 Issue #24509: Clarify Handle.cancel() and loop.call_* methods. 25 June 2015, 17:49:52 UTC
bb96134 asyncio.docs: Use less confusing title 25 June 2015, 15:54:34 UTC
339d5e7 Fix asyncio unittests in debug mode 24 June 2015, 14:45:44 UTC
29a602a Issue #24400: Fix CoroWrapper for 'async def' coroutines 24 June 2015, 14:30:14 UTC
dfbd27f asyncio: Merge changes from issue #24400. 24 June 2015, 13:41:35 UTC
6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). 23 June 2015, 12:31:11 UTC
03863d2 Fixed documentation of functions with const char* arguments. 21 June 2015, 14:11:21 UTC
5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). 21 June 2015, 13:26:28 UTC
73c95f1 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. Patch by Michael Ensslin. 21 June 2015, 12:59:46 UTC
753a1df Issue #24408: Fixed test for tkinter.Font on OS X. Based on patch by Martin Panter. 21 June 2015, 11:41:44 UTC
9fe1643 Deprecate unused scripts in Tools/buildbot. I would just outright delete them, but the readme in PCbuild recommended their use, so I figure it would be nice to leave them there for a while. 16 June 2015, 15:56:14 UTC
d1f7c59 Update PCbuild/readme.txt It now recommends PCbuild/get_externals.bat instead of the scripts in Tools/buildbot. 17 June 2015, 04:27:56 UTC
b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. Related Issues: #issue21528 #issue24453 15 June 2015, 00:35:37 UTC
1c90670 Issue #24453: Fix doubled word. 14 June 2015, 23:08:06 UTC
192c750 Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar. 13 June 2015, 08:18:33 UTC
6ac5cc1 whitespace 12 June 2015, 20:47:44 UTC
fe63c9a Issue #24406: Add sentences on dict comparisons, similar to those for Sequence and set comparisions. Patch by Gareth Rees. 12 June 2015, 20:38:57 UTC
e12e7aa Issue #15745: Rewrite os.utime() tests in test_os * Don't use the timestamp of an existing file anymore, only use fixed timestamp * Enhance the code checking the resolution of the filesystem timestamps. * Check timestamps with a resolution of 1 microsecond instead of 1 millisecond * When os.utime() uses the current system clock, tolerate a delta of 20 ms. Before some os.utime() tolerated a different of 10 seconds. * Merge duplicated tests and simplify the code 12 June 2015, 19:58:00 UTC
f5d4523 Closes issue #24405: mark set display as code. 12 June 2015, 19:44:45 UTC
d741a88 Fixed indentation of Python examples in C comments. 10 June 2015, 21:06:39 UTC
6250df8 Clean up/refactor the batch scripts used for building on Windows. This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible. 10 June 2015, 04:16:52 UTC
17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of string.Template instances. 09 June 2015, 18:20:31 UTC
f330d53 #23891: correctly refer to PyPI as "Python Package Index" 09 June 2015, 15:40:16 UTC
c0ed707 Issue #24408: Added more tkinter.Font tests. 09 June 2015, 04:18:54 UTC
d004071 #23891: remove extra words 08 June 2015, 22:17:06 UTC
dd15b36 #23891: add a section to the Tutorial describing virtual environments and pip 08 June 2015, 21:35:45 UTC
4a75174 Add link to pyvideoorg 07 June 2015, 07:00:58 UTC
ecacfd8 #23891: rework discussion of python-list a bit 07 June 2015, 00:25:21 UTC
614bfcc Issue 24366: Indent code (thanks to li4ick for reporting). 02 June 2015, 22:53:46 UTC
86c3a3b merge 3.2 26 May 2015, 02:24:26 UTC
b03856a keep distutils version in sync with python version automatically 26 May 2015, 02:24:00 UTC
d504f20 merge 3.2 (#22931) 23 May 2015, 15:38:48 UTC
9bd476e allow square brackets in cookie values (closes #22931) 23 May 2015, 15:36:48 UTC
deff2b7 be more robust against the filters list changing under us (closes #24096) 03 May 2015, 15:23:37 UTC
501182a just sort the items tuple directly (closes #24094) 03 May 2015, 02:28:04 UTC
51454a6 merge 3.2 (#24044) 23 April 2015, 21:05:07 UTC
0823ffb properly handle malloc failure (closes #24044) Patch by Christian Heimes. 23 April 2015, 21:04:36 UTC
418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error 19 April 2015, 19:08:42 UTC
d71b170 #23891: describe a few more modules in the tutorial 10 April 2015, 02:20:01 UTC
07c0025 Issue #24299: Fixed test__locale on Solaris. 08 June 2015, 15:48:33 UTC
d9ede87 that this is "for Python" is obvious 06 June 2015, 02:03:08 UTC
12b50ce Issue #23659: Document **fmtparams in csv.register_dialect docstring. Initial patch by Brandon Milam. 05 June 2015, 12:17:51 UTC
2558774 Issue #24148: Fix incorrect Stats.sort_stats() example. "cum" is not a valid argument. Patch by Brandon Milam. 05 June 2015, 11:48:29 UTC
e126857 Issue 24366: Merge 3.3 02 June 2015, 22:54:09 UTC
96cf848 Upgrade pip to 7.0.3 and setuptools to 17.0 02 June 2015, 15:39:31 UTC
71a8589 Closes #24267 - Does not check version on ensurepip uninstall Ensure that the uninstall helper for Windows passes the proper flags to pip to prevent it from checking PyPI if the pip that we're currently attempting to uninstall is the latest verison. 02 June 2015, 14:37:08 UTC
11cf4f6 Issue #24357: use example.org instead 02 June 2015, 04:19:30 UTC
834f029 Issue #24357: fix real typo 02 June 2015, 02:37:40 UTC
9e2dc3f Issue #24357: fix typo 02 June 2015, 02:17:44 UTC
1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that does support IPv6 and IPv4; www.python.org currently does not. 02 June 2015, 01:52:48 UTC
70adad2 Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines 01 June 2015, 01:37:09 UTC
a316085 Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator 31 May 2015, 01:02:12 UTC
0339568 Issue 22357: Document __qualname__ in inspect.rst 30 May 2015, 17:53:49 UTC
f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. 30 May 2015, 16:38:26 UTC
fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly. 30 May 2015, 14:45:22 UTC
50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. Original patch by David Moore. 29 May 2015, 21:53:26 UTC
1ad08a5 asyncio: Drop some useless code from tasks.py. See also issue 24017. 28 May 2015, 14:52:19 UTC
46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods 28 May 2015, 01:56:53 UTC
68fe9aa update for 3.6 emerging 27 May 2015, 23:32:25 UTC
72c2400 Issue 24304: Fix broken license link in FAQ. 27 May 2015, 22:37:00 UTC
ca208a0 Moved Misc/NEWS entries to correct section and fix formatting. 26 May 2015, 07:20:32 UTC
82d8f06 merge 3.3 26 May 2015, 02:24:48 UTC
387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to fix a resource warning. 25 May 2015, 22:43:58 UTC
410d77f Remove UTF-8 BOMs. 25 May 2015, 09:27:39 UTC
a6f6a68 whitespace 23 May 2015, 22:15:18 UTC
571164f Add pointer to IDLE what's new file. 23 May 2015, 22:13:14 UTC
c4dc43e Update idlelib/NEWS.txt. 23 May 2015, 21:23:30 UTC
4cbb9e6 Add NEWS item for Idle. 23 May 2015, 21:12:48 UTC
43cba21 Make expression legal python by adding '1'. 23 May 2015, 20:16:28 UTC
c4ae86e merge 3.3 (#22931) 23 May 2015, 15:40:47 UTC
7bf0d5a Upgrade pip to 7.0.1 23 May 2015, 00:30:16 UTC
9ecf9e2 Issue #24219: Remove duplicate literal in docs. 22 May 2015, 23:37:49 UTC
08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). Fixed segmentation fault in sqlite3.Row constructor with faked cursor type. Fixed system error in the comparison of faked types.SimpleNamespace. 22 May 2015, 08:02:49 UTC
df9ba36 Upgrade pip to 7.0 and setuptools to 16.0 22 May 2015, 04:39:22 UTC
bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ 21 May 2015, 19:41:57 UTC
0978b5c Fixed issue number for issue #22939. 21 May 2015, 17:54:36 UTC
4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by Clement Rouault. 21 May 2015, 17:50:25 UTC
cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. Made test_pprint and test_trace discoverable. 20 May 2015, 16:37:10 UTC
c0e0022 Issue #24134: Use assertRaises() in context manager form in test_slice to avoid passing the test accidently because slice.__hash__ is None. 20 May 2015, 15:37:37 UTC
ef94869 Issue #24245: Eliminated senseless expect clauses that have no any effect in IDLE. Patch by Martin Panter. 20 May 2015, 13:15:02 UTC
5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows. 19 May 2015, 21:11:48 UTC
f6d1f1f Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). 19 May 2015, 19:04:33 UTC
2545411 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. Patch by Martin Panter. 19 May 2015, 18:52:27 UTC
6371446 #24215: also back out changeset that broke test_trace in 3.4. I missed that this change was applied to both branches. 19 May 2015, 12:24:59 UTC
ae760c0 Issue #6598: Increased time precision and random number range in email.utils.make_msgid() to strengthen the uniqueness of the message ID. 19 May 2015, 07:09:42 UTC
315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. 18 May 2015, 22:36:55 UTC
2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. Patch by Ville Skyttä. 18 May 2015, 22:31:00 UTC
ed9ed7f Fix typo in Nisc/NEWS. 18 May 2015, 22:21:28 UTC
7e29eea Fixed typos in comments. 18 May 2015, 19:19:42 UTC
5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of ElementTree. 18 May 2015, 15:29:33 UTC
ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. 18 May 2015, 13:08:52 UTC
0a29e89 Issue #21931: Fix error handling in msilib.FCICreate(). Patch by Jeffrey Armstrong. 18 May 2015, 05:47:15 UTC
610a51f Issue #23757: Only call the concrete list API for exact lists. 17 May 2015, 21:45:58 UTC
6558190 Issue #22155: News entry. 17 May 2015, 18:53:28 UTC
d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter doc. Remove obsolete example from FAQ. Patch by Martin Panter. 17 May 2015, 18:49:26 UTC
0e8168c #24216: fix typo 17 May 2015, 14:16:37 UTC
296c66e Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. 16 May 2015, 23:28:32 UTC
back to top