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

sort by:
Revision Author Date Message Commit Date
1dd75a6 Backport test_nntplib fixes from default. 25 June 2012, 16:08:54 UTC
62ba042 Issue #15171: Try the HOST_PYTHON hack for 3.2. 25 June 2012, 12:57:18 UTC
b5ba203 Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test to using signal.alarm(1) instead of signal.setitimer(signal.ITIMER_REAL, 0.1). This is an attempt to see if this change is what caused the ubuntu arm buildbot to hang in test_io's test_interrupted_write_retry_text. Discussion in Issue #12268. 25 June 2012, 08:13:32 UTC
33369cf Fix a bunch of "versionchanged" related markup errors. 24 June 2012, 20:48:03 UTC
26af3b2 Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org. 24 June 2012, 18:06:54 UTC
496660c Partial backport of 612f34e31270: fix spacing error in exception message. 24 June 2012, 18:01:05 UTC
5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods no longer lose data when an underlying read system call is interrupted. IOError is no longer raised due to a read system call returning EINTR from within these methods. 24 June 2012, 06:55:39 UTC
8150492 Speed up test_io by >2x by reducing the sleep time using setitimer instead of alarm for the signal tests. 24 June 2012, 06:46:37 UTC
7349eb2 The build target of this makefile is python3.dll, not python32.dll. 23 June 2012, 17:36:08 UTC
99cc629 Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). 23 June 2012, 12:42:38 UTC
b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. 23 June 2012, 11:12:52 UTC
f0acfee Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs 23 June 2012, 10:14:22 UTC
0a22924 Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs 23 June 2012, 09:49:12 UTC
9b0c006 Remove useless test (flowinfo is unsigned). 23 June 2012, 08:17:05 UTC
a07548e Issue #14653: email.utils.mktime_tz() no longer relies on system mktime() when timezone offest is supplied. 22 June 2012, 00:34:09 UTC
9ed8b4e #10053: Don't close FDs when FileIO.__init__ fails Loosely based on the work by Hirokazu Yamamoto. 21 June 2012, 18:20:25 UTC
103e811 Fix GzipFile's handling of filenames given as bytes objects. 19 June 2012, 23:35:22 UTC
f29ec4b Issue #15101: Make pool finalizer avoid joining current thread. 18 June 2012, 14:54:57 UTC
da7a6e7 Fix NEWS entry for #15036 18 June 2012, 07:43:53 UTC
3ac8c78 Update out of date docstring. 17 June 2012, 19:26:35 UTC
f90ea1f #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. 17 June 2012, 12:10:59 UTC
14d99a1 Ignore X-Antivirus headers in test_nntplib 17 June 2012, 11:27:18 UTC
e6ef462 Issue #15095: Use better assertions in test_imaplib 17 June 2012, 11:10:21 UTC
be4e4b5 Issue #15043: skip test_gdb if the custom hooks can't be loaded 17 June 2012, 08:57:20 UTC
50f147a Issue #15044: Handle Fedora 17's approach to ndbm compatibility 17 June 2012, 08:27:11 UTC
02653f1 #15036: Make a repeated changes and flushes work with single-file mailboxes 15 June 2012, 17:59:31 UTC
1377522 Issue #14933: fix misleading doc about weakref support in extension types. 15 June 2012, 17:11:31 UTC
993fe3f Issue #14937: Fix typo. Patch by Roger Serwy. 14 June 2012, 13:37:21 UTC
27b130e Issue #15060: better fix, thanks to review on #python-dev 13 June 2012, 22:37:09 UTC
56692f5 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik 13 June 2012, 21:58:54 UTC
197651b Issue #10133: Make multiprocessing deallocate buffer if socket read fails. Patch by Hallvard B Furuseth. 11 June 2012, 14:12:12 UTC
2a2ce4f Issue #12510: Revise and triple # of calltip tests, with an eye to unittest use. Make the get_entity 'method' a module function as it did not use 'self'. Delete buggy _find_constructor function that is not needed, at least in 3.x. Revise get_argspec so all tests pass. Add and fix NEWS entries. 07 June 2012, 23:41:04 UTC
29471de Issue #13854: Properly handle non-integer, non-string arg to SystemExit Previously multiprocessing only expected int or str. It also wrongly used an exit code of 1 when the argument was a string instead of zero. 06 June 2012, 18:04:57 UTC
e41682b Issue #12157: pool.map() does not handle empty iterable correctly Initial patch by mouad 06 June 2012, 18:04:57 UTC
a3a164a Nudge readers towards a more accurate mental model for loop else clauses 07 June 2012, 12:41:34 UTC
58f07a9 Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. 05 June 2012, 20:26:39 UTC
2d7d56a Revert the modification of e.strerror in 3.2 as that kind of change could break someone's over specified test that depends on the exact error message. 03 June 2012, 21:39:26 UTC
61ed804 Move the 14992 note to the correct section. 03 June 2012, 21:36:01 UTC
a81c856 Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError when the path existed and had the S_ISGID mode bit set when it was not explicitly asked for. This is no longer an exception as mkdir cannot control if the OS sets that bit for it or not. 03 June 2012, 21:30:44 UTC
9f44a66 PEP 3131: support non-ASCII characters in auto-completion of identifiers. 03 June 2012, 10:32:42 UTC
97aa21b Do not try to insert control characters. 03 June 2012, 10:26:09 UTC
862d13a Issue #14937: Perform auto-completion of filenames in strings even for non-ASCII filenames. 03 June 2012, 09:55:32 UTC
e606e23 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name 'name' to 'expression' as the latter is what the string actually represents. The bug in this issue was only catching NameError and AttributeError when evaluating an expression that was not necessarily a name. 03 June 2012, 04:27:54 UTC
a948c79 Issue 10365: Add and replace comments; condense defaulted attribute access. Code patch by Roger Serwy. 03 June 2012, 00:22:58 UTC
7f67133 backport c4bd68be5fc6 to 3.2 02 June 2012, 21:41:19 UTC
29d09aa Issue #14926: fix docstring highlight 02 June 2012, 17:40:02 UTC
964f205 refer to time.strftime 02 June 2012, 16:22:02 UTC
554b348 #14957: fix doc typo. 02 June 2012, 15:20:29 UTC
8e8fbea don't leak if the __class__ closure is set 02 June 2012, 06:57:36 UTC
ae1b94b #14957: clarify splitlines docs. Initial patch by Michael Driscoll, I added the example. 01 June 2012, 20:19:36 UTC
3f7d1d3 Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck 01 June 2012, 18:23:20 UTC
8b2a56b Issue #14962: Update text coloring in IDLE shell window after changing options. Patch by Roger Serwy. 31 May 2012, 16:17:29 UTC
d70be9b Added test skip under Windows, as not applicable there. 31 May 2012, 11:37:04 UTC
cf4a1b7 Add news item for #14943 29 May 2012, 23:41:30 UTC
13c7034 Fix #14943. Update the proper default value and list the proper argument names in the explanation. 29 May 2012, 23:34:45 UTC
3aee941 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. 29 May 2012, 17:43:36 UTC
e1ad3da Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. Additional comments by Tim Silk. 28 May 2012, 20:22:34 UTC
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
back to top