https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
a40ea98 bump version to 2.7.10rc1 10 May 2015, 17:14:16 UTC
91fd159 update pydoc-topics 10 May 2015, 17:13:10 UTC
72c0141 ensure .keywords is always a dict 09 May 2015, 04:23:41 UTC
36691ef fix libffi compilation on FreeBSD (#23042) Patch from Marc-Andre Lemburg. 09 May 2015, 01:31:36 UTC
1c5af3d Upgrade setuptools to 15.2 09 May 2015, 01:28:57 UTC
39e4fcd Minor updates to the OS X installer ReadMe.rtf. 08 May 2015, 21:42:07 UTC
101b054 Issue #20274: When calling a _sqlite.Connection, it now complains if passed any keyword arguments. Previously it silently ignored them. Also: Remove ignored and erroneous "kwargs" parameters from three METH_VARARGS methods on _sqlite.Connection. 08 May 2015, 16:56:29 UTC
2e2dcf6 Fixed English in error message. 06 May 2015, 16:21:00 UTC
7f71e04 Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer successful if the callable is None. Added tests for assertRaises(). 06 May 2015, 16:10:40 UTC
3234abb 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:35:52 UTC
69af580 update example, since python.org is HTTPS-only now (closes #24118) 03 May 2015, 17:00:21 UTC
aa767a5 Issue #23330: h2py now supports arbitrary filenames in #include. 03 May 2015, 12:35:02 UTC
10324f8 #24108: Update fnmatch.translate example to show correct output. Patch by Merlijn van Deen. 02 May 2015, 19:09:22 UTC
11d041a #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. 02 May 2015, 19:02:30 UTC
79f2c5b Defer deleted item decref until after the deque is restored to a consistent state. 02 May 2015, 17:53:27 UTC
89543dd Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. 02 May 2015, 17:26:57 UTC
68099ae Issue #24060: Made logging.Formatter documentation a little clearer. 02 May 2015, 08:42:24 UTC
3a6b481 update links 30 April 2015, 21:37:11 UTC
94e0f1e improve phrasing 29 April 2015, 22:00:44 UTC
b529c24 allow 2.7 to be built with asan (closes #24061) 27 April 2015, 00:33:38 UTC
3a34a72 remove extern definition, since it's in a header file (closes #24058) 26 April 2015, 19:55:06 UTC
31200ff Issue #23356: Simplify convert_arg_line_to_args example. Patch by py.user. 26 April 2015, 09:12:45 UTC
cf0d31c fix relative link (closes #24057) 25 April 2015, 18:15:16 UTC
89c3b8e Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. Patch by Davin Potts. 23 April 2015, 08:35:43 UTC
dacd7d0 Use more precise Tcl version checks in tests. 23 April 2015, 07:57:15 UTC
6294d9f Issue #16840: Skip bignum tests on minor releases where they are not supported. 22 April 2015, 07:51:49 UTC
dcb12f4 Fixed full Tcl version parsing in tests for pre-final versions. 22 April 2015, 05:35:53 UTC
656ffdb 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. 21 April 2015, 18:17:33 UTC
a8e6575 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. 21 April 2015, 18:09:23 UTC
2c6ca8a recommend requests library (closes #23989) Patch by Van Lindberg. 20 April 2015, 22:20:27 UTC
02d0298 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. 20 April 2015, 11:05:37 UTC
bd617ad Issue #23728: Added a test for binascii.crc_hqx(). 20 April 2015, 06:32:29 UTC
9aa16d9 Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. 20 April 2015, 06:21:23 UTC
3ce7873 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error 19 April 2015, 19:08:28 UTC
1b4aa45 Issue #23536: Clarified scope of fileConfig()'s API. 18 April 2015, 12:05:19 UTC
abb7e65 Backported tests from issue #20175. 16 April 2015, 08:56:35 UTC
6d12c80 Fix PyGILState_GetThisThreadState() prototype in the API documentation. 15 April 2015, 18:30:38 UTC
1bc53c6 Issue #23811: Add missing newline to the PyCompileError error message. Patch by Alex Shkop. 14 April 2015, 16:03:06 UTC
a5e27c6 Reword NEWS item a bit 14 April 2015, 14:18:46 UTC
270b058 #17898: reset k and v so that the loop doesn't use an old value 14 April 2015, 14:03:35 UTC
2ca7bb0 #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) 13 April 2015, 13:58:36 UTC
b036849 remove useless word (closes #23929) 14 April 2015, 00:24:10 UTC
e093f11 Issue #23730: Document the return value of ZipFile.extract Patch by Stéphane Wirtel. 13 April 2015, 21:40:49 UTC
a50b0de - Regenerate the configure file. 13 April 2015, 19:55:59 UTC
9e7ece2 - Use PLATDIR for the platform directory everywhere (refactoring only) 13 April 2015, 19:55:08 UTC
10657c0 - 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:13 UTC
0f8f917 Force the Windows readme to CRLF 13 April 2015, 17:18:11 UTC
b9298a4 Issue #17202: Add .bat to .hgeol to force them to CRLF. Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why. 13 April 2015, 16:54:11 UTC
c96ac59 Attribute Michael Dorman for his initial patch on issue #18402. 13 April 2015, 16:07:35 UTC
779b44a Merge heads 13 April 2015, 15:49:43 UTC
71d6ed7 Issue #18402: Also look for 64 bit Perl in build_ssl.py. It's still not necessary to build, but may be useful to some. 13 April 2015, 15:46:40 UTC
6ab6bd8 Don't gitignore the Python directory on case insensitive file systems. 12 April 2015, 23:14:30 UTC
721c86e use imperative 11 April 2015, 11:42:42 UTC
af80ce3 highlight is now highlighted (closes #23909) 10 April 2015, 22:40:21 UTC
4507b81 Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19. In some Tcl versions -2147483648 is wide integer. 10 April 2015, 18:12:18 UTC
4612954 Issue #21859: Corrected FileIO docstrings. 10 April 2015, 13:08:33 UTC
1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more robust at shutdown. If needs to release multiple resources, they are released even if errors are occured. 10 April 2015, 10:24:10 UTC
c26afcc Put the NASM pulled from svn.python.org at the front of the PATH. This will prevent failures from the version of NASM installed on buildbots, if the ability to override the version used is desired again later, we can figure out a way to opt in. 10 April 2015, 01:16:05 UTC
a87f690 Backed out changeset 7b1ceb925471 after buildbots have new OpenSSL source. 09 April 2015, 20:55:33 UTC
bbf9779 Refresh OpenSSL sources on the buildbots 09 April 2015, 20:50:08 UTC
563e7c6 Issue #23686: Update Windows build to use OpenSSL 1.0.2a 08 April 2015, 01:33:54 UTC
928b3ff Issue #23400: Add notes about the sem_open support of the host OS to "Pipes and Queues" and "Synchronization between processes" subsections. Patch by Davin Potts. 08 April 2015, 15:12:53 UTC
ce29e87 actually ssl3 is just completely broken 08 April 2015, 15:11:00 UTC
c7d957f Update pip to 6.1.1 07 April 2015, 11:09:06 UTC
9a46eb7 ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ are down, don't use anymore in test_urllib2net ftp.kernel.org is also slow or down, so reuse the same FTP servers than Python 3.4 and 3.5: use ftp.debian.org instead. 07 April 2015, 10:59:14 UTC
5ab1c01 Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP connection failed. 07 April 2015, 10:47:57 UTC
d27bcbd Upgrade pip to 6.1.0 and setuptools to 15.0 07 April 2015, 05:32:24 UTC
62b109d Issue #23458: Remove test_os.test_urandom_fd_non_inheritable() os.urandom() only tries to make the os.random() file descriptor non inheritable, but there is no guarantee. The test fails on too many operating systems: Windows, OS X 10.5, OpenIndiana. This issue is correctly fixed in Python 3.4 with the PEP 446. Upgrade to Python 3.4 is you need stronger guarantees. 06 April 2015, 21:39:47 UTC
9c5a8d4 remove extra arguments in arg parsing format codes (closes #23875) 06 April 2015, 17:05:22 UTC
f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and always returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, long, str, unicode, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool. 04 April 2015, 09:42:25 UTC
baa6efd Open files in binary mode to avoid newlines transformation. 04 April 2015, 07:36:15 UTC
37943b0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. Patch by Makoto Kato. 04 April 2015, 07:05:35 UTC
fb0517c Issue #23825: Fixed test_idle under -OO. 04 April 2015, 06:47:18 UTC
c811328 Escaped backslashes in docstrings. 03 April 2015, 15:12:32 UTC
023de86 use rc rather than beta 03 April 2015, 01:36:42 UTC
aff77f3 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). 02 April 2015, 20:05:23 UTC
e9d4dc1 Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). Made test XML files non-ASCII. 02 April 2015, 17:55:46 UTC
61ad42e Issue #16840: Fixed test_tcl for Tcl < 8.5. 02 April 2015, 17:06:48 UTC
e8ae047 Issue #21526: Skip test_booleans on Tcl < 8.5. 02 April 2015, 16:57:52 UTC
c77c5b5 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and arbitrary precision integers added in Tcl 8.5. 02 April 2015, 15:46:30 UTC
31c7e4f Issue #23834: Fix socket.sendto(), use the C long type to store the result of sendto() instead of the C int type. 02 April 2015, 15:19:17 UTC
320bec1 - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 and PY_RELEASE_LEVEL to PY_RELEASE_LEVEL_BETA. 02 April 2015, 13:59:13 UTC
91398f8 Issue #21526: Fixed the test_booleans test for wantobjects = 0. 02 April 2015, 08:46:07 UTC
cba6b5d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. 02 April 2015, 07:35:57 UTC
df11d4c replace 512 bit dh key with a 2014 bit one (closes #23844) Patch by Cédric Krier. 02 April 2015, 04:04:06 UTC
a5a44ab remove assignment in conditional 01 April 2015, 15:16:40 UTC
43b4959 Issue #23838: linecache now clears the cache and returns an empty result on MemoryError. 01 April 2015, 13:53:53 UTC
bd8c629 Issue #23799: Added test.test_support.start_threads() for running and cleaning up multiple threads. 01 April 2015, 09:56:39 UTC
2baaba8 Issue #23729: Improve docs for ElementTree namespace parsing 31 March 2015, 03:46:54 UTC
e993245 Issue #23115: os.urandom() now releases the GIL when the getentropy() is used (OpenBSD 5.6+). 30 March 2015, 09:22:13 UTC
96d8012 Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. 30 March 2015, 07:00:49 UTC
07e03ab Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of MemoryError. 30 March 2015, 06:53:06 UTC
aa64c46 Issue #23781: Add private helper function _PyErr_ReplaceException() that corresponds _PyErr_ChainExceptions() in Python 3 to help porting patches from Python 3. 30 March 2015, 06:48:42 UTC
d06c201 Issue #14904: Made test_unicode_repr_oflw to use less memory. Corrected memory requirements in other bigmem tests. 30 March 2015, 06:27:20 UTC
7d49065 Issue #22390: Fix test_gzip if unicode filename doesn't work 30 March 2015, 00:20:37 UTC
7b00364 Issue #22390: Fix test_gzip, remove temporary file 29 March 2015, 23:32:42 UTC
ffaa031 Issue #22390: Fix test_pdb to remove created bar.pyc file 29 March 2015, 23:24:57 UTC
01eaf50 Issue #22390: Fix test_aifc to remove the created file 29 March 2015, 23:16:17 UTC
ac0d189 Issue #22390: Fix typo in regrtest, support => test_support 29 March 2015, 23:07:29 UTC
c0a2f2b Issue #22390: test.regrtest now emits a warning if temporary files or directories are left after running a test. 29 March 2015, 22:27:44 UTC
back to top