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

sort by:
Revision Author Date Message Commit Date
031e25b Issue #9041: raised exception is misleading An issue in ctypes.c_longdouble, ctypes.c_double, and ctypes.c_float that caused an incorrect exception to be returned in the case of overflow has been fixed. 28 May 2012, 19:21:16 UTC
4b6045c Issue #14443: Tell rpmbuild to use the correct version of Python 28 May 2012, 12:34:46 UTC
e1c5087 Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping. Patch by Roger Serwy. 28 May 2012, 02:56:49 UTC
c5301ef Issue12510: Attempting to get invalid tooltip no longer closes Idle. Original patch by Roger Serwy. 28 May 2012, 01:29:17 UTC
e1398f7 #11785: fix the :mod: references in email package submodule titles. 27 May 2012, 21:17:53 UTC
3fde191 #10365 Trim trailing whitespace 27 May 2012, 00:43:17 UTC
cd6b8c6 Issue #10365: File open dialog now works instead of crashing even when parent window is closed. Patch by Roger Serwy. 27 May 2012, 00:23:45 UTC
809309a Issue #14876: Use user-selected font for highlight configuration. Patch by Roger Serwy. 26 May 2012, 20:31:00 UTC
ffa4b2c Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg 26 May 2012, 01:53:32 UTC
54454e7 Issue #14881: Allow normal non-main thread to spawn a dummy process Fix suggested by Itay Brandes 25 May 2012, 11:57:58 UTC
2cc7156 #4841: Fix FileIO constructor to honor closefd when called repeatedly Patch by Victor Stinner. 25 May 2012, 08:05:53 UTC
1a01ebc #14863: Update the documentation of os.fdopen() There's no bufsize argument anymore, and os.fdopen() is only a very thin wrapper around open() anymore. Change the documentation to reflect that. 24 May 2012, 18:46:36 UTC
2fc5a50 Issue #14036: return None when port in urlparse cross 65535 24 May 2012, 13:56:17 UTC
346c5de Remove duplicate entries in Misc/NEWS. 23 May 2012, 15:42:50 UTC
1f50389 #14472: Update .gitignore Patch by Matej Cepl. 22 May 2012, 18:03:05 UTC
979f37a Restore [] where default arguments are not keywords Reverts some changes of d13fdd97cc8e. 22 May 2012, 14:12:18 UTC
898d51d #14875: Use float('inf') instead of float('1e66666') in the json module. 21 May 2012, 23:49:06 UTC
dfa4652 #14804: Remove [] around optional arguments with default values 21 May 2012, 09:01:54 UTC
f54c060 Fix `versionchanged` tags for json.load `versionchanged` tags about 2.7 are useless in 3.x branches. 20 May 2012, 16:32:53 UTC
69d8493 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. 20 May 2012, 14:36:17 UTC
1203e83 Document when json.load's parse_constant behaviour changed It doesn't get called on 'null', 'true', 'false' since f686aced02a3. 20 May 2012, 10:03:17 UTC
aeeba26 Fix for issue14426 - buildbots here I come 20 May 2012, 08:58:30 UTC
6e8ba0a news for Issue14426 20 May 2012, 04:06:24 UTC
00c2ec2 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert 20 May 2012, 04:05:16 UTC
079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. 19 May 2012, 15:36:33 UTC
6709b7d #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. 19 May 2012, 14:15:19 UTC
5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests 19 May 2012, 08:58:09 UTC
1be320e Issue9374 - Generic parsing of query and fragment portion of urls for any scheme 19 May 2012, 00:12:00 UTC
8d88604 #14798: pyclbr now raises ImportError instead of KeyError for missing packages 18 May 2012, 18:56:36 UTC
1033b31 Fix time.time() references in the time module docs Closes #14842. 18 May 2012, 18:22:47 UTC
b15d1a7 Drop double quoting again. I'm at a loss when to quote and when not. 18 May 2012, 13:28:43 UTC
3407dfb Upgrade OpenSSL to 1.0.0j 18 May 2012, 13:28:01 UTC
0d635ae merge heads 18 May 2012, 12:24:09 UTC
e9dfb0f Add another set of quotes to make cmd.exe happy. 18 May 2012, 12:17:43 UTC
71f3f92 Fetch openssl directory from pyproject.vsprops. 18 May 2012, 12:16:53 UTC
f7a6615 #14823: Simplify threading.Lock.acquire argument discussion. 17 May 2012, 13:13:30 UTC
9729fd4 #14692 Fix json docs to reflect changes in json.load The behaviour of the parse_constant callback changed insofar that 'null', 'true', 'false' don't trigger its call anymore. Patch by Serhiy Storchaka 16 May 2012, 17:01:04 UTC
fb5b954 Forward port additional tests from 2.7 (issue #14829). 16 May 2012, 13:01:40 UTC
a103b96 Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. 16 May 2012, 12:37:54 UTC
5cdc630 Cleanup so subsequent tests won't fail. Needs to be moved into a support routine (see 14715). 16 May 2012, 08:48:04 UTC
28e68ea #1440472: reflow 16 May 2012, 02:13:29 UTC
ea1badb #1440472: Explain that email parser/generator isn't *quite* "idempotent" 16 May 2012, 02:07:52 UTC
4d377d9 Issue #14777: In an X11 windowing environment, tkinter may return undecoded UTF-8 bytes as a string when accessing the Tk clipboard. Modify clipboad_get() to first request type UTF8_STRING when no specific type is requested in an X11 windowing environment, falling back to the current default type STRING if that fails. Original patch by Thomas Kluyver. 16 May 2012, 01:08:11 UTC
a790c9b Issue #14817: Add rudimentary tests for pkgutil.extend_path. 16 May 2012, 00:44:06 UTC
0ea91cb Issue12541 - Add UserWarning for unquoted realms 15 May 2012, 15:59:42 UTC
34f3fcc Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. G: changed Misc/NEWS 15 May 2012, 14:30:25 UTC
539f239 #14766: Reflow the altered paragraphs. 15 May 2012, 02:17:23 UTC
9075d8b #14766: Add correct algorithm for when a 'time' object is naive. This patch also clarifies the definition of Naive and Aware. Original patch by Greg Weller, I modified the first hunk somewhat to make the exposition even clearer (I hope). 15 May 2012, 02:14:46 UTC
1f24548 bsddb never existed in 3.x, no need to keep downloading sleepycat 15 May 2012, 00:42:36 UTC
072e4a3 Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). Patch by Hynek. 14 May 2012, 17:44:59 UTC
2d82d04 Stop deleting non-existing bytecode files. 14 May 2012, 16:18:07 UTC
a1433fe Remove tab characters 14 May 2012, 12:43:25 UTC
682d94c Use size_t, not ssize_t (issue #14801). 14 May 2012, 12:43:03 UTC
87960da Upgrade bzip2 to 1.0.6. 14 May 2012, 12:13:48 UTC
e768b06 #14405: remove outdated/broken/duplicate links. 14 May 2012, 10:26:45 UTC
ba3b0d8 Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejewski-Szmek for some of the wording. 13 May 2012, 20:00:35 UTC
b35480e #14770: improve the library FAQ. 13 May 2012, 17:14:04 UTC
3918b1e Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe 13 May 2012, 09:01:20 UTC
38b86b4 correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ 12 May 2012, 21:29:32 UTC
5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not support chflag operations. (Patch by Hynek Schlawack) 11 May 2012, 00:21:23 UTC
1682e5d Issue #14157: Fix time.strptime failing without a year on February 29th. Patch by Hynek Schlawack. 10 May 2012, 18:17:46 UTC
a9494f6 Some nits in the pickle docs. 10 May 2012, 13:38:30 UTC
cc6c673 Removed outdated statement about pickle's and marshal's relative performance. 10 May 2012, 13:18:20 UTC
bf3165b #14763: document default maxsplit value for str.split. 10 May 2012, 12:30:42 UTC
7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' 10 May 2012, 03:10:50 UTC
d576c71 Issue #14761: Fix potential leak on an error case in the import machinery. 09 May 2012, 11:24:31 UTC
b98b37f Improve the grammar of a non-sentence. 09 May 2012, 01:28:24 UTC
89a6e9a fix possible refleak (closes #14752) 08 May 2012, 13:22:24 UTC
d9e4a41 Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c. 08 May 2012, 10:51:18 UTC
3b66623 remove basically bitrotted XXXs 08 May 2012, 02:23:48 UTC
da029fb Issue #14741: Fix missing support for ellipsis in parser module. 07 May 2012, 16:24:04 UTC
11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. 07 May 2012, 15:34:34 UTC
cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. 07 May 2012, 11:01:27 UTC
640335c Fix issue number in Misc/NEWS. 07 May 2012, 09:24:02 UTC
0958a4d Fix document title for Sphinx. 06 May 2012, 19:39:35 UTC
1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. 06 May 2012, 16:27:39 UTC
9ab3fdd #14034: fix indentation. 06 May 2012, 14:05:16 UTC
6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. 06 May 2012, 13:15:35 UTC
b4c8902 #13183: backport fixes to test_pdb to 3.2 branch 06 May 2012, 09:50:00 UTC
7ef909c Fix for issue 14725 for 3.2 branch 05 May 2012, 19:41:23 UTC
16f6f83 Fix test connecting to sha256.tbs-internet.com. The certificate has changed and the test now needs SNI to pass. 04 May 2012, 14:26:02 UTC
ab3da29 close() doesn't take any args (closes #14717) 03 May 2012, 22:44:09 UTC
89282af Changed order of cleanup operations to be more sensible. 03 May 2012, 11:06:52 UTC
39687ee os.popen().close() returns None on success, not 0... 02 May 2012, 18:49:14 UTC
e8a255a Issue #14698: Make test_posix more robust when the current UID doesn't have an associated pwd entry. 02 May 2012, 18:01:38 UTC
cb17204 fix windows test failure - issue13183 02 May 2012, 00:00:22 UTC
7295c6a fix calling the classmethod descriptor directly (closes #14699) 01 May 2012, 13:51:09 UTC
42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye 01 May 2012, 02:07:49 UTC
2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. 30 April 2012, 18:14:02 UTC
3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. 30 April 2012, 16:10:28 UTC
290416f Issue11352 - Update cgi module docs 30 April 2012, 14:43:13 UTC
e654c11 Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. 30 April 2012, 04:10:41 UTC
b8f02b5 fixed test_imaplib failure on Win 29 April 2012, 22:16:46 UTC
407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. 29 April 2012, 21:18:31 UTC
2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near the DST transition. Patch by Joe Peterson. 29 April 2012, 19:56:49 UTC
ea7e9f9 Issue #9154: Fix parser module to understand function annotations. 29 April 2012, 17:34:40 UTC
99a5638 Issue 14688: Fix typo 29 April 2012, 16:32:30 UTC
3899283 #14236: fix docs for \S. 29 April 2012, 10:35:55 UTC
a0b1d1e #14519: fix the regex used in the scanf example. 29 April 2012, 08:47:28 UTC
b8e336b Fix markup in unittest doc. 29 April 2012, 07:52:18 UTC
back to top