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

sort by:
Revision Author Date Message Commit Date
13cc679 Issue #24469: Fixed memory leak caused by int subclasses without overridden tp_free (e.g. C-inherited Cython classes). 29 November 2016, 18:49:14 UTC
0092bc7 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges in the documentation. 26 November 2016, 11:43:39 UTC
e4a147b Fixed the documentation of the structure PyMethodDef. The fields ml_name and ml_doc are of type "const char *" rather of "char *". 21 November 2016, 09:37:18 UTC
8efc3c9 replace --with-optimizations references with --enable-optimizations in docs. 21 November 2016, 08:13:44 UTC
3738ef4 Change double hyphens (en dashes) to em (longer) dashes 21 November 2016, 00:21:39 UTC
fd08fdc Issue #25659: Change assert to TypeError in from_buffer/_copy() Based on suggestion by Eryk Sun. 20 November 2016, 09:35:06 UTC
f75a2eb Issue #10656: Fix out-of-tree building on AIX The ld_so_aix script and python.exp file are created in the build directory. Patch by Tristan Carel and Michael Haubenwallner. 20 November 2016, 09:31:41 UTC
398bc76 Issue #28666: Fix stat import 20 November 2016, 23:06:58 UTC
b999915 Rename the new --with-optimiations flag to --enable-optimizations. 20 November 2016, 21:19:36 UTC
d54d327 Issue #28666: Fix removing readonly directories on Windows. 20 November 2016, 18:04:54 UTC
f0d0306 Issue #28666: Now test.test_support.rmtree is able to remove unwritable or unreadable directories on Windows too. 20 November 2016, 15:42:03 UTC
b7c057a Issue #28666: Now test.support.rmtree is able to remove unwritable or unreadable directories. 20 November 2016, 14:15:35 UTC
bd20530 Upgrade pip to 9.0.1 and setuptools to 28.8.0 16 November 2016, 02:21:35 UTC
d3e6c9e Issue #28563: Make plural form selection more lenient and accepting non-integer numbers. Django tests depend on this. 14 November 2016, 17:25:44 UTC
2167666 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT Patch by Matthieu S. 14 November 2016, 04:13:55 UTC
536d93d Issue #28016: Skip /dev/tty seekable() test on AIX 14 November 2016, 03:35:59 UTC
09231e6 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. Initial patch by Gareth Rees. 12 November 2016, 21:34:25 UTC
58b6b98 Fixed the documentation of parse_constant argument in json.load(). parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7. 12 November 2016, 20:47:16 UTC
fed0883 Issue #28615: Backport imaginary/complex number text from 3.x. Patch by Mariatta Wijaya. 12 November 2016, 00:09:50 UTC
30b51c9 Issue #27854: Include idlelib/help.html in 2.7 Windows installer. Without this file, clicking Help => IDLE Help did nothing. 11 November 2016, 17:03:09 UTC
1e4b73f Issue #19398: Extra slash no longer added to sys.path components in case of empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes. 11 November 2016, 10:11:55 UTC
ac33bd7 Issue #23839: Various caches now are cleared before running every test file. 11 November 2016, 09:42:25 UTC
a33deb2 Issue #25507: Add back import needed for 2.x encoding warning box. Add pointer to 'Encoding declaration' in Language Reference. 10 November 2016, 23:42:58 UTC
48aa605 Issue #27942: Fix memory leak in codeobject.c 09 November 2016, 14:41:15 UTC
a876027 Issue #28563: Fixed possible DoS and arbitrary code execution when handle plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext. 08 November 2016, 19:15:55 UTC
14269d9 Fix PC/VS9.0/build_ssl.py for recent OpenSSL 07 November 2016, 19:29:07 UTC
b26a7d1 Fix spacing after C++ in documentation 05 November 2016, 03:15:20 UTC
0caaa6c Issue #28616: Correct help for sys.version_info releaselevel component. Patch by Anish Tambe. 04 November 2016, 21:05:59 UTC
52b0888 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre. 03 November 2016, 13:36:50 UTC
d01b516 pip 9.0 works fine without the ssl module 02 November 2016, 20:20:20 UTC
c6c0aa4 Update pip to 9.0.0 and setuptools to 28.7.1 02 November 2016, 20:01:17 UTC
b858d7f Issue #28513: Documented command-line interface of zipfile. 02 November 2016, 10:05:54 UTC
333b617 Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0 01 November 2016, 06:44:04 UTC
38db34a Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. Original patch by Mariatta Wijaya. 31 October 2016, 23:48:38 UTC
5396257 Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar file with compression before trying to open it without compression. Otherwise it had 50% chance failed with ignore_zeros=True. 30 October 2016, 18:52:55 UTC
39d74a9 Issue #26638: Cannot directly link to main option from the “timeit” module This seems to be because the “timeit” module defines its own set of options 30 October 2016, 05:41:04 UTC
e3e362e Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings 30 October 2016, 05:19:02 UTC
ee01fcc Issue #26638: Disable inappropriate links to Python interpreter options 30 October 2016, 05:24:45 UTC
4089b50 Fixed possible NULL decrefing. 28 October 2016, 09:14:34 UTC
f831fd3 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). 27 October 2016, 19:47:08 UTC
d585c52 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or special input values as literal text. 27 October 2016, 18:41:04 UTC
5e5af96 Issue #26240: Clean up the subprocess module doc string Patch by Tim Mitchell. 26 October 2016, 00:44:31 UTC
f8cc287 Issue #28515: Fixed py3k warnings. 25 October 2016, 06:51:38 UTC
f10006c Issue #25464: Fixed HList.header_exists() in Tix module by adding a workaround to Tix library bug. 24 October 2016, 20:47:08 UTC
59addd6 Some distutils tests require zlib for creating tar.gz source distribution. 23 October 2016, 19:54:43 UTC
abcd5d5 Issue #28115: ZIP creation test requires zlib. 23 October 2016, 19:32:18 UTC
ef5c24a Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. 23 October 2016, 12:52:01 UTC
e2a3c77 Issue #28115: Added tests for CLI of the zipfile module. 23 October 2016, 10:07:48 UTC
58bd36b Issue #28435: Avoid no_proxy environment variable interfering with tests Patch by Piotr Szczepaniak. 22 October 2016, 03:00:32 UTC
0436ceb Issue #24381: Avoid unused function warning when building bundled macOS libffi. Patch by Vajrasky Kok. 20 October 2016, 19:41:11 UTC
38d335b Issue #28480: Avoid label at end of compound statement --without-threads 20 October 2016, 03:56:48 UTC
cb042e0 Issue #19795: Fixed formatting a table. 19 October 2016, 16:37:20 UTC
dc0e3a8 Issue #19795: Improved more markups of True/False. 19 October 2016, 15:30:16 UTC
e3d5787 Issue #19795: Mark up True and False as literal text instead of bold. 19 October 2016, 13:43:18 UTC
ad13f33 Issue #19795: Mark up None as literal text. 19 October 2016, 13:29:10 UTC
5df6d48 Issue #27896: Allow passing sphinx options to Doc/Makefile Patch written by Julien Palard. 16 October 2016, 17:14:23 UTC
05b8443 Issue #21720: Improve exception message when the type of fromlist is unicode 16 October 2016, 22:05:04 UTC
197332a Issue #27800: Document limitation and workaround for multiple RE repetitions 15 October 2016, 01:18:16 UTC
50f4072 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (backport to 2.7) 13 October 2016, 21:34:20 UTC
5e2486b Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7) 13 October 2016, 20:29:55 UTC
8fb09ad Issue #28248: Update Windows build to use OpenSSL 1.0.2j 11 October 2016, 02:57:04 UTC
829d4fb Issue #28394: Typo fixes in code comments and changelog Includes patch by Ville Skyttä. 10 October 2016, 01:00:00 UTC
61dd7ff Issue #26906: Resolving special methods of uninitialized type now causes implicit initialization of the type instead of a fail. 08 October 2016, 09:24:09 UTC
6a35bf6 Silenced compiler warnings. 08 October 2016, 06:58:08 UTC
0ea51b1 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. Original patch by Niklas Koep. 07 October 2016, 20:24:35 UTC
58ab4b5 Issue #26293: Fixed writing ZIP files that starts not from the start of the file. Offsets in ZIP file now are relative to the start of the archive in conforming to the specification. 07 October 2016, 20:12:53 UTC
08995a3 Issue #24098: Fixed possible crash when AST is changed in process of compiling it. 07 October 2016, 18:51:09 UTC
bc4bdbd make 'where' Py_ssize_t 06 October 2016, 06:26:24 UTC
46550ff skip test on windows 06 October 2016, 05:09:31 UTC
d7cfae9 fix bug in 48797808a302 06 October 2016, 05:00:24 UTC
38297d7 skip test if resizing is not supported 06 October 2016, 05:00:05 UTC
1df2cbe mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow 06 October 2016, 04:45:48 UTC
ab8b75a Issue #28350: String constants with null character no longer interned. 04 October 2016, 15:17:08 UTC
317d350 Moved Unicode C API related tests to separate test class. 02 October 2016, 18:16:28 UTC
b8a1a27 Issue #27358: Backported tests. 02 October 2016, 08:10:18 UTC
78b634d Issue #28257: Backported a test. 02 October 2016, 07:36:33 UTC
5170c16 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() if pass invalid string-like object as a name. Original patch by Xiang Zhang. 01 October 2016, 05:24:55 UTC
dace77c Issue #28815: Change '?' to '<module>' in some doc examples. Patch by Mariatta Wijaya. 30 September 2016, 19:38:41 UTC
67edf73 Issue #27942: String constants now interned recursively in tuples and frozensets. 30 September 2016, 07:38:08 UTC
8d7fa40 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. Also, make idlelib.idle.main() work after import idlelib.idle. 30 September 2016, 06:53:33 UTC
c1658b2 Issue #28258: Explain the LC_ALL change in a comment 29 September 2016, 20:33:02 UTC
dbc995a Issue #28258: Fixed build with Estonian locale (distclean target in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. 29 September 2016, 17:46:45 UTC
846466d build_ext: correctly parse the link_objects user option (closes #1703178) Patch by Valerie Lambert. 29 September 2016, 06:13:58 UTC
32d74e1 Remove disabled ctypes test The test was commented out in 2005 before ctypes was added to Python, because the “cdll” attribute loading feature “will no longer work this way”: http://svn.python.org/view?view=revision&revision=49102 29 September 2016, 02:50:20 UTC
ad7a9ea IDLE NEWS item and ack. 29 September 2016, 01:55:33 UTC
6f959d0 Issue #26550: Fix typo in webservers HOWTO Reported by Alejandro Soini. 28 September 2016, 23:32:51 UTC
8cab419 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. Methods itermonthdays() and itermonthdays2() are reimplemented so that they don't call itermonthdates() which can cause datetime.date under/overflow. 28 September 2016, 02:45:20 UTC
36beb5e Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversion_mode(). Patch by Xiang Zhang. 27 September 2016, 12:24:13 UTC
aa03420 be extremely careful about overflows in encode_basestring_ascii (closes #28284) 27 September 2016, 06:55:41 UTC
de2d4d2 Issue #26439: Document that RTLD_NOW is always added 27 September 2016, 05:10:40 UTC
c812009 Issue #27897: Backported tests. 26 September 2016, 21:27:15 UTC
2b91fad Issue #27611: Fixed support of default root window in the Tix module. 25 September 2016, 13:44:32 UTC
0d0aa32 Revert unintended commit to asdl_c.py 24 September 2016, 05:38:14 UTC
5d4dd9a Fix incomplete format error in asdl.py 24 September 2016, 05:35:15 UTC
0259c66 Issue #28221: Remove unused assignment from test_asyncore_server() The later value of FOO is fine. The test just needs to verify that the server converted it to lowercase. 23 September 2016, 23:45:56 UTC
cae6430 merge 22 September 2016, 14:54:06 UTC
e56fb8f Add Lib/test/ssltests.py for faster testing of OpenSSL 22 September 2016, 14:53:15 UTC
1de99f7 Issue #26513: Use winver.product_type instead of .product 21 September 2016, 16:10:21 UTC
47f190a Make 3.7 the current dev version in the html version of the docs. 20 September 2016, 18:58:38 UTC
0f5497e remove trailing whitespace 20 September 2016, 05:16:36 UTC
back to top