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

sort by:
Revision Author Date Message Commit Date
002a77d Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit platforms. Patch by Federico Schwindt. 06 May 2013, 19:24:31 UTC
d08b210 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) 06 May 2013, 18:47:15 UTC
25cd091 #14187: Add glossary entry for 'function annotations'. Patch by Chris Rebert. 06 May 2013, 16:58:16 UTC
def51ca Issue #17805: Add AsyncResult alias for ApplyResult 06 May 2013, 11:10:04 UTC
9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. 06 May 2013, 03:15:44 UTC
44571da Issue 17862: Improve the signature of itertools grouper() recipe. Putting *n* after the *iterable* matches the signature of other itertools and recipes. Also, it reads better. Suggested by Ezio Melotti. 06 May 2013, 02:53:41 UTC
5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. 05 May 2013, 16:34:21 UTC
fd417cc Fix crash caused by 8c1385205a35 (thanks Arfrever for reporting). 05 May 2013, 06:12:42 UTC
dea2ec4 Fix a test to not use an assertion for something that could be legitimately false. 04 May 2013, 22:11:12 UTC
c8c952c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. 04 May 2013, 21:16:59 UTC
957a23b Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. 04 May 2013, 18:45:02 UTC
5de183a Elaborate on bytes-like objects. 04 May 2013, 18:18:34 UTC
c228e96 #16518: use "bytes-like object" throughout the docs. 04 May 2013, 15:06:34 UTC
28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. 04 May 2013, 14:46:23 UTC
59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. 04 May 2013, 12:12:55 UTC
9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when trying to load an extension module. While at it, also add a proper unittest.skipIf() guard to another test involving imp.load_dynamic(). 03 May 2013, 14:37:08 UTC
b98dcc1 Issue #15535: Fix pickling of named tuples. 03 May 2013, 09:24:15 UTC
8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. 01 May 2013, 13:18:25 UTC
a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file descriptor supported. 01 May 2013, 13:12:20 UTC
81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. 30 April 2013, 22:15:44 UTC
aa54e2f #16518: add "bytes-like object" to the glossary. 30 April 2013, 20:33:31 UTC
ab6ab15 #17881: clarify documentation of plistlib. 30 April 2013, 13:34:04 UTC
5d6620d fix the news entry, the description in 3.3 should be different than the one merged from 3.2 to match the actual changes here. 30 April 2013, 08:01:54 UTC
fde108b news entry 30 April 2013, 07:58:24 UTC
cf86d94 news entry 30 April 2013, 07:57:18 UTC
671905d null merge 30 April 2013, 07:05:50 UTC
910bfb7 This local change was lost during the fixing of issue17192 to update libffi to 3.0.13. (i'm not sure if it is needed anymore but see issue 10309 for details which makes no mention of upstream; this change is already in 3.3 and 3.4 but may need reapplying to 2.7 as done here) 30 April 2013, 07:05:25 UTC
5dc268e * Fix remaining bits of issue 17192 for 3.3 - these changes were missing from a messed up merge during the libffi 3.0.13 import. the diffs from upstream libffi 3.0.13 are now small. 30 April 2013, 07:03:01 UTC
e9d0633 * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch that was undone in the merge fun from upstream which already had it in 3.0.13. * Add the missing update to libffi.info. 30 April 2013, 06:47:17 UTC
9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone in the merge fun from upstream which already had it in 3.0.13. * Add the missing update to libffi.info. 30 April 2013, 06:45:38 UTC
fe1b22a ignore errors when trying to fetch sys.stdin.encoding (closes #17863) 29 April 2013, 14:23:08 UTC
7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) 29 April 2013, 13:08:14 UTC
775ccdf #7152: Remove incorrectly added reference to DataHandler. 28 April 2013, 21:06:01 UTC
5a4c233 Issue #17358: imp.load_source() and load_compiled() should now return modules which will typically work when reloaded. A hack is used to support these functions as their API allowed them to pass in a file object but then operate as if import had loaded them. Unfortunately the hack kept a reference around for the file object passed in which would be unusable on reload since it had been closed. The solution is to simply use the hack for the initial load but then a proper loader on the module so that imp.reload() at least has a chance to work. 28 April 2013, 15:53:26 UTC
9330a94 Reflow paragraphs. I know one of them looks worse, but now it is <80 chars and matches the 2.7 text. 28 April 2013, 15:24:35 UTC
5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. Behavior confirmation and initial patch by Jessica McKellar. 28 April 2013, 15:07:16 UTC
abac0a7 Added base64 module tests for non-binary files. 28 April 2013, 12:56:11 UTC
017523c Issue #17842. Added base64 module tests with bytearray arguments. Original patch by Kushal Das. 28 April 2013, 12:53:08 UTC
d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4. 28 April 2013, 11:10:27 UTC
4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). 28 April 2013, 03:20:32 UTC
e1a1674 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. 24 April 2013, 21:31:38 UTC
6ae4667 clean the environment from pre-existing PYTHONWARNINGS for test_warnings 23 April 2013, 23:49:52 UTC
20ea96f backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 23 April 2013, 23:29:26 UTC
fa60818 fix character index in ExtendedInterpolation's exception message 23 April 2013, 23:25:18 UTC
326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures Without this changeset plistlib would write empty tags for plistlib.Data objects in deeply nested datastructures. Fixes #17353 23 April 2013, 11:47:22 UTC
d638381 #17729: remove the Advocacy HOWTO from the index. 23 April 2013, 06:56:30 UTC
8bdcaf7 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. 23 April 2013, 06:24:51 UTC
81a5855 Issue #11714: Use 'with' statements to assure a Semaphore releases a condition variable. Original patch by Thomas Rachel. 22 April 2013, 19:51:43 UTC
d4cb4b7 Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner 22 April 2013, 12:25:25 UTC
e917052 Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. 22 April 2013, 09:07:40 UTC
25187e6 #15575: Clarify tutorial description of when modules are executed. 21 April 2013, 20:58:36 UTC
bebe91a Issue #17670: Provide an example of expandtabs() usage. 21 April 2013, 20:05:21 UTC
4140fb5 #17065: Use process-unique key for winreg test. Patch by Jeremy Kloth. 21 April 2013, 14:08:02 UTC
637c7c4 Fix reference leak in _pickle. 21 April 2013, 04:28:21 UTC
6b02772 Remove trailing whitespace. 21 April 2013, 01:07:51 UTC
65f7a9e Remove duplicated tests. 21 April 2013, 00:55:17 UTC
67804e9 Issue #17801: fix shebang line of gprof2html.py 20 April 2013, 21:07:43 UTC
1f7492c Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler to correctly process the opcode when it is used on non-list objects. 20 April 2013, 20:19:46 UTC
bdf940d #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. 20 April 2013, 17:37:34 UTC
3583761 #17413: make sure settrace funcs get passed exception instances for 'value'. Patch by Ingrid Cheung and Brendan McLoughlin. 19 April 2013, 16:56:57 UTC
0aa685a Minor typo in example. 19 April 2013, 15:32:25 UTC
1b6424f Fix indentation. 19 April 2013, 04:10:09 UTC
ab5ba79 #17790: test_set now works with unittest test discovery. Patch by Zachary Ware. 19 April 2013, 02:58:44 UTC
3e4a98b #17789: test_random now works with unittest test discovery. Patch by Zachary Ware. 19 April 2013, 02:45:27 UTC
aaa5d1c #17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware. 19 April 2013, 02:38:18 UTC
bca1a26 #17135: Add note in imp to use importlib for new programs. 18 April 2013, 13:51:17 UTC
0471ac3 Merge. 17 April 2013, 20:16:52 UTC
cf8a1e5 - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long. 17 April 2013, 20:06:44 UTC
409c313 Issue #17555: Fix ForkAwareThreadLock so that size of after fork registry does not grow exponentially with generation of process. 17 April 2013, 19:58:00 UTC
b38897f Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. 17 April 2013, 11:08:59 UTC
643ea53 #14735: Update IDLE docs to omit "Control-z on Windows". 17 April 2013, 05:22:50 UTC
a68c1ab #17771: fix typo. Patch by Andriy Mysyk. 17 April 2013, 04:34:13 UTC
d13c008 #17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware. 17 April 2013, 01:34:05 UTC
c048d98 #17740: fix links to the socket function. Initial patch by Zachary Ware. 17 April 2013, 01:10:26 UTC
d34941a Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. Thanks to David D Lowe for reporting. 16 April 2013, 18:27:17 UTC
20c08c8 Remove unused import. 16 April 2013, 15:18:53 UTC
618738b - Issue #17012: shutil.which() no longer fallbacks to the PATH environment variable if empty path argument is specified. Patch by Serhiy Storchaka. 16 April 2013, 15:05:03 UTC
51ce29c remove pointless code (closes #17738) 16 April 2013, 01:38:25 UTC
3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. 15 April 2013, 19:51:09 UTC
ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. 15 April 2013, 16:08:31 UTC
45fe62d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. 15 April 2013, 13:51:54 UTC
f1465f0 Close #17731: Clean up properly in test_import 15 April 2013, 12:56:51 UTC
26dfaac #17341: Include name in re error message about invalid group name. Patch by Jason Michalski. 14 April 2013, 17:00:54 UTC
f2fa5fc Issue #17221: Resort Misc/NEWS. 14 April 2013, 15:53:39 UTC
839e5ea Issue #17702: use assertRaises() for the unit test 14 April 2013, 14:43:03 UTC
6d10139 Close #17702: os.environ now raises KeyError with the original environment variable name (str on UNIX), instead of using the encoded name (bytes on UNIX). 14 April 2013, 14:35:04 UTC
c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers 14 April 2013, 12:30:42 UTC
8157459 Merge heads. 14 April 2013, 10:31:40 UTC
8db89ca Issue #16550: Update the opcode descriptions of pickletools to use unsigned integers where appropriate. Initial patch by Serhiy Storchaka. 14 April 2013, 10:30:35 UTC
1aca953 Fix example ignoring ".svn" directories in compileall. 14 April 2013, 10:02:43 UTC
1e1134a The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) 14 April 2013, 09:58:54 UTC
5e2954e Clarify that the function *definition* creates the function and the binding in the module globals. 14 April 2013, 09:47:46 UTC
1d472b7 Closes #14462: allow any valid Python identifier in sre group names, as documented. 14 April 2013, 09:40:00 UTC
991fc57 Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, PyErr_SetFromWindowsErrWithFilenameObject, and PyErr_SetExcFromWindowsErrWithFilenameObject. Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented. 14 April 2013, 09:12:16 UTC
5c4874f Merge heads. 14 April 2013, 09:10:14 UTC
a204636 bind('') does not do the same as bind('localhost') 14 April 2013, 08:59:04 UTC
5f4b4ac Update code examples using collections.abc classes. 14 April 2013, 08:50:05 UTC
7b8c132 Closes #17726: small clarification in design FAQ. 14 April 2013, 08:31:06 UTC
00d83f2 Clean up error messages raised by save_reduce in _pickle. 14 April 2013, 08:28:01 UTC
e095968 Update using/mac documentation which was still on 2.5. 14 April 2013, 08:17:35 UTC
back to top