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

sort by:
Revision Author Date Message Commit Date
e7607d4 Issue #27922: IDLE tests no longer flash tk widgets. 01 September 2016, 01:03:08 UTC
56c5152 Issue #27706: Document that random.seed() is non-deterministic when PYTHONHASHSEED is enabled 31 August 2016, 21:57:32 UTC
28fb4da Issue #17642: add larger font sizes for classroom projection. 31 August 2016, 00:19:07 UTC
580ca65 Backport spelling fix. 30 August 2016, 20:57:53 UTC
02c0c0b Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory. 29 August 2016, 18:38:12 UTC
e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory creates not a cursor. Patch by Xiang Zhang. 29 August 2016, 11:29:55 UTC
eac40fd Issue #19884: Avoid spurious output on OS X with Gnu Readline Also adjust the test condition, because enable-meta-key was only added in 6.1, not 6.0. 27 August 2016, 02:54:43 UTC
dc60c75 Issue #10513: Fix a regression in Connection.commit() Statements should not be reset after a commit. Backported from https://github.com/ghaering/pysqlite/commit/029050896b1e6058573abeef5a8970384c0c7faa 26 August 2016, 19:19:05 UTC
3f0222c Add version to title of IDLE help window. 26 August 2016, 00:04:08 UTC
558c0de Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. Do not print charrefs outside of the text proper (like '—»»»» '). 25 August 2016, 05:21:54 UTC
d833c77 Issue #12660: Backport 84bbb8d2d237 24 August 2016, 16:14:34 UTC
68854fd #2466: fix test failure on windows. Windows symlink support was introduced in python3, so we need to skip those tests differently on python2. Patch by Xiang Zhang. 24 August 2016, 12:59:47 UTC
8578316 # 2466: ismount now recognizes mount points user can't access. Patch by Robin Roth, backport by Xiang Zhang. 23 August 2016, 16:30:28 UTC
89446b2 Issue #25604: Fix bug in integer true division that could have resulted in off-by-one-ulp results in unusual cases. 21 August 2016, 09:59:48 UTC
7ff1b62 Fix typo in IDLE News. 21 August 2016, 04:18:49 UTC
7a2a586 Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. 21 August 2016, 01:40:55 UTC
5055612 Issue #27714: Remove unneeded non-idempotent call that fails on retest. 21 August 2016, 01:07:32 UTC
9949676 Fix some spelling errors 20 August 2016, 08:00:53 UTC
3911d83 Issue #27614: Avoid race in test_docxmlrpc server setup 18 August 2016, 06:12:22 UTC
42e9d94 Fix a refleak in call_maybe() Issue #27128. Fix a reference leak if creating the tuple to pass positional parameters fails. 19 August 2016, 15:58:54 UTC
c9921d3 Fix a refleak in call_method() Issue #27128. Fix a reference leak if creating the tuple to pass positional parameters fails. 19 August 2016, 15:52:53 UTC
aed5a4e rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) 17 August 2016, 06:35:35 UTC
1872d94 Issue #27611: Don't import volatile attribute. 16 August 2016, 05:44:06 UTC
0f3596a do not decref value borrowed from list (closes #27774) 16 August 2016, 05:01:41 UTC
505989c fail when negative values are passed to instr() 16 August 2016, 04:40:14 UTC
b97001e Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. The original problem has been fixed in newer versions of FreeBSD. Patch by Dimitry Andric of the FreeBSD project. 15 August 2016, 07:04:36 UTC
98ba455 Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. Patch by Ronald Oussoren. 15 August 2016, 06:59:31 UTC
285a253 Upgrade setuptools/pip to to 25.2.0/8.1.2 14 August 2016, 20:08:42 UTC
6c08d96 fix possible integer overflow in binascii.b2a_qp (closes #27760) Reported by Thomas E. Hybel 14 August 2016, 01:33:33 UTC
f670120 do not allow reading negative values with getstr() 14 August 2016, 01:15:28 UTC
d81ad0d check for overflow in join_append_data (closes #27758) Reported by Thomas E. Hybel 14 August 2016, 00:17:06 UTC
04a5385 fix possible overflow in encode_basestring_ascii (#23369) 13 August 2016, 23:47:25 UTC
4ae4e7c #27753: fix typo (name->named). 13 August 2016, 18:46:23 UTC
af0b38f Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. 13 August 2016, 18:10:23 UTC
0f0ead5 Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks instead of overriding methods with mocks in original class and module. This makes the 2.7 test_textview nearly identical to the 3.5/.6 test. 10 August 2016, 23:41:39 UTC
5c715b0 Correct misspellings of ISO-8859 10 August 2016, 05:25:16 UTC
fa1ce08 Issue #27205: Fix doctests in Doc/library/collections.rst 09 August 2016, 22:28:33 UTC
d379d63 Issue #27204: Fix doctests in Doc/howto Initial patch by Jelle Zijlstra. 09 August 2016, 22:03:32 UTC
fd16fca Issue #21999: Handled empty strings correctly when in POSIX mode. 09 August 2016, 13:57:03 UTC
e1f3afb Issue #20160: Handled passing of large structs to callbacks correctly. 05 August 2016, 20:10:26 UTC
3d36f0f Spelling and grammar fixes in code comments and documentation 28 July 2016, 02:37:04 UTC
8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. Patch by Julien Palard. 26 July 2016, 09:18:21 UTC
cc8929b https link to the bug tracker (closes #27670) 04 August 2016, 05:01:32 UTC
bc82de0 Issue #27641: Comment out regeneration rules when cross compiling 29 July 2016, 05:52:32 UTC
692497a Switch upload.pypi.io to upload.pypi.org 03 August 2016, 22:58:12 UTC
2246f39 Issue #20767: Fix -R option for FreeBSD/clang. 03 August 2016, 09:23:31 UTC
75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue reported and patch contributed by Rémi Rampin. 30 July 2016, 12:49:53 UTC
a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names Based on patch by Ville Skyttä. 28 July 2016, 01:11:04 UTC
e2eacc0 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 28 July 2016, 03:04:04 UTC
801110b Issue #27490: Do not build pgen when cross-compiling The dependendency on the $(PGEN) variable must only be set when not cross-compiling. When cross-compiling, $(PGEN) will not be used, so no need to build it. Patch by Thomas Perl. 28 July 2016, 01:28:27 UTC
2e1a340 ctypes: fix CThunkObject_new() * Initialize restype and flags fields to fix a crash when Python runs on a read-only file system * Use Py_ssize_t type rather than int for the "i" iterator variable * Reorder assignements to be able to more easily check if all fields are initialized Issue #11048. Initial patch written by Marcin Bachry. 27 July 2016, 14:58:47 UTC
2a0438d Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() Patch by Xiang Zhang. 25 July 2016, 02:30:05 UTC
1e411c5 Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module Ported from patches by Xiang Zhang, Nadeem Vawda, and myself. 23 July 2016, 04:22:09 UTC
2955ef7 Issue #25393: Fix probable copy/paste error in resource docs Patch by Alakshendra Yadav. 19 July 2016, 21:41:20 UTC
cdb8be4 Issue #27528: Document and test warning messages must match at beginning 19 July 2016, 02:26:38 UTC
0c08fe0 Issue #27507: Check for integer overflow in bytearray.extend() Patch by Xiang Zhang. 18 July 2016, 07:53:13 UTC
6c4fa70 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) Patch by Ammar Askar. 15 July 2016, 05:00:03 UTC
65e0d8c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 14 July 2016, 01:31:46 UTC
373773d Issue #27473: Fixed possible integer overflow in str, unicode and bytearray concatenations and repetitions. Based on patch by Xiang Zhang. 12 July 2016, 12:46:57 UTC
bf2dca9 English spelling and grammar fixes 11 July 2016, 07:51:37 UTC
b362f75 Issue #25523: Correct "a" article to "an" article This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed to fix the grammar. 02 November 2015, 03:37:02 UTC
8c6849b Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF 11 July 2016, 00:17:13 UTC
2d2e6be [port to 2.7] - Issue #27466: Change time format returned by http.cookie.time2netscape, confirming the netscape cookie format. 10 July 2016, 15:34:21 UTC
e5fa8b0 initialize variable to appease gcc 07 July 2016, 07:24:26 UTC
42e1029 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) 07 July 2016, 07:02:31 UTC
64c8275 reduce marshal stack size in debug mode on windows (closes #27019) 07 July 2016, 06:37:02 UTC
ee69451 fix refleaks in PyDict_SetItem error cases (closes #27248) 07 July 2016, 06:26:32 UTC
7127b62 Switch to the new upload url for PyPI 06 July 2016, 21:39:23 UTC
65be04c Issue #27452: add line counter and crc to IDLE configHandler test dump. 06 July 2016, 00:09:45 UTC
77c9106 Fixed a test for issue23908 with C locale. 03 July 2016, 07:53:39 UTC
3c9ce74 Issue #23908: os functions, open() and the io.FileIO constructor now reject unicode paths with embedded null character on Windows instead of silently truncate them. 01 July 2016, 20:34:44 UTC
3626e5e Issue #4945: Improved the documenting of boolean arguments in the json module. Based on patch by Gabriel Genellina. 30 June 2016, 10:58:58 UTC
bc44893 Issue #27416: clarify copy doc Patch written by R. David Murray. 30 June 2016, 09:50:23 UTC
2b8f094 Adds batch file for building nuget package, and includes libs folder 27 June 2016, 16:54:03 UTC
094338e Update NEWS and idlelib NEWS.text. 26 June 2016, 22:20:14 UTC
199b7d5 Issue #22115: Fixed tracing Tkinter variables. * trace_vdelete() with wrong mode no longer break tracing * trace_vinfo() now always returns a list of pairs of strings 26 June 2016, 14:41:14 UTC
0c67a5f post 2.7.12 version 25 June 2016, 21:04:38 UTC
1d6879b merge 2.7.12 release branch 25 June 2016, 21:04:11 UTC
96da94b Added tag v2.7.12 for changeset d33e0cf91556 25 June 2016, 21:03:27 UTC
1fae982 2.7.12 final 25 June 2016, 21:03:21 UTC
4da5815 Adds scripts for building nuget packages. 24 June 2016, 18:39:57 UTC
ff0d875 array.buffer_info() should return a length as int, not long, for compatibility. 24 June 2016, 05:38:59 UTC
919345d Issue #27365: Add blank lines. to 2.7 test_editmenu 23 June 2016, 22:07:46 UTC
0cc5a2b Fixed integer overflow and handled MemoryError in array.buffer_info(). 23 June 2016, 21:00:32 UTC
aaa4baf Issue #27370: Use t for an iterable in mutable sequence ops 23 June 2016, 00:53:05 UTC
8da85a1 Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. 22 June 2016, 07:56:22 UTC
7a5691f merge 2.7.12 release branch 22 June 2016, 06:13:33 UTC
95d9555 fix idle about dialog #27365 22 June 2016, 06:12:54 UTC
b3eaaf0 Issue #22463: Cure unused function warnings on AIX 22 June 2016, 02:46:33 UTC
2924124 Issue #22463: Correct #endif placement; patch by Senthil Kumaran 22 June 2016, 02:04:38 UTC
646b528 Issue #22463: Backport compiler warning fixes and workarounds * Set but unused variable in Parser/pgen.c in non-debug builds. Patch by Christian Heimes. * Unused static function in Modules/readline.c. Patch by Georg Brandl. * main_window unused in Modules/tkappinit.c. Patch by Gregory P. Smith. * Dead assignment in Modules/_ctypes/cfield.c. Extracted from patch by Brett Cannon. * Expression result unused in PyObject_INIT macro expansions. Based on patches by Christian Heimes. * Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded. This silences pre-processor warnings including '_POSIX_C_SOURCE redefined'. Extracted from patch by Christian Heimes. 21 June 2016, 23:58:05 UTC
4e6e565 Fix English spelling and grammar errors 20 June 2016, 07:52:50 UTC
4183387 Issue #27294: Numerical state in the repr for Tkinter event objects is now represented as a compination of known flags. 18 June 2016, 19:08:49 UTC
d51b0f2 Issue #24314: Add links for general attributes like __name__, __dict__ 18 June 2016, 03:57:31 UTC
0ffd26f Issue #26930: Update Windows build to OpenSSL 1.0.2h 15 June 2016, 22:12:38 UTC
7ae0a6d Added tag v2.7.12rc1 for changeset 13912cd1e7e8 11 June 2016, 21:46:35 UTC
1563f16 2.7.12 release candidate 1 11 June 2016, 21:46:26 UTC
4b27f14 update pydoc topics 11 June 2016, 21:42:05 UTC
d244a8f upgrade expt to 2.1.1 (closes #26556) 11 June 2016, 20:28:56 UTC
f3ba6a9 Issue #5124: For 2.7, move requires('gui') from module level to setUpClass. 11 June 2016, 20:26:10 UTC
back to top