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

sort by:
Revision Author Date Message Commit Date
59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). 11 May 2015, 18:48:38 UTC
740169c Sync asyncio changes from the main repo. 11 May 2015, 18:23:38 UTC
37c4f78 add trailing slash 11 May 2015, 01:19:18 UTC
65bcdd7 ensure .keywords is always a dict 09 May 2015, 04:25:18 UTC
07abcf5 merge heads 09 May 2015, 01:32:19 UTC
0171d7f fix libffi compilation on FreeBSD (#23042) Patch from Marc-Andre Lemburg. 09 May 2015, 01:31:36 UTC
b0fc24b Upgrade setuptools to 15.2 09 May 2015, 01:30:04 UTC
cd797f9 Minor updates to the OS X installer ReadMe.rtf. 08 May 2015, 21:42:32 UTC
01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three METH_VARARGS methods on _sqlite.Connection. 08 May 2015, 14:37:49 UTC
7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears anywhere in the name of the current directory. 08 May 2015, 13:54:58 UTC
b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine 08 May 2015, 11:13:41 UTC
9e77f72 shorten capsule name macro; it doesn't need to be so long 07 May 2015, 22:41:47 UTC
ad643b5 remove word we don't need 07 May 2015, 01:29:14 UTC
828946e Fix copy/paste errors. Basically, s/thread/coroutine/. 07 May 2015, 01:19:06 UTC
4b5367c Fixed English in error message. 06 May 2015, 16:21:00 UTC
e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and assertWarnsRegex() checks are not longer successful if the callable is None. Added tests for assertRaises(). 06 May 2015, 16:13:11 UTC
ab91478 Issue #24125: Saved error's line and column numbers when an error is occured during closing expatreader. Fixed a regression introduced in issue #23865. 06 May 2015, 06:36:06 UTC
e8042e5 - Issue #24122, fix quoting for LIBPL 05 May 2015, 23:13:02 UTC
d0150ad Issue 24088: Clarify semantics of yield expression. 05 May 2015, 19:02:01 UTC
ac87ed7 update example, since python.org is HTTPS-only now (closes #24118) 03 May 2015, 16:59:09 UTC
8c59816 merge 3.3 (#24096) 03 May 2015, 15:28:46 UTC
deff2b7 be more robust against the filters list changing under us (closes #24096) 03 May 2015, 15:23:37 UTC
b9c04db Issue #23330: h2py now supports arbitrary filenames in #include. 03 May 2015, 12:35:14 UTC
122f4b1 merge 3.3 (#24094) 03 May 2015, 02:36:26 UTC
501182a just sort the items tuple directly (closes #24094) 03 May 2015, 02:28:04 UTC
0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. 03 May 2015, 01:38:24 UTC
4590c3d #24108: Update fnmatch.translate example to show correct output. Patch by Merlijn van Deen. 02 May 2015, 19:08:22 UTC
6d877ef #24081: Remove obsolete caveat from import docs. Per Eric Snow's research, this changed in Python 2.4 in changeset 331e60d8ce, but these docs were not updated. Patch by Peter Viktorin. 02 May 2015, 18:57:54 UTC
c6249a6 Defer deleted item decref until after the deque is restored to a consistent state. 02 May 2015, 17:44:17 UTC
1dd8e71 Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. 02 May 2015, 17:00:22 UTC
a7db057 Fixed a typo. 02 May 2015, 16:24:41 UTC
bbd95a9 Issue #24060: Made logging.Formatter documentation a little clearer. 02 May 2015, 08:46:05 UTC
755640b update links 30 April 2015, 21:37:11 UTC
ca40e43 - remove unused EXTRAPLATDIR macro in Makefile.pre.in 30 April 2015, 11:44:18 UTC
b0335ee improve phrasing 29 April 2015, 22:00:44 UTC
64298ae Issue #24077: Fix typo in man page for -I command option: -s, not -S. 29 April 2015, 21:51:43 UTC
9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. 27 April 2015, 14:48:50 UTC
2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. 27 April 2015, 10:53:28 UTC
0c6a5d1 remove extern definition, since it's in a header file (closes #24058) 26 April 2015, 19:55:06 UTC
7403e91 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. 26 April 2015, 16:46:40 UTC
8c99a6d Issue #23356: Simplify convert_arg_line_to_args example. Patch by py.user. 26 April 2015, 09:09:54 UTC
f968177 Fix computation of max_fd on OpenBSD. Issue #23852. 26 April 2015, 06:43:34 UTC
d87dd43 fix relative link (closes #24057) 25 April 2015, 18:15:16 UTC
4403d7d Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes Patch written by William Orr. 24 April 2015, 22:16:10 UTC
9bdd613 remove dead *-import checking code (closes #24049) 24 April 2015, 16:02:29 UTC
bd91ee9 merge 3.3 (#24044) 23 April 2015, 21:06:33 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
d98c677 Issue #24031: make patchcheck now supports git checkouts, too. 23 April 2015, 09:24:14 UTC
71f73ca Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. Patch by Davin Potts. 23 April 2015, 08:35:59 UTC
3bd66ab Use more precise Tcl version checks in tests. 23 April 2015, 07:57:40 UTC
4e1f355 Issue #24029: Document the name binding behavior for submodule imports. 22 April 2015, 22:36:44 UTC
2097f53 Issue #24029: Document the name binding behavior for submodule imports. 22 April 2015, 22:29:16 UTC
3d2198c Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! 22 April 2015, 21:54:44 UTC
34e0060 Fix .gitignore for 'python' binary. 22 April 2015, 20:15:44 UTC
ac22c6b improved range docstring (closes #22785) Patch by Ned Batchelder. 22 April 2015, 13:16:07 UTC
3af7a38 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 (tclTomMath.h was broken) and non-final Tcl 8.6. 22 April 2015, 07:53:08 UTC
462c357 Fixed full Tcl version parsing in tests for pre-final versions. 22 April 2015, 05:36:03 UTC
333518e #15183: clarify timeit documentation to say that setup statement isn't timed 21 April 2015, 23:43:33 UTC
b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. 21 April 2015, 18:09:48 UTC
d73aca7 do not call into python api if an exception is set (#24022) 21 April 2015, 16:05:19 UTC
6de708f recommend requests library (closes #23989) Patch from Van Lindberg 20 April 2015, 22:18:14 UTC
0bd16bc Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. 20 April 2015, 16:24:24 UTC
77e8311 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. 20 April 2015, 11:05:37 UTC
2b0d200 Issue #23908: os functions now reject paths with embedded null character on Windows instead of silently truncate them. 20 April 2015, 06:53:58 UTC
2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range 0-0xffff for empty data. 20 April 2015, 06:26:49 UTC
16b2e4f Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). 20 April 2015, 06:22:13 UTC
cdbe299 fix grammar 20 April 2015, 03:14:37 UTC
e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error 19 April 2015, 19:12:14 UTC
418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error 19 April 2015, 19:08:42 UTC
d6e53da Fixed error message for the "u#" format code. 19 April 2015, 18:11:30 UTC
37de910 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. 19 April 2015, 01:37:35 UTC
e4dde50 Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). Patch by Andy Holst. 19 April 2015, 01:32:23 UTC
2d965c2 Issue #23536: Clarified scope of fileConfig()'s API. 18 April 2015, 12:14:10 UTC
6a69466 Backported tests from issue #20175. 16 April 2015, 08:54:14 UTC
f4bbc53 #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. Patch by Jamiel Almeida. 14 April 2015, 21:57:41 UTC
50db6ac Issue #23956: Fix typo in imp.py docstring. Patch by Jacinda Shelly. 14 April 2015, 20:43:00 UTC
5be7f15 #23957: fix typo. 14 April 2015, 20:42:08 UTC
0f2f3bc issue9014: Include more formatting on :c:type:`PyObject` etc. 14 April 2015, 18:21:05 UTC
1b24465 issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. 14 April 2015, 18:12:53 UTC
23a6a0d remove trailing space :) 14 April 2015, 17:04:30 UTC
f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported compression algorithms. 14 April 2015, 17:02:20 UTC
34c9be7 Issue #23811: Add missing newline to the PyCompileError error message. Patch by Alex Shkop. 14 April 2015, 15:57:55 UTC
b3c30d9 Reword NEWS item a bit 14 April 2015, 14:18:46 UTC
8b963c5 #17898: reset k and v so that the loop doesn't use an old value 13 April 2015, 14:38:56 UTC
770b08e #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) 13 April 2015, 13:58:36 UTC
5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim. 14 April 2015, 07:12:57 UTC
4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 14 April 2015, 06:30:01 UTC
52a3b74 remove useless word (closes #23929) 14 April 2015, 00:24:10 UTC
bbbbe7e Make Argument Clinic's '--make' option work on Windows. 13 April 2015, 23:33:41 UTC
ae9f0fe Issue #23730: Document the return value of ZipFile.extract Patch by Stéphane Wirtel. 13 April 2015, 21:40:49 UTC
100aa18 - Makefile.pre.in (LIBPL): Use the definition from configure.ac 13 April 2015, 20:10:21 UTC
1345d20 - Use PLATDIR for the platform directory everywhere (refactoring only) 13 April 2015, 19:59:57 UTC
7f82522 - merge heads 13 April 2015, 19:48:44 UTC
97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() (closes #18147) 13 April 2015, 19:06:15 UTC
3536350 - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4 to the archive. 13 April 2015, 18:53:43 UTC
85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. 13 April 2015, 18:01:21 UTC
20d31b5 Merge 13 April 2015, 17:48:52 UTC
25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted while it is holding a lock to a buffered I/O object, and the main thread tries to use the same I/O object (typically stdout or stderr). A fatal error is emitted instead. 13 April 2015, 17:41:47 UTC
30cc6fa Force the Windows readme to CRLF 13 April 2015, 17:28:11 UTC
back to top