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

sort by:
Revision Author Date Message Commit Date
773468f Ditch the 'self' argument in importlib docs since it's implied. 02 August 2012, 21:35:34 UTC
b3f5501 Close #15534: Fix a typo in the fast search function of the string library (_s => s) Replace _s with ptr to avoid future confusion. Add also non regression tests. 02 August 2012, 21:05:01 UTC
77821b6 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. Patch by Philipp Hagemeister. 02 August 2012, 18:39:10 UTC
a9a53c7 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. Patch by Philipp Hagemeister. 02 August 2012, 18:37:12 UTC
4941774 Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue 02 August 2012, 13:03:58 UTC
e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant 02 August 2012, 12:02:35 UTC
ff79486 Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow 02 August 2012, 11:45:24 UTC
8a9080f Issue #15502: Bring the importlib ABCs into line with the current state of the import protocols given PEP 420. Original patch by Eric Snow. 02 August 2012, 11:26:03 UTC
f37c0c7 Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py 01 August 2012, 23:56:39 UTC
a90f311 Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close) 01 August 2012, 22:05:41 UTC
98516a6 Fix findnocoding.p and pysource.py scripts I suppose that these scripts didn't work since Python 3.0. 01 August 2012, 18:12:51 UTC
7c7ea62 Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows if the bytes filenames cannot be encoded from the file system (ANSI) code page 01 August 2012, 18:03:49 UTC
53386d8 Issue #15463: Write a test for faulthandler truncating the name of functions to 500 characters. 01 August 2012, 17:45:34 UTC
98a387b Fix the user signal handler of faulthandler Don't exit the tstate is NULL to restore the errno and chain the signal handler if needed. 01 August 2012, 17:36:36 UTC
b303580 Issue #15525: Increase timeout when TerminateProcess() fails 01 August 2012, 16:44:18 UTC
c86e8d9 Improve wording for __hash__ 01 August 2012, 12:53:22 UTC
0209dc1 Clarify that hash randomization is on by default 01 August 2012, 12:53:16 UTC
a562ed0 Issue #8847: Merge with 3.2 01 August 2012, 09:09:55 UTC
d49b323 Issue #8847: Disable COMDAT folding in Windows PGO builds. Patch by Stefan Krah. 01 August 2012, 09:06:53 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
b685d19 merge heads 01 August 2012, 04:50:11 UTC
481ae50 construct fields in the right order (closes #15517) Patch from Taihyun Hwang. 01 August 2012, 04:41:56 UTC
c9aa321 Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser 01 August 2012, 01:57:52 UTC
0efcf99 abc fixes. 31 July 2012, 21:52:32 UTC
38f75cb Typo. 31 July 2012, 20:39:43 UTC
dbdc3db - Issue #15295: Reorganize and rewrite the documentation on the import system. 31 July 2012, 20:10:12 UTC
9a5af12 merge 31 July 2012, 20:03:25 UTC
dadebab Finally, a coherent set of terminology for all the lil' beasties involved. 31 July 2012, 20:03:09 UTC
233f684 Issue #9803: Don't close IDLE on saving if breakpoint is open. Patch by Roger Serwy. 31 July 2012, 16:49:38 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
dfd72bb Issue #14814: fix some typos in howto/ipaddress.rst 31 July 2012, 14:25:33 UTC
0e49749 Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects 31 July 2012, 14:23:11 UTC
336d9ac Issue #15425: Don't rely on the assumption that the current working directory is on sys.path (this will hopefully appease the XP buildbots) 31 July 2012, 11:39:42 UTC
42c0766 Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise 31 July 2012, 11:14:18 UTC
73a74da Issue #15231: rephrase the last paragraph slightly 31 July 2012, 03:14:59 UTC
1713f9a Update the string limit in the faulthandler documentations 31 July 2012, 01:25:28 UTC
d5698cb Fix initialization of the faulthandler module faulthandler requires the importlib if "-X faulthandler" option is present on the command line, so initialize faulthandler after importlib. Add also an unit test. 31 July 2012, 00:55:49 UTC
60622ed Minor markup tweak. 30 July 2012, 23:31:00 UTC
73df364 Add a versionchanged mention to __import__ in regards to negative level values. 30 July 2012, 22:35:17 UTC
722d3ae Issue #15508: Fix the docstring for __import__ to not mention negative 'level' values and set its document default value to 0. Thanks to Arfrever Frehtes Taifersar Arahesis for filing the bug. 30 July 2012, 21:45:54 UTC
cbc4c19 Another XXX. 30 July 2012, 20:57:20 UTC
c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for those which now have additional XXX's here. I'll get to those later. :) 30 July 2012, 20:24:12 UTC
38732ea merge 30 July 2012, 18:34:43 UTC
504ba31 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. 30 July 2012, 17:01:13 UTC
1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. 30 July 2012, 16:59:53 UTC
754d5ef Better test for BytesIO.__sizeof__, now that the struct module supports (s)size_t. Followup to issue #15489. 30 July 2012, 11:58:42 UTC
f2fdd31 merge 30 July 2012, 11:20:51 UTC
79a348a null merge 30 July 2012, 11:14:18 UTC
3b79668 Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. 30 July 2012, 11:09:32 UTC
54f939b Issue #15463: the faulthandler module truncates strings to 500 characters, instead of 100, to be able to display long file paths 30 July 2012, 11:08:58 UTC
eb00d09 Issue #14018: merge 30 July 2012, 10:38:02 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
2910a7b Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. Also add tests in the OS X installer build to ensure that the desired dynamic linking with an optional newer Tcl/Tk in /Library actually happens. 30 July 2012, 09:35:58 UTC
5d6aeb8 Fix invalid UTF-8 encoding in commit message. 30 July 2012, 09:34:03 UTC
57911f6 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. Patch by Serhiy Storchaka. 29 July 2012, 22:01:44 UTC
8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. Patch by Serhiy Storchaka. 29 July 2012, 22:01:06 UTC
dee609c merged 29 July 2012, 20:40:04 UTC
dde56f4 Add NEWS 29 July 2012, 20:37:33 UTC
d7d2194 Integration of importdocs from the features/pep-420 repo. 29 July 2012, 20:36:17 UTC
a264384 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. Patch by Serhiy Storchaka. 29 July 2012, 17:04:57 UTC
10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. Patch by Serhiy Storchaka. 29 July 2012, 17:02:46 UTC
2b16844 Issue #15467: Merge 3.2 29 July 2012, 14:38:45 UTC
33f7997 Issue #15467: Move helpers for __sizeof__ tests into test_support. Patch by Serhiy Storchaka. 29 July 2012, 14:33:05 UTC
5ee9892 Close #15425: Eliminate more importlib related traceback noise 29 July 2012, 10:30:36 UTC
bb9b1c1 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. 29 July 2012, 03:32:50 UTC
90bc2db Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. 29 July 2012, 03:16:39 UTC
dbf616d Issue #15431: Drop _freeze_importlib from all build configurations, to prevent constant regeneration of importlib.h. 28 July 2012, 19:59:05 UTC
ee365ac Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only. 28 July 2012, 19:55:20 UTC
e3010a8 Issue #14578: Support modules registered in the Windows registry again. Patch by Amaury Forgeot d'Arc. 28 July 2012, 19:33:05 UTC
96d97ec Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows. Patch by Kristján Valur Jónsson. 28 July 2012, 18:46:52 UTC
79b7ea1 Commit unsaved edits. 28 July 2012, 17:51:41 UTC
7e39572 Issue #15466: Stop using TYPE_INT64 in marshal, to make importlib.h (and other byte code files) equal between 32-bit and 64-bit systems. 28 July 2012, 17:44:05 UTC
5562d9d Issue #1692335: Move initial args assignment to BaseException.__new__ to help pickling of naive subclasses. 28 July 2012, 16:45:28 UTC
e4c0799 Add unused parameter to a METH_NOARGS function. 28 July 2012, 12:10:02 UTC
b9e36b9 Add unused parameter to a couple of METH_NOARGS functions. The previous form is used in many places in the source tree, but was found to be incorrect in a recent tracker discussion. 28 July 2012, 11:53:47 UTC
7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. 28 July 2012, 10:25:55 UTC
6c779ea Issue #15364: Fix test_srcdir for the installed case. 28 July 2012, 06:37:04 UTC
9e4bfb6 Dummy merge. 27 July 2012, 13:55:17 UTC
b15e622 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. Original patch by J Derek Wilson. 27 July 2012, 13:19:00 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
46874ad Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. 27 July 2012, 11:06:55 UTC
a61b459 Merged documentation update from 3.2. 27 July 2012, 09:55:16 UTC
a58d668 Improved cookbook entry and fixed typo. 27 July 2012, 09:54:10 UTC
9eeea48 - Issue #15458: python-config gets a new option --configdir to print the $LIBPL value. 26 July 2012, 22:12:07 UTC
3bbd2fa Issue #15456: Fix code __sizeof__ after #12399 change. Patch by Serhiy Storchaka. 26 July 2012, 20:23:23 UTC
d0118e1 Restored test by specifying that the symlink links to a target (currently required for Windows symlinks). See issue15093 for details. 26 July 2012, 19:21:17 UTC
69f3439 Issue #15041: update "see also" list in tkinter documentation. 26 July 2012, 14:16:24 UTC
e708a8a Issue #15041: update "see also" list in tkinter documentation. 26 July 2012, 14:02:57 UTC
0b9e7b9 Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. Patch by Chris Jerdonek. 25 July 2012, 22:47:15 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
c5618f0 Mention the *limit* argument of TextIO.readline(). 25 July 2012, 20:40:05 UTC
707bd4e Mention the *limit* argument of TextIO.readline(). 25 July 2012, 20:38:33 UTC
f7dbb0f Closes #15445: Merged documentation update from 3.2. 25 July 2012, 18:20:32 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
0994148 merge 3.2 25 July 2012, 09:33:02 UTC
30d5e6c Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy. 25 July 2012, 09:32:26 UTC
f4b341b merge 3.2 25 July 2012, 08:49:32 UTC
c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. 25 July 2012, 08:47:20 UTC
f3923e9 Issue #15413: os.times() had disappeared under Windows. 24 July 2012, 19:23:53 UTC
4c66896 #15232: make NEWS entry more accurate. 24 July 2012, 18:24:13 UTC
back to top