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

sort by:
Revision Author Date Message Commit Date
8d24d77 url unquote the path before checking if it refers to a CGI script (closes #21766) 15 June 2014, 01:36:29 UTC
ce817cb Issue #21742: Set stream to None after closing. 14 June 2014, 09:19:54 UTC
ec92b4a #5904: Add sentence about the encoding of strftime's result. 13 June 2014, 21:23:34 UTC
04349c6 Issue #19493: Backport 6f63fff5c120 13 June 2014, 19:40:16 UTC
925c6ad Issue #21726: Remove unnecessary and contextually wrong line. 13 June 2014, 18:57:44 UTC
ba301de Issue #12387: Add missing upper(lower)case versions of default Windows key bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy. 12 June 2014, 05:03:01 UTC
df0e8f9 #21693 - Fix the broken link for pylons project. 11 June 2014, 13:18:43 UTC
c5767a6 Issue #21695: Catch AttributeError created when user closes grep output window while still being written to. With no console, this closed Idle. Also add missing import and a few other changes. 10 June 2014, 06:49:29 UTC
1d6a0c4 Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where actual names are not available. Initial patch by Serhiy Storchaka. 10 June 2014, 00:02:18 UTC
dd35484 #20903: clarify what happens when an smtp connection timeout occurs. Patch by Milan Oberkirch. 09 June 2014, 20:40:47 UTC
05b0a1b Issue #21310: Fixed possible resource leak in failed open(). 09 June 2014, 10:32:08 UTC
6453a01 Issue #21683: Add Tix build to the Windows buildbot scripts. 08 June 2014, 19:28:13 UTC
2ce98f8 whitespace 08 June 2014, 18:57:18 UTC
76cdcf7 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. Patch by Saimadhav Heblikar. (2 head merge) 08 June 2014, 18:47:16 UTC
75a55c3 make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709) Original patch by Amaury Forgeot d'Arc with a test by bdettmer. 08 June 2014, 03:14:26 UTC
7e1eb5c backed out 86ba41b7bb46 (#18910) for test breakage 08 June 2014, 00:57:36 UTC
806f9d7 document TokenError and unclosed expression behavior (closes #12063) Patch by Amandine Lee. 08 June 2014, 00:47:41 UTC
c3e1e90 don't remove self from example code in the HTML output (closes #13223) Patch by Víctor Terrón. 07 June 2014, 23:44:00 UTC
4547d37 specify that getuid() returns the real uid (closes #10503) Patch by εσχατοκυριος. 07 June 2014, 20:50:34 UTC
3afd956 document the compress_level argument to tarfile.open (closes #21404) Patch by Katherine Busch. 07 June 2014, 19:45:37 UTC
93e51aa allow the keyword else immediately after (no space) an integer (closes #21642) 07 June 2014, 19:36:39 UTC
4807dd0 Updates to Python 2.7 What's New preamble - refers to release PEP for lifecycle information - refers to Python Package Index for migration tools - covers enhancements added in maintenance releases Closes issue #21569 07 June 2014, 13:36:13 UTC
ffd6576 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. Patch by Saimadhav Heblikar. 07 June 2014, 08:27:45 UTC
5d1049c Issue #18910: test_textView - since all tests require 'gui', make root global. Subclass TextViewer to add mock methods instead of monkey-patching it. 06 June 2014, 21:43:14 UTC
6b86266 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h 06 June 2014, 06:13:37 UTC
90bcdd7 Issue #18292: s/tkinter/Tkinter/ 05 June 2014, 20:57:44 UTC
7b02ef0 #21653: fix doc for return type of sqlite3.Row.keys(). 05 June 2014, 19:15:43 UTC
649570a whitespace 05 June 2014, 07:53:42 UTC
562495a Issue #18910: Add unittest for textView. Patch by Phil Webster. 05 June 2014, 07:38:28 UTC
6e66cb0 Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. 05 June 2014, 00:50:49 UTC
ee0b672 Issue #21654: Fix interaction with warnings. Patch by Raymond Hettinger. 04 June 2014, 07:09:56 UTC
8ba9e45 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. 04 June 2014, 00:54:15 UTC
1e92709 Update references to Python docs in the sidebar index. Patch contributed by Auke Willem Oosterhoff. 03 June 2014, 05:57:07 UTC
a4b538d Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. 03 June 2014, 00:42:48 UTC
9ce635f Issue #18492: Allow all resources when tests are not run by regrtest.py. This changeset also includes cleanup allowed by this behavior change. 02 June 2014, 21:01:16 UTC
f94686f Issue #6181: Fixed minor bugs in tkinter.Listbox methods: bbox(), curselection() and get(). 02 June 2014, 18:30:53 UTC
417367a Issue #6181: Fixed errors in tkinter.Listbox docstrings. Based on patch by Guilherme Polo. 02 June 2014, 13:50:03 UTC
9e51f50 Updated logging HOWTO section on optimization. 01 June 2014, 23:24:47 UTC
79fa98a Issue #19656: Running Python with the -3 option now also warns about non-ascii bytes literals. 01 June 2014, 19:13:39 UTC
e75a555 Issue #21605: Added tests for Tkinter images. 01 June 2014, 09:34:42 UTC
adad50c Added missed calls of splitlist(). 01 June 2014, 08:21:34 UTC
f74805b Issue #21477: Update htest docstring and remove extraneous differences between 2.7 and 3.4. Original patch by Saimadhav Heblikar. 01 June 2014, 04:30:28 UTC
e047f56 post 2.7.7 version bump 31 May 2014, 22:25:38 UTC
48f2e99 backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) Backport by Alex Gaynor. 31 May 2014, 20:26:22 UTC
d2058fb give the correct fixer name (closes #21604) 31 May 2014, 20:16:49 UTC
15e5a16 merge 2.7.7 release branch 31 May 2014, 18:24:25 UTC
253b7c8 Added tag v2.7.7 for changeset f89216059edf 31 May 2014, 18:22:51 UTC
de50cdf fix news header 31 May 2014, 18:22:47 UTC
9c70397 bump to 2.7.7 final 31 May 2014, 18:17:34 UTC
4e33a86 openssl requires nasm (#21462) 31 May 2014, 18:01:37 UTC
5458ce0 openssl requires nasm (#21462) 31 May 2014, 18:01:37 UTC
3f45303 Issue #21572: Change license command to fallback to generic license URL. 31 May 2014, 06:45:32 UTC
9f7f62f Issue #21593: (from StackOverflow) minor doc clarification for re.search. 30 May 2014, 20:19:50 UTC
9d5a05f Merged upstream changes. 30 May 2014, 18:05:02 UTC
577f8cb Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds 30 May 2014, 18:01:15 UTC
ee310bc Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds 30 May 2014, 18:01:15 UTC
ab2db58 Issue #21608: Updated HTTPHandler documentation. 30 May 2014, 17:46:02 UTC
529a639 Fixed possible integer overflow in getint, getdouble and getboolean too (issue #21552). 30 May 2014, 11:28:21 UTC
2a0220b Issue #21552: Fixed possible integer overflow of too long string lengths in the Tkinter module on 64-bit platforms. 30 May 2014, 11:23:52 UTC
d11e8b6 Add tests for getint, getdouble and getboolean methods of the tkapp object. 30 May 2014, 11:07:20 UTC
0344a06 Fix issue #14315: The zipfile module now ignores extra fields in the central directory that are too short to be parsed instead of letting a struct.unpack error bubble up as this "bad data" appears in many real world zip files in the wild and is ignored by other zip tools. 30 May 2014, 06:41:52 UTC
76916e8 Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar. 29 May 2014, 05:46:16 UTC
edb6428 Issue #21402: tkinter.ttk now works when default root window is not set. 28 May 2014, 15:38:15 UTC
49b2086 Issue #21493: Added test for ntpath.expanduser(). Original patch by Claudiu Popa. 28 May 2014, 15:11:08 UTC
30080fd Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular it supports reverse() and negative indices. Original patch by Claudiu Popa. 28 May 2014, 09:57:38 UTC
d0d4f2d Issue #21477: Add htests for Search and Replace dialogs. Patch by Saimadhav Heblikar. 27 May 2014, 07:30:44 UTC
985ef28 Issue #21477: Idle htest: modify run; add more tests. Patch by Saimadhav Heblikar. 2.7 backport of 90829, d7eea8f608c2. 27 May 2014, 06:47:38 UTC
7e19b60 Issue 21575: Show list.sort() arguments in the tutorial. 27 May 2014, 01:49:25 UTC
3690d41 remove list of example incompatibilities (closes #21434) 26 May 2014, 22:38:52 UTC
dfc1b4b remove tab (closes #21587) 26 May 2014, 22:12:28 UTC
2eff14d fix typo in variable name (closes #21586) 26 May 2014, 22:10:42 UTC
fb8899a Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. 26 May 2014, 07:40:09 UTC
f643b9a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. 26 May 2014, 05:13:41 UTC
92df752 Issue 13355: Make random.triangular degrade gracefully when low == high. 26 May 2014, 00:40:25 UTC
1f94efc Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. 25 May 2014, 13:21:32 UTC
62012fc Issue #21477: Idle htest: merge and modify run and runall; add many tests. Patch by Saimadhav Heblikar 24 May 2014, 22:48:03 UTC
d383baf allow doc archives to be built for versions in the rc stage 24 May 2014, 22:15:26 UTC
47e4b0b Issue #18604: Skip the Tk instantiation test on OS X because it can cause GUI tests to segfault in Cocoa Tk when run under regrtest -j (multiple threads running subprocesses). 24 May 2014, 04:28:02 UTC
6599439 Fixed new Tkinter tests added in issue #21522 with Tk 8.4. 23 May 2014, 20:57:46 UTC
4f0e167 Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), PanedWindow.paneconfigure(), and Menu.entryconfigure(). 23 May 2014, 11:08:31 UTC
f19771f Issue #20635: Added tests for Tk geometry managers. 23 May 2014, 10:54:35 UTC
ab4a691 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. This also fixes a quadratic compilation time issue noticeable when compiling code with a large number of "and" and "or" operators. 23 May 2014, 09:46:03 UTC
cc79837 Issue #21545: Add .pop example and tweak comment about pure mutation methods. Patch prepared by David Harrigan. 23 May 2014, 04:34:02 UTC
fd61349 Issue 21479: Fix markup for the TarFile.open() classmethod. 23 May 2014, 02:43:29 UTC
198123c Issue 21198: Minor tarfile documentation bug. 22 May 2014, 23:05:48 UTC
fbb60d5 Issue #21383: OS X installer builds now use "make touch". 22 May 2014, 22:27:01 UTC
ac1bb81 Issue #21383: Allow "make touch" to work when building outside of the source directory. 22 May 2014, 22:26:34 UTC
56032ce 2.7.8 news section 22 May 2014, 21:08:14 UTC
4345846 Issue #21477: idle htests - lower case function names, other cleanups. 19 May 2014, 04:12:00 UTC
2c5a61f merge 2.7.7 release branch 18 May 2014, 23:33:28 UTC
672b043 include test data in the windows installer, so tests don't fail (closes #19866) 18 May 2014, 23:32:22 UTC
1c1d1e2 Don't grow strings by concatenation. Use ''.join() instead. 18 May 2014, 19:04:01 UTC
f6cc6e6 Added tag v2.7.7rc1 for changeset e32e3a9f3902 18 May 2014, 00:36:19 UTC
996bf48 bump to 2.7.7rc1 18 May 2014, 00:31:50 UTC
03b48b1 update pydoc_topics 18 May 2014, 00:30:36 UTC
5918f8f 'sunos' not 'solaris 17 May 2014, 23:33:59 UTC
15773c8 just skip this test on Solaris 17 May 2014, 23:07:53 UTC
6800d93 some platforms apparently don't care about fdopen'ing with a different mode 17 May 2014, 22:50:38 UTC
d3d2363 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) Patch from Matti Picus. 17 May 2014, 21:57:10 UTC
c2a66f2 reindent for consistency 17 May 2014, 21:53:04 UTC
back to top