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

sort by:
Revision Author Date Message Commit Date
894375a Fix test_sys under Windows (issue #13119) 04 August 2012, 22:15:06 UTC
5ad514d Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. Patch by Roger Serwy. 04 August 2012, 18:38:22 UTC
da9df92 add missing period; thanks to Gaston Fiore from docs@ 04 August 2012, 17:42:24 UTC
90ef747 Close #13119: use "\r\n" newline for sys.stdout/err on Windows sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2. 03 August 2012, 23:37:32 UTC
401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't translate newlines on output. 03 August 2012, 23:18:56 UTC
0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). 03 August 2012, 22:55:38 UTC
676e73b #15512: Remove remnants of debugging code 03 August 2012, 13:49:14 UTC
16e2fca Closes #15469: Correct __sizeof__ support for deque 03 August 2012, 12:49:42 UTC
e9c5318 Closes #15512: Correct __sizeof__ support for parser 03 August 2012, 12:28:37 UTC
a9a53c7 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. Patch by Philipp Hagemeister. 02 August 2012, 18:37:12 UTC
f37c0c7 Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py 01 August 2012, 23:56:39 UTC
4c1730d Issue #8847: Disable COMDAT folding in Windows PGO builds. Analysis by Victor Stinner. Patch by Stefan Krah. 01 August 2012, 08:32:11 UTC
06c5c6d Issue #9803: Don't close IDLE on saving if breakpoint is open. Patch by Roger Serwy. 31 July 2012, 16:48:00 UTC
1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. 30 July 2012, 16:59:53 UTC
3b79668 Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. 30 July 2012, 11:09:32 UTC
c556c64 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include the Apple-supplied Tck/Tk versions shipped with OS X 10.7 and 10.8. They are not as buggy as the 10.6 version but can still easily crash. 30 July 2012, 10:31:21 UTC
8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. Patch by Serhiy Storchaka. 29 July 2012, 22:01:06 UTC
10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. Patch by Serhiy Storchaka. 29 July 2012, 17:02:46 UTC
33f7997 Issue #15467: Move helpers for __sizeof__ tests into test_support. Patch by Serhiy Storchaka. 29 July 2012, 14:33:05 UTC
90bc2db Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. 29 July 2012, 03:16:39 UTC
4887b1c Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. Original patch by J Derek Wilson. 27 July 2012, 13:06:11 UTC
a58d668 Improved cookbook entry and fixed typo. 27 July 2012, 09:54:10 UTC
e708a8a Issue #15041: update "see also" list in tkinter documentation. 26 July 2012, 14:02:57 UTC
09f2e6f Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. Patch by Chris Jerdonek. 25 July 2012, 22:45:19 UTC
707bd4e Mention the *limit* argument of TextIO.readline(). 25 July 2012, 20:38:33 UTC
393e23f Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. 25 July 2012, 18:19:25 UTC
30d5e6c Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy. 25 July 2012, 09:32:26 UTC
c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. 25 July 2012, 08:47:20 UTC
186396d #15232: make NEWS entry more accurate. 24 July 2012, 18:22:19 UTC
ecd4e9d Issue #14197: For OS X framework builds, ensure links to the shared library are created with the proper ABI suffix. 24 July 2012, 10:31:48 UTC
55624da Rollback an incorrect Doc/ACKS.txt entry 23 July 2012, 16:42:37 UTC
189fdf1 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct 23 July 2012, 16:15:33 UTC
b14d8c9 Issue #15402: Add a __sizeof__ method to struct.Struct. Initial patch by Serhiy Storchaka. 23 July 2012, 15:01:29 UTC
7e918cf merge heads. 23 July 2012, 02:32:44 UTC
28a9f21 - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. 23 July 2012, 02:12:58 UTC
6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue 23 July 2012, 01:47:53 UTC
e60e12b #15429: Fix invalid mention of types.NoneType from None docs. 23 July 2012, 00:43:13 UTC
76c28f7 Consistently raise a TypeError when a non str is passed to hashlib.new regardless of which of the two implementations of new is used. 22 July 2012, 04:19:53 UTC
00528e8 #13922: argparse no longer incorrectly strips '--' after the first one. Patch by Jeff Knupp. 22 July 2012, 02:48:35 UTC
b94082a #12353: argparse now correctly handles null argument values. Patch by Torsten Landschoff. 22 July 2012, 02:20:11 UTC
15cd9a0 #14391: clarify docstring discussion of Action's 'type' argument's value. 21 July 2012, 21:04:25 UTC
e3de175 #15342: Add clarifying sentence to posixpath.join docstring. This sentence appears as a clarifying note in the HTML docs, and seems worth having in the docstring since it covers a very common use case that isn't otherwise obvious. Thanks to Yongzhi Pan for the suggestion. 21 July 2012, 18:33:56 UTC
ef391ac Raise ImportError if pyexpat's version is incompatible 21 July 2012, 17:28:46 UTC
6e571d6 Fix test_pprint random dict ordering. 21 July 2012, 10:44:20 UTC
d6da90f Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key. 21 July 2012, 09:17:38 UTC
b4bbee2 Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after error handling. Patch by Serhiy Storchaka. 20 July 2012, 22:45:14 UTC
ca9652e Issue #15406: Fix deprecation warning in ctypes test_bitfields.py Patch by Flávio Ribeiro. 20 July 2012, 17:48:34 UTC
ddcb620 Issue #15404: Refleak in PyMethodObject repr. 20 July 2012, 11:51:45 UTC
3be7a8b Issue #15399: Added versionchanged for processName. 20 July 2012, 08:50:18 UTC
62a5c32 Closes #15395: memory leaks in selectmodule.c 19 July 2012, 19:31:26 UTC
ef86d12 Closes #15396: memory leak in tkinter 19 July 2012, 19:18:07 UTC
29e49d6 Issue #15394: Fix ref leaks in PyModule_Create. Patch by Julia Lawall. 19 July 2012, 18:45:43 UTC
60c2266 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. 19 July 2012, 05:01:22 UTC
996ae04 remove unused variable 18 July 2012, 22:57:46 UTC
f69e24e Issue #15368: fixing variable typo. 18 July 2012, 21:41:03 UTC
2ca6315 Issue #15368: make bytecode generation deterministic. 18 July 2012, 19:20:11 UTC
0b350c6 Use posixpath.join() explicitely in posixpath.join() test Used os.path.join before which has different semantics on Windows. 17 July 2012, 12:28:44 UTC
ceb2331 merge heads 17 July 2012, 11:22:01 UTC
66099b0 ISsue #14988: restore Python 2's behavior of raising ImportError when unable to load pyexpat, instead of a SystemError/RuntimeError 17 July 2012, 11:20:38 UTC
c5a4566 #15377: Make posixpath.join() more strict when checking for str/bytes mix Based on a patch by Nick Coghlan. 17 July 2012, 11:05:43 UTC
eb3e62f Issue #15230: Attempt to make the OS X buildbots happy by resolving the tmp dir symlink in the test suite 17 July 2012, 10:42:39 UTC
7cdc2bd Fix context manager use in posixpath.join() tests The asserts were useless (and buggy). 17 July 2012, 08:48:19 UTC
954d46b one more test fix for systems without select.poll. tested by deleting select.poll before running. works both ways (finally). this should fix the windows build. 16 July 2012, 22:48:30 UTC
ac14aa5 Fix unchecked select.poll reference in setUp and tearDown for platforms that don't have it. 16 July 2012, 20:38:45 UTC
5bcd005 Fix the with_poll tests for platforms without poll. missing import. 16 July 2012, 20:34:50 UTC
dad5711 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible to avoid failing due to the select() file descriptor limit. 16 July 2012, 06:42:26 UTC
4774946 #15180: Clarify posixpath.join() error message when mixing str & bytes 15 July 2012, 14:21:30 UTC
a3d1cac Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue 14 July 2012, 14:36:39 UTC
761bb11 Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach 14 July 2012, 13:59:22 UTC
2bb3021 Try other approach to fix issue #15334. 13 July 2012, 20:46:41 UTC
924ae1b Remove duplicate entry and fix order 13 July 2012, 19:13:25 UTC
f0b1baf Issue #15334: skip test_dynamic_key when run in non-interactive mode. Patch by Jeremy Kloth. 13 July 2012, 19:08:41 UTC
68f4247 Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path. 13 July 2012, 18:54:42 UTC
52cc722 Add c_size_t and c_ssize_t to the ctypes summary table. 12 July 2012, 18:31:50 UTC
921d124 Show the proper way to exit a cmd shell 12 July 2012, 18:26:01 UTC
282083d Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. Patch by Chris Jerdonek. 11 July 2012, 17:19:14 UTC
67097fd Use _RPCFile.write properly. 11 July 2012, 07:17:15 UTC
c276165 Don't use TextIOBase implementations in _RPCFile. 11 July 2012, 06:48:34 UTC
8a75bed Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. 11 July 2012, 06:29:03 UTC
59b9a7b Backport test for nested namespace packages. 09 July 2012, 19:23:58 UTC
1d0f6dd normalize whitespace 09 July 2012, 18:52:40 UTC
9ae3f7a Issue #13532: Check that arguments to sys.stdout.write are strings. 09 July 2012, 18:46:11 UTC
44dea9d Issue 12510: Delete actual first param name for all methods; revise tests. 09 July 2012, 04:13:21 UTC
168456d revert the changes done for issue14826 - quoting witin Request is not desirable. 09 July 2012, 00:47:25 UTC
83efd6c Issue #13557: Clarify effect of giving two different namespaces to exec or execfile(). 08 July 2012, 21:36:14 UTC
45ce4dc issue 14826 - Address the buildbot failure ( explanation msg164973) 08 July 2012, 09:08:48 UTC
b7451ce Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method. Patch contributed by Stephen Thorne. 08 July 2012, 00:11:44 UTC
11f0b41 Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding declaration. 07 July 2012, 10:13:35 UTC
9235b25 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 06 July 2012, 16:48:24 UTC
01cca5e Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python". 05 July 2012, 18:56:30 UTC
f01a337 Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp 05 July 2012, 02:28:16 UTC
035997f Issue #1677: Unused variable warning in Non-Windows 03 July 2012, 11:15:03 UTC
29feb1f Make call of os.getppid() conditional: it is not available on Windows. 01 July 2012, 07:47:54 UTC
3aa0c9d Fix inconsistent function name in embedding howto. 01 July 2012, 07:43:20 UTC
4cf1cc7 Issue #15171: Quote the variable that expands to the current directory. 30 June 2012, 16:35:15 UTC
c399185 Issue #9239: add tests for modifying zipfile comments in append mode. 30 June 2012, 15:31:37 UTC
4854533 Merged 29 June 2012, 21:11:38 UTC
eda29f4 urllib.parse cleanup. rename keywords used as variables 29 June 2012, 18:08:20 UTC
b8b6a68 Better diagnose test failure 29 June 2012, 17:40:35 UTC
b92b757 Issue #1677: Handle better a race condition between the interactive interpreter and the Ctrl-C signal handler on Windows 29 June 2012, 17:27:08 UTC
back to top