- de24a1f Null merge by Serhiy Storchaka · 11 years ago
- c8bf95c Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 by Serhiy Storchaka · 11 years ago
- df099f5 Update internal comments to say _something_ about the "API ID". by Tim Peters · 11 years ago
- 3af4fad Correcting the mistake in 678e3c0d2d99 by Senthil Kumaran · 11 years ago
- 2a97cee Correcting the mistake in 14ba90816930 by Senthil Kumaran · 11 years ago
- 6bd3e44 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
- 4b49ae6 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
- 58bf8d2 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
- 505be21 #14984: only import pwd on POSIX. by R David Murray · 11 years ago
- cf6d0e7 Merge #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
- 41a22f1 #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
- b7c1a5d Merge merge heads. by R David Murray · 11 years ago
- 4feddde Merge heads. by R David Murray · 11 years ago
- 825b50a Merge heads. by R David Murray · 11 years ago
- 9937155 - followup for issue #18997, make _clear_joined_ptr static. by doko@ubuntu.com · 11 years ago
- 0648bf7 - followup for issue #18997, make _clear_joined_ptr static. by doko@ubuntu.com · 11 years ago
- 4750fa8 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
- fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
- 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
- 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
- 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
- dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
- 3c41154 Issue #17003: Unified the size argument names in the io module with common by Serhiy Storchaka · 11 years ago
- b3955fe Issue #19029: Change non-existing since 3.0 StringType to str. by Serhiy Storchaka · 11 years ago
- 975fce3 Issue #19029: Change non-existing since 3.0 StringType to str. by Serhiy Storchaka · 11 years ago
- c6ebbef One more markup fix. by Georg Brandl · 11 years ago
- c850f34 Close #18693: Enum is now more help() friendly. by Ethan Furman · 11 years ago
- 173a157 #1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback by Andrew Kuchling · 11 years ago
- 8408dc5 Issue 18771: Make it possible to set the number linear probes at compile-time. by Raymond Hettinger · 11 years ago
- e6d35db Null merge of 3.3 into default. by Tim Peters · 11 years ago
- a238914 Null merge of 3.2 into 3.3. by Tim Peters · 11 years ago
- 945a251 Null merge of 3.1 into 3.2 by Tim Peters · 11 years ago
- 101e074 Close #18989: enum members will no longer overwrite other attributes, nor be overwritten by them. by Ethan Furman · 11 years ago
- defe7f4 Expose --bind argument for http.server, enable http.server to bind to a user by Senthil Kumaran · 11 years ago
- 5642ff9 Fixup reST syntax errors and streamline docs of PEP 446. by Georg Brandl · 11 years ago
- c76aa48 merge by Raymond Hettinger · 11 years ago
- 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
- 668dede Close #18929: inspect.classify_class_attrs will now search the metaclasses (last) to find where an attr was defined. by Ethan Furman · 11 years ago
- 2131a4a Add __reversed__ to Enum. Minor code reorg (moved __members__ to be in alpha order). by Ethan Furman · 11 years ago
- 5589bd1 #18856: merge with 3.3. by Ezio Melotti · 11 years ago
- 7c89ae2 Address Terry's comments by Antoine Pitrou · 11 years ago
- 0a32d92 Merge heads. by Ezio Melotti · 11 years ago
- 04d4d6a Avoid test_logging failure when run after test_unittest, by renaming a conflicting logger by Antoine Pitrou · 11 years ago
- 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. by Antoine Pitrou · 11 years ago
- 692ee9e #18206: Re-fix license URL. by R David Murray · 11 years ago
- f11caa0 Merge #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
- 1bc6ceb #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
- c79413d merge with 3.3 by Georg Brandl · 11 years ago
- 0a9d051 merge with 3.2 by Georg Brandl · 11 years ago
- bc75046 Add a NEWS entry for b9b521efeba3. by Georg Brandl · 11 years ago
- c5884d8 Add NEWS entry for c18c18774e24. by Georg Brandl · 11 years ago
- c17a8df Fix tkinter regression introduced by the security fix in #16248. by Georg Brandl · 11 years ago
- db4309e Fix tkinter regression introduced by the security fix in #16248. by Georg Brandl · 11 years ago
- 87f0937 #18856: improve test coverage of the calendar module. Patch by Madison May. by Ezio Melotti · 11 years ago
- a19b1a6 Adjust comment by Antoine Pitrou · 11 years ago
- 4b3c58c Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation by Antoine Pitrou · 11 years ago
- e1ba8df Issue #19013: add a __main__ to unittest.test to ease CLI invocation by Antoine Pitrou · 11 years ago
- 356bdeb Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules by Antoine Pitrou · 11 years ago
- 1d7c8c9 Issue #19013: add unittest.main() epilogs to unittest's own test modules by Antoine Pitrou · 11 years ago
- 87456e5 #18981: merge with 3.3. by Ezio Melotti · 11 years ago
- a87e31c Issue #18955: clarify what is removed by importlib.util.module_for_loader. by Brett Cannon · 11 years ago
- e7f4c1c #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). by Ezio Melotti · 11 years ago
- 92ed890 #18951: merge with 3.3. by Ezio Melotti · 11 years ago
- 560a778 #18951: use consistent names in unittest docs. by Ezio Melotti · 11 years ago
- 0cc8685 Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for by Charles-François Natali · 11 years ago
- 12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
- 61f4cd1 Add Germán M. Bravo to Misc/ACKS by Eli Bendersky · 11 years ago
- dd3661e Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
- 7290608 Issue #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
- aa04f9a Issue #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
- bf28d2d Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. by Serhiy Storchaka · 11 years ago
- 187b063 Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
- 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
- 5abf3d9 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
- 016af3f Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
- f5ce012 Removing the merge conflict markers. by Senthil Kumaran · 11 years ago
- d184f66 Automated merge with file:///Users/skumaran/python/cpython by Senthil Kumaran · 11 years ago
- b5651ed Automated merge with ssh://hg.python.org/cpython by Senthil Kumaran · 11 years ago
- b4055f2 merge from 3.3 by Senthil Kumaran · 11 years ago
- f8ce51a Improve the docstring of random.shuffle. Inform users not to provide int arg. by Senthil Kumaran · 11 years ago
- fa7d3b1 Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 11 years ago
- dd4754e Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 11 years ago
- f276232 Issue #18962: Optimize the single iterator case for heapq.merge() by Raymond Hettinger · 11 years ago
- aa1004d merge from 3.3 by Senthil Kumaran · 11 years ago
- b918395 Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 11 years ago
- 8a7687a merge from 3.3 by Senthil Kumaran · 11 years ago
- b505a6a Document Fraction's numerator and denominator properties. Addresses issue #18800 by Senthil Kumaran · 11 years ago
- 72460fa Get "stopped" back into repr(Thread) when appropriate. by Tim Peters · 11 years ago
- b5e9ac9 Another stab at the thread cleanup patch. by Tim Peters · 11 years ago
- 7875523 Backed out changeset 1f5a7853680c by Tim Peters · 11 years ago
- 7a6054b Minor cleanup of the new scheme for detecting thread termination. by Tim Peters · 11 years ago
- 8568f66 Merge. by Larry Hastings · 11 years ago
- 60560b1 Post-3.4.0a2-release fixups. by Larry Hastings · 11 years ago
- 23543eb Merge docstring typo fix from 3.3 by Mark Dickinson · 11 years ago
- 51ef074 Docstring typo fix: Arithmentic -> Arithmetic. by Mark Dickinson · 11 years ago
- 42d9ea1 merge by Raymond Hettinger · 11 years ago
- fb92f39 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
- 223b9c3 merge by Raymond Hettinger · 11 years ago
- ee09458 merge by Raymond Hettinger · 11 years ago
- 1e21ebc Issue 18301: The classmethod decorator didn't fit well with the rough-equivalent example code. by Raymond Hettinger · 11 years ago