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

sort by:
Revision Author Date Message Commit Date
e0c3f5e Close #15559: Implementing __index__ creates a nasty interaction with the bytes constructor. At least for 3.3, ipaddress objects must now be explicitly converted with int() and thus can't be passed directly to the hex() builtin. 05 August 2012, 08:20:17 UTC
37d3ff1 #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data. 05 August 2012, 00:19:09 UTC
9c92a69 Fix test_venv to work with universal newlines (issue #13119) 04 August 2012, 22:33:10 UTC
6f1a40f Merge universal newlines-related fixes (issue #13119) 04 August 2012, 22:25:31 UTC
ec2d269 Fix universal newlines test to avoid the newline translation done by sys.stdout. 04 August 2012, 22:23:40 UTC
894375a Fix test_sys under Windows (issue #13119) 04 August 2012, 22:15:06 UTC
c4d974d Remove unused variable `trim_get_code`. 04 August 2012, 21:26:25 UTC
15f3d1e Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc 04 August 2012, 18:57:48 UTC
fa556bd Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. Patch by Roger Serwy. 04 August 2012, 18:42:48 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
ba5010a merge with 3.2 04 August 2012, 17:42:46 UTC
da9df92 add missing period; thanks to Gaston Fiore from docs@ 04 August 2012, 17:42:24 UTC
8aaeb2f Merge 04 August 2012, 14:17:10 UTC
8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and os.sched_setaffinity now use regular sets of integers to represent the CPUs a process is restricted to. 04 August 2012, 14:16:35 UTC
8280b4b #15546: Fix BZ2File.read1()'s handling of pathological input data. 04 August 2012, 13:29:28 UTC
d9f38bc asynchat speedup improvement: avoid to use a function mimicking old buffer() builtin behavior; instead use plain slicing 04 August 2012, 12:38:16 UTC
a0e3feb Null merge (fix already applied to the default branch) 03 August 2012, 23:38:16 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
7b3f0fa 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:28:00 UTC
d1f9352 (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't translate newlines on output. 03 August 2012, 23:22:07 UTC
401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't translate newlines on output. 03 August 2012, 23:18:56 UTC
3c25dfb Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). 03 August 2012, 22:56:19 UTC
0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). 03 August 2012, 22:55:38 UTC
ba9b404 MERGE: #15512: Remove remnants of debugging code 03 August 2012, 13:49:40 UTC
676e73b #15512: Remove remnants of debugging code 03 August 2012, 13:49:14 UTC
1659b75 MERGE: Closes #15469: Correct __sizeof__ support for deque 03 August 2012, 12:52:12 UTC
16e2fca Closes #15469: Correct __sizeof__ support for deque 03 August 2012, 12:49:42 UTC
88ca04e MERGE: Closes #15512: Correct __sizeof__ support for parser 03 August 2012, 12:29:26 UTC
e9c5318 Closes #15512: Correct __sizeof__ support for parser 03 August 2012, 12:28:37 UTC
5323173 Closes #15514: Correct __sizeof__ support for cpu_set 03 August 2012, 12:18:11 UTC
077ef45 Update the What's New details for importlib based on doc/ABC changes. 02 August 2012, 21:50:06 UTC
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
back to top