Wed, 02 Nov 2011 10:17:20 +0100 |
Martin v. Löwis |
Document PEP 382. pep-382 tip |
Wed, 02 Nov 2011 09:58:58 +0100 |
Martin v. Löwis |
Extend importlib to support package portions. pep-382 |
Tue, 01 Nov 2011 18:11:02 +0100 |
Martin v. Löwis |
Rename find_partial_package to find_package_portion. pep-382 |
Tue, 01 Nov 2011 16:50:31 +0100 |
Martin v. Löwis |
merge with default pep-382 |
Tue, 01 Nov 2011 23:49:46 +0800 |
Senthil Kumaran |
Append HTTPSHandler to __all__ when it is available. default |
Tue, 01 Nov 2011 23:20:31 +0800 |
Senthil Kumaran |
issue13287 - Define __all__ for urllib.request and urllib.error and expose only |
Tue, 01 Nov 2011 16:07:23 +0100 |
Florent Xicluna |
Troubleshoot issue #13309 on Gentoo buildbot. |
Tue, 01 Nov 2011 15:12:34 +0100 |
Florent Xicluna |
Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot. |
Tue, 01 Nov 2011 14:11:34 +0100 |
Florent Xicluna |
Test the year range supported by time.strftime() and time.asctime(). |
Tue, 01 Nov 2011 15:02:16 +0200 |
Ezio Melotti |
Merge test fixes from 3.2. |
Tue, 01 Nov 2011 15:00:59 +0200 |
Ezio Melotti |
Avoid reusing the same collector in the tests. 3.2 |
Tue, 01 Nov 2011 14:43:51 +0200 |
Ezio Melotti |
#12008: merge with 3.2. |
Tue, 01 Nov 2011 14:42:54 +0200 |
Ezio Melotti |
#12008: add a test. 3.2 |
Fri, 14 Oct 2011 15:35:36 +0200 |
Martin v. Löwis |
Replace {Get,Set,Has}AttrString with *AttrId. |
Tue, 01 Nov 2011 14:14:15 +0200 |
Ezio Melotti |
#670664: merge with 3.2. |
Tue, 01 Nov 2011 14:12:22 +0200 |
Ezio Melotti |
#670664: Fix HTMLParser to correctly handle the content of ```` and ````. 3.2 |
Tue, 01 Nov 2011 14:09:56 +0200 |
Ezio Melotti |
#670664: Fix HTMLParser to correctly handle the content of ```` and ````. 2.7 |
Tue, 01 Nov 2011 12:56:14 +0100 |
Florent Xicluna |
Strengthen the tests for format '%Y', in relation with issue #13305. |
Tue, 01 Nov 2011 10:32:22 +0100 |
Sandro Tosi |
merge with 3.2 |
Tue, 01 Nov 2011 10:32:05 +0100 |
Sandro Tosi |
correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ 3.2 |
Tue, 01 Nov 2011 10:31:26 +0100 |
Sandro Tosi |
correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ 2.7 |
Tue, 01 Nov 2011 16:49:45 +0100 |
Martin v. Löwis |
Add zipimport support for PEP 382. pep-382 |
Tue, 01 Nov 2011 13:54:56 +0100 |
Martin v. Löwis |
Support extending the path for packages with __init__.py. pep-382 |
Tue, 01 Nov 2011 13:05:56 +0100 |
Martin v. Löwis |
Add test case for namespace packages; add namespace packages to sys.path. pep-382 |
Tue, 01 Nov 2011 09:03:21 +0100 |
Martin v. Löwis |
Start with revised PEP 382 implementation. pep-382 |
Mon, 31 Oct 2011 16:22:53 -0700 |
Ned Deily |
Issue #13304: Skip test case if user site-packages disabled (-s or |
Mon, 31 Oct 2011 16:16:35 -0700 |
Ned Deily |
Issue #13304: Skip test case if user site-packages disabled (-s or 3.2 |
Mon, 31 Oct 2011 16:14:52 -0700 |
Ned Deily |
Issue #13304: Skip test case if user site-packages disabled (-s or 2.7 |
Tue, 01 Nov 2011 00:06:58 +0100 |
Florent Xicluna |
Fix regression due to changeset 2096158376e5 (issue #13305). |
Mon, 31 Oct 2011 20:47:31 +0100 |
Charles-François Natali |
Issue #13303: Fix a race condition in the bytecode file creation. |
Mon, 31 Oct 2011 20:23:00 +0100 |
Antoine Pitrou |
Backout redundant changeset 1de4d92cd6a4 2.7 |
Tue, 01 Nov 2011 02:44:45 +0800 |
Senthil Kumaran |
Port to 2.7 - issue 10817 - Fix urlretrieve function to raise 2.7 |
Mon, 31 Oct 2011 20:34:46 +0200 |
Ross Lagerwall |
Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). |
Mon, 31 Oct 2011 19:23:25 +0100 |
Sandro Tosi |
merge heads 2.7 |
Mon, 31 Oct 2011 19:19:26 +0100 |
Sandro Tosi |
really use backticks in string conversion definition; thanks to Jonathan Blakes from docs@ 2.7 |
Mon, 31 Oct 2011 14:08:15 -0400 |
Barry Warsaw |
test_protocol_sslv2(): Skip this test if ssl.PROTOCOL_SSLv2 is not 2.7 |
Tue, 01 Nov 2011 01:39:49 +0800 |
Senthil Kumaran |
merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError |
Tue, 01 Nov 2011 01:35:17 +0800 |
Senthil Kumaran |
Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError 3.2 |
Mon, 31 Oct 2011 17:46:25 +0100 |
Sandro Tosi |
merge with 3.2 |
Mon, 31 Oct 2011 17:46:04 +0100 |
Sandro Tosi |
use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ 3.2 |
Mon, 31 Oct 2011 17:45:09 +0100 |
Sandro Tosi |
use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ 2.7 |
Mon, 31 Oct 2011 17:16:03 +0100 |
Sandro Tosi |
merge with 3.2 |
Mon, 31 Oct 2011 17:15:39 +0100 |
Sandro Tosi |
remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ 3.2 |
Mon, 31 Oct 2011 17:15:03 +0100 |
Sandro Tosi |
remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ 2.7 |
Mon, 31 Oct 2011 16:04:12 +0100 |
Jesus Cea |
MERGE: Closes #13283: removal of two unused variable in locale.py |
Mon, 31 Oct 2011 16:03:34 +0100 |
Jesus Cea |
Closes #13283: removal of two unused variable in locale.py 3.2 |
Mon, 31 Oct 2011 16:02:12 +0100 |
Jesus Cea |
Closes #13283: removal of two unused variable in locale.py 2.7 |
Mon, 31 Oct 2011 12:40:25 +0100 |
Martin v. Löwis |
merge closing of 2.5 branch 2.7 |
Mon, 31 Oct 2011 12:39:25 +0100 |
Martin v. Löwis |
merge closing of 2.5 branch 2.6 |
Mon, 31 Oct 2011 12:38:50 +0100 |
Martin v. Löwis |
2.5 is no longer maintained 2.5 |
Mon, 31 Oct 2011 11:48:09 +0100 |
Victor Stinner |
Issue #13226: Update sys.setdlopenflags() docstring |
Mon, 31 Oct 2011 12:08:09 +0100 |
Charles-François Natali |
test_asyncore: Enable tests of Unix domain sockets with poll(). |
Mon, 31 Oct 2011 10:13:30 +0100 |
Sandro Tosi |
merge with 3.2 |
Mon, 31 Oct 2011 10:12:43 +0100 |
Sandro Tosi |
document turtle done() function; thanks to Csaba Szepesvari from docs@ 3.2 |
Mon, 31 Oct 2011 10:08:14 +0100 |
Sandro Tosi |
document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from docs@ 2.7 |
Mon, 31 Oct 2011 09:05:10 +0100 |
Martin v. Löwis |
Drop unused variable. |
Mon, 31 Oct 2011 09:01:22 +0100 |
Martin v. Löwis |
Fix typo. |
Mon, 31 Oct 2011 08:40:56 +0100 |
Martin v. Löwis |
Drop Py_UCS4_ functions. Closes #13246. |
Mon, 31 Oct 2011 08:33:37 +0100 |
Martin v. Löwis |
Replace Py_UCS4_ API with Unicode API. |
Sun, 30 Oct 2011 20:05:30 -0700 |
Ned Deily |
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. |