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

sort by:
Revision Author Date Message Commit Date
3018cc4 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. 18 July 2015, 20:19:05 UTC
d113c96 improve style of the convert macro (#24655) Patch by Brian Cain. 18 July 2015, 17:59:13 UTC
92b3e06 Typo fix in mock.patch. Patch from https://github.com/testing-cabal/mock/issues/215 17 July 2015, 09:58:36 UTC
5329aaa Issue #21750: mock_open.read_data can now be read from each instance, as it could in Python 3.3. 17 July 2015, 08:08:45 UTC
579db16 Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs 16 July 2015, 20:17:31 UTC
b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. Patch from Nicola Palumbo and Laurent De Buyst. 14 July 2015, 23:42:28 UTC
acb3a4d fix normalization example (closes #24610) Patch by Chris Angelico 11 July 2015, 23:32:55 UTC
d44768f Issue #24608: chunk.Chunk.read() now always returns bytes, not str. 10 July 2015, 19:24:47 UTC
e0fd7ef Corrected docstrings of audio modules. writeframes() accepts bytes, not str. 10 July 2015, 19:13:40 UTC
e6ecea5 asyncio: sync with github asyncio * queues: get coroutine from asyncio.coroutines, not from asyncio.tasks * tets: replace tulip with asyncio in comments 09 July 2015, 21:13:50 UTC
af320b3 Added regression test for issue24581. 08 July 2015, 19:58:55 UTC
e36402a Fix usage of the default role. The changes to Doc/library/unittest.mock.rst are almost entirely a selective backport of the 3.5 page. 07 July 2015, 04:58:12 UTC
5c676f6 Fix suspicious markup 07 July 2015, 04:27:15 UTC
ebbdb7d Corrected empty lines in Misc/NEWS. 06 July 2015, 16:58:11 UTC
7dcbf90 'not' is very important here 06 July 2015, 16:28:07 UTC
b8fd262 tighten warning 06 July 2015, 14:40:43 UTC
03d6ee3 Issue #18684: Fixed reading out of the buffer in the re module. 06 July 2015, 10:58:33 UTC
0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. 06 July 2015, 07:27:24 UTC
54630d9 Issue #24540: fix typo in json.dumps docstring 05 July 2015, 18:45:01 UTC
1da0612 merge heads 05 July 2015, 03:52:33 UTC
2a48a6e merge 3.3 (#24407) 05 July 2015, 00:58:11 UTC
a82f77f protect against mutation of the dict during insertion (closes #24407) 05 July 2015, 00:55:16 UTC
f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference on OS X. Original patch by André Freitas. 04 July 2015, 22:05:07 UTC
a1005ed #24584: replace dead link with pointer to archive.org. 04 July 2015, 19:44:14 UTC
0454d48 Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. 04 July 2015, 06:35:00 UTC
a09ef03 Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. 03 July 2015, 22:13:48 UTC
09e6058 Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapper 03 July 2015, 04:41:16 UTC
d3a2a95 use correct __new__ method (closes #24552) 02 July 2015, 21:58:22 UTC
80f78a3 fix use after free (closes #24552) 02 July 2015, 21:18:38 UTC
b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. 02 July 2015, 17:38:38 UTC
3ef8058 remove stray '(' (closes #24547) 02 July 2015, 03:36:21 UTC
fe6399e Update setuptools to 18.0.1 and pip to 7.1.0 01 July 2015, 15:30:50 UTC
05744ac Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. A deprecation warning no longer issued by XMLParser subclass with default doctype() method. Direct call of doctype() now issues a warning. Parser's doctype() now is not called if target's doctype() is called. Based on patch by Martin Panter. 29 June 2015, 19:35:58 UTC
7b6e3b9 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray object now always allocates place for trailing null byte and it's buffer now is always null-terminated. 29 June 2015, 18:14:06 UTC
50373e6 Issue #20387: Merge 28 June 2015, 15:10:29 UTC
449e2be Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() functions of the audioop module. 28 June 2015, 14:52:09 UTC
80c29ac Issue #20387: Merge patch and test 28 June 2015, 14:23:11 UTC
101ff35 Issue #24336: The contextmanager decorator now works with functions with keyword arguments called "func" and "self". Patch by Martin Panter. 28 June 2015, 14:06:07 UTC
acac1e0 merge 3.3 27 June 2015, 19:26:15 UTC
dac3ab8 add issue number 27 June 2015, 19:25:50 UTC
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
d1d628d Issue #20387: Update Misc/NEWS 26 June 2015, 21:45:09 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
e411b66 Issue #20387: Restore retention of indentation during untokenize. 22 June 2015, 02:01:12 UTC
b6d1cdd Issue #20387: Correct test to properly capture expectation. 26 June 2015, 02:42:24 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
5713b3c Issue #20387: Add test capturing failure to roundtrip indented code in tokenize module. 20 June 2015, 23:52:22 UTC
7cf3638 Remove unused import and remove doctest-only import into doctests. 20 June 2015, 23:13:50 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
back to top