Staging
v0.5.1

sort by:
Revision Author Date Message Commit Date
a283887 merge with 3.3 22 September 2013, 09:46:51 UTC
587b305 Closes #19043: remove detailed listing of versions from license files Since all versions since 2.2 are under the same licensing terms, this saves the release manager from touching the two files for very new minor release. 22 September 2013, 09:45:52 UTC
df4cb12 Merge from 3.3 22 September 2013, 09:38:44 UTC
ce34687 Fix comment in test_gdb 22 September 2013, 09:38:16 UTC
710a67e Note that LINEAR_PROBES can be set to zero. 22 September 2013, 03:17:31 UTC
4ef0528 Minor beautification. Put updates and declarations in a more logical order. 21 September 2013, 22:39:49 UTC
a78cccb test_gdb: skip pretty-printing of sets with gdb < 7.3 (should fix the failures on OpenIndiana) 21 September 2013, 22:14:27 UTC
d0f3e07 test_gdb: dump gdb version in verbose mode 21 September 2013, 21:56:17 UTC
0ce1953 When LINEAR_PROBES=0, let the compiler remove the dead code on its own. 21 September 2013, 21:07:18 UTC
c70a2b7 Make the linear probe sequence clearer. 21 September 2013, 21:02:55 UTC
1eb8762 Merge heads 20 September 2013, 20:28:27 UTC
dac8b8b Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call returned empty string. 20 September 2013, 20:24:20 UTC
31f477c Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call returned empty string. 20 September 2013, 20:21:44 UTC
b4a46cb Add a comment making it explicit that itertools.tee() is already 64bit-safe (issue #19049) 20 September 2013, 20:19:22 UTC
de24a1f Null merge 20 September 2013, 18:26:56 UTC
c8bf95c Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 binaries. 20 September 2013, 18:24:39 UTC
df099f5 Update internal comments to say _something_ about the "API ID". Best I can tell, the possible values for this aren't documented anywhere. 20 September 2013, 02:06:37 UTC
3af4fad Correcting the mistake in 678e3c0d2d99 Merge from 3.3 Addresses Issue #18553: isatty is not Unix only. 19 September 2013, 07:10:17 UTC
2a97cee Correcting the mistake in 14ba90816930 Addresses Issue #18553: isatty is not Unix only. 19 September 2013, 07:08:56 UTC
6bd3e44 Merge #14984: only import pwd on POSIX. Since we have fine grained import locks in 3.4, I moved the import to where it is actually needed. 18 September 2013, 12:59:47 UTC
4b49ae6 Merge #14984: only import pwd on POSIX. 18 September 2013, 12:54:00 UTC
58bf8d2 Merge #14984: only import pwd on POSIX. 18 September 2013, 12:53:26 UTC
505be21 #14984: only import pwd on POSIX. 18 September 2013, 12:52:38 UTC
cf6d0e7 Merge #19037: adjust file times *before* moving maildir files into place. 18 September 2013, 12:36:36 UTC
41a22f1 #19037: adjust file times *before* moving maildir files into place. This avoids race conditions when other programs are monitoring the maildir directory. Patch by janzert. 18 September 2013, 12:34:40 UTC
b7c1a5d Merge merge heads. 18 September 2013, 11:36:12 UTC
4feddde Merge heads. 18 September 2013, 11:35:30 UTC
825b50a Merge heads. 18 September 2013, 11:34:13 UTC
9937155 - followup for issue #18997, make _clear_joined_ptr static. 18 September 2013, 10:13:18 UTC
0648bf7 - followup for issue #18997, make _clear_joined_ptr static. 18 September 2013, 10:12:28 UTC
4750fa8 Merge #14984: On POSIX, enforce permissions when reading default .netrc. 18 September 2013, 01:28:17 UTC
fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. 18 September 2013, 01:04:50 UTC
8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. 18 September 2013, 00:32:54 UTC
104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement. 18 September 2013, 00:30:02 UTC
9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script now detect Python source code encoding only in comment lines. 16 September 2013, 20:57:00 UTC
dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script now detect Python source code encoding only in comment lines. 16 September 2013, 20:51:56 UTC
3c41154 Issue #17003: Unified the size argument names in the io module with common practice. 16 September 2013, 20:18:10 UTC
b3955fe Issue #19029: Change non-existing since 3.0 StringType to str. 16 September 2013, 08:03:59 UTC
975fce3 Issue #19029: Change non-existing since 3.0 StringType to str. 16 September 2013, 08:01:31 UTC
c6ebbef One more markup fix. 16 September 2013, 02:03:12 UTC
c850f34 Close #18693: Enum is now more help() friendly. 15 September 2013, 23:59:35 UTC
173a157 #1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback 15 September 2013, 22:15:56 UTC
8408dc5 Issue 18771: Make it possible to set the number linear probes at compile-time. 15 September 2013, 21:57:15 UTC
e6d35db Null merge of 3.3 into default. 15 September 2013, 20:40:18 UTC
a238914 Null merge of 3.2 into 3.3. 15 September 2013, 20:39:06 UTC
945a251 Null merge of 3.1 into 3.2 Changeset c39f42f46a05 left a dangling head on 3.1. 15 September 2013, 20:37:25 UTC
101e074 Close #18989: enum members will no longer overwrite other attributes, nor be overwritten by them. 15 September 2013, 19:34:36 UTC
defe7f4 Expose --bind argument for http.server, enable http.server to bind to a user specified network interface. Patch contributed by Malte Swart. Addresses issue #17764. HG :Enter commit message. Lines beginning with 'HG:' are removed. 15 September 2013, 16:37:27 UTC
5642ff9 Fixup reST syntax errors and streamline docs of PEP 446. 15 September 2013, 08:37:57 UTC
c76aa48 merge 15 September 2013, 03:52:54 UTC
46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError 15 September 2013, 03:51:57 UTC
668dede Close #18929: inspect.classify_class_attrs will now search the metaclasses (last) to find where an attr was defined. 15 September 2013, 01:53:26 UTC
2131a4a Add __reversed__ to Enum. Minor code reorg (moved __members__ to be in alpha order). 15 September 2013, 01:11:24 UTC
5589bd1 #18856: merge with 3.3. 15 September 2013, 01:05:04 UTC
7c89ae2 Address Terry's comments 15 September 2013, 00:01:39 UTC
0a32d92 Merge heads. 15 September 2013, 00:00:42 UTC
04d4d6a Avoid test_logging failure when run after test_unittest, by renaming a conflicting logger 14 September 2013, 19:16:39 UTC
0715b9f Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module. 14 September 2013, 17:45:47 UTC
692ee9e #18206: Re-fix license URL. 14 September 2013, 17:31:44 UTC
f11caa0 Merge #18206: Fix test for existence of license URL. This test will fail because a previous attempt to fix a merge error in site.py was incorrect, but the test wasn't running so it wasn't caught. The next commit will fix the site.py bug. 14 September 2013, 17:31:14 UTC
1bc6ceb #18206: Fix test for existence of license URL. It now always checks, instead of only when the LICENSE file doesn't exist. It is also protected by the 'network' resource, and uses a HEAD request since we are only doing an existence check. 14 September 2013, 17:28:37 UTC
c79413d merge with 3.3 14 September 2013, 07:11:21 UTC
0a9d051 merge with 3.2 14 September 2013, 07:11:09 UTC
bc75046 Add a NEWS entry for b9b521efeba3. 14 September 2013, 07:10:21 UTC
c5884d8 Add NEWS entry for c18c18774e24. 14 September 2013, 07:09:18 UTC
c17a8df Fix tkinter regression introduced by the security fix in #16248. 14 September 2013, 07:08:09 UTC
db4309e Fix tkinter regression introduced by the security fix in #16248. 14 September 2013, 07:08:09 UTC
87f0937 #18856: improve test coverage of the calendar module. Patch by Madison May. 14 September 2013, 01:55:53 UTC
a19b1a6 Adjust comment 13 September 2013, 22:40:46 UTC
4b3c58c Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation 13 September 2013, 22:39:15 UTC
e1ba8df Issue #19013: add a __main__ to unittest.test to ease CLI invocation 13 September 2013, 22:37:18 UTC
356bdeb Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules 13 September 2013, 21:54:01 UTC
1d7c8c9 Issue #19013: add unittest.main() epilogs to unittest's own test modules 13 September 2013, 21:52:46 UTC
87456e5 #18981: merge with 3.3. 13 September 2013, 20:54:41 UTC
a87e31c Issue #18955: clarify what is removed by importlib.util.module_for_loader. 13 September 2013, 20:52:19 UTC
e7f4c1c #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). 13 September 2013, 20:52:12 UTC
92ed890 #18951: merge with 3.3. 13 September 2013, 19:18:02 UTC
560a778 #18951: use consistent names in unittest docs. 13 September 2013, 19:17:40 UTC
0cc8685 Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for numeric IP addresses. 13 September 2013, 17:53:08 UTC
12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. 13 September 2013, 13:27:52 UTC
61f4cd1 Add Germán M. Bravo to Misc/ACKS 13 September 2013, 13:24:59 UTC
dd3661e Issue #18997: fix ElementTree crash with using pickle and __getstate__. Based on report and initial patch from Germán M. Bravo 13 September 2013, 13:24:25 UTC
7290608 Issue #18945: Add tests for tempfile name collision handling. Patch by Vlad Shcherbina 13 September 2013, 12:30:00 UTC
aa04f9a Issue #18945: Add tests for tempfile name collision handling. Patch by Vlad Shcherbina 13 September 2013, 12:28:20 UTC
bf28d2d Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. 13 September 2013, 08:46:24 UTC
187b063 Fix http.server's request handling case on trailing '/'. Patch contributed by Vajrasky Kok. Addresses Issue #17324 13 September 2013, 07:22:45 UTC
72c238e Fix http.server's request handling case on trailing '/'. Patch contributed by Vajrasky Kok. Addresses Issue #17324 13 September 2013, 07:21:18 UTC
5abf3d9 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov. 13 September 2013, 04:49:36 UTC
016af3f Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov. 13 September 2013, 04:46:40 UTC
f5ce012 Removing the merge conflict markers. - my previous removal and hg resolve mark had still left them and hooks did not catch it too! 12 September 2013, 14:06:49 UTC
d184f66 Automated merge with file:///Users/skumaran/python/cpython 12 September 2013, 05:56:30 UTC
b5651ed Automated merge with ssh://hg.python.org/cpython 12 September 2013, 05:56:28 UTC
b4055f2 merge from 3.3 Improve the docstring of random.shuffle. Inform users not to provide int arg. Addresses issue #14927 12 September 2013, 05:55:54 UTC
f8ce51a Improve the docstring of random.shuffle. Inform users not to provide int arg. Addresses issue #14927 12 September 2013, 05:54:31 UTC
fa7d3b1 Issue #18988: The "Tab" key now works when a word is already autocompleted. 11 September 2013, 19:48:52 UTC
dd4754e Issue #18988: The "Tab" key now works when a word is already autocompleted. 11 September 2013, 19:46:27 UTC
f276232 Issue #18962: Optimize the single iterator case for heapq.merge() Suggested by Wouter Bolsterlee. 11 September 2013, 06:15:40 UTC
aa1004d merge from 3.3 Clarify mmap.close method behavior. Addresses issue #18815 Patch contributed by Anoop Thomas Mathew. 10 September 2013, 05:40:13 UTC
b918395 Clarify mmap.close method behavior. Addresses issue #18815 Patch contributed by Anoop Thomas Mathew. 10 September 2013, 05:39:28 UTC
8a7687a merge from 3.3 Document Fraction's numerator and denominator properties. Addresses issue #18800 10 September 2013, 02:58:20 UTC
back to top