Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t... | Victor Stinner | 2012-08-08 | 1 | -1/+2 |
| | |||||
* | Issue #13072: Fix test_array for Windows with 16-bit wchar_t | Victor Stinner | 2012-08-08 | 1 | -2/+2 |
| | |||||
* | - Issue #11715: Fix multiarch detection without having Debian development | doko@ubuntu.com | 2012-08-08 | 2 | -0/+24 |
| | | | | tools (dpkg-dev) installed. | ||||
* | Issue #15560: Ensure consistent sqlite3 behavior and feature availability | Ned Deily | 2012-08-07 | 2 | -24/+30 |
| | | | | | by building a local copy of libsqlite3 with OS X installers rather than depending on the wide range of versions supplied with various OS X releases. | ||||
* | merge heads | Benjamin Peterson | 2012-08-07 | 8 | -84/+96 |
|\ | |||||
| * | Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's | Brett Cannon | 2012-08-06 | 2 | -5/+7 |
| | | | | | | | | | | | | | | | | | | data. Also alphabetized the attributes in the blacklist to make it easier to detect changes. Initial patch by Éric Araujo. | ||||
| * | Issue #15471: Don't use mutable object as default values for the | Brett Cannon | 2012-08-06 | 6 | -74/+81 |
| | | | | | | | | parameters of importlib.__import__(). | ||||
| * | Merge #15554: clarify splitlines/split differences. | R David Murray | 2012-08-06 | 1 | -5/+8 |
| |\ | | | | | | | | | | Patch by Chris Jerdonek. | ||||
| | * | #15554: clarify splitlines/split differences. | R David Murray | 2012-08-06 | 1 | -5/+8 |
| | | | | | | | | | | | | Patch by Chris Jerdonek. | ||||
* | | | fix yield from return value on custom iterators (closes #15568) | Benjamin Peterson | 2012-08-07 | 3 | -1/+18 |
|/ / | |||||
* | | Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries | Ned Deily | 2012-08-06 | 3 | -105/+93 |
| | | | | | | | | | | to avoid curses.unget_wch bug present in older versions of ncurses such as those shipped with OS X. | ||||
* | | OS X installer cleanups: | Ned Deily | 2012-08-06 | 2 | -7/+27 |
| | | | | | | | | | | | | | | | | - Remove OS X installer and Mac/Makefile dependencies on /Developer which no longer exists with Xcode 4; the referenced tools have been installed into the usr/bin tool root since Xcode 3. - Support adding the SDK usr/bin tool root to the installer's PATH via the SDK_TOOLS_BIN environment variable. | ||||
* | | Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification. | Brett Cannon | 2012-08-06 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Issue #15482: Properly document the default 'level' parameter for | Brett Cannon | 2012-08-06 | 2 | -5/+11 |
| | | | | | | | | | | | | | | __import__(). To help explain why the -1 default value is typically not seen, a note about how import statements only use values of >= 0 is also noted. | ||||
* | | Fix a spelling mistake in a comment. | Brett Cannon | 2012-08-05 | 1 | -1/+1 |
| | | |||||
* | | Close #13072: Restore code before the PEP 393 for the array module | Victor Stinner | 2012-08-05 | 2 | -41/+56 |
| | | | | | | | | | | | | | | | | 'u' format of the array module uses again Py_UNICODE type for backward compatibility with Python 3.2. The only change from Python 3.2 is that PyUnicode_AsUnicode() result is now checked for NULL value. | ||||
* | | merge heads | Ned Deily | 2012-08-05 | 1 | -0/+1 |
|\ \ | |||||
| * \ | merge heads | Benjamin Peterson | 2012-08-05 | 8 | -395/+890 |
| |\ \ | |||||
| * | | | add another testcase | Benjamin Peterson | 2012-08-05 | 1 | -0/+1 |
| | | | | |||||
* | | | | Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. | Ned Deily | 2012-08-05 | 2 | -4/+6 |
| | | | | |||||
* | | | | Issue #15560: null merge | Ned Deily | 2012-08-05 | 0 | -0/+0 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. | Ned Deily | 2012-08-05 | 2 | -4/+6 |
| | | | |||||
* | | | What's New in Python 3.3: Split improved and new modules, start to write a ↵ | Victor Stinner | 2012-08-05 | 1 | -45/+60 |
| | | | | | | | | | | | | summary | ||||
* | | | Complete What's New in Python 3.3. | Victor Stinner | 2012-08-05 | 1 | -18/+81 |
| | | | |||||
* | | | Issue #15548: Update and complete What's New in Python 3.3, especially the ↵ | Victor Stinner | 2012-08-05 | 1 | -73/+82 |
| | | | | | | | | | | | | "os" section | ||||
* | | | os.unlinkat() has been removed, update os.fwalk() doc | Victor Stinner | 2012-08-05 | 1 | -3/+3 |
| | | | |||||
* | | | Merge | Antoine Pitrou | 2012-08-05 | 5 | -17/+13 |
|\ \ \ | |||||
| * | | | Issue #14814: Attempt to clarify network address and broadcast address for ↵ | Nick Coghlan | 2012-08-05 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | less experienced users | ||||
| * | | | #15546: Also fix GzipFile.peek(). | Nadeem Vawda | 2012-08-05 | 2 | -4/+6 |
| | | | | |||||
| * | | | Issue #14814: Remove redundant property from interface objects - prefixlen ↵ | Nick Coghlan | 2012-08-05 | 2 | -11/+3 |
| | | | | | | | | | | | | | | | | can be accessed via the associated network object | ||||
* | | | | Fix CGI tests to take into account the platform's line ending (issue #13119) | Antoine Pitrou | 2012-08-05 | 1 | -5/+7 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Fix CGI tests to take into account the platform's line ending (issue #13119) | Antoine Pitrou | 2012-08-05 | 1 | -5/+7 |
| | | | |||||
* | | | Issue #14814: Finish review of ipaddress network object docs (initial patch ↵ | Nick Coghlan | 2012-08-05 | 1 | -78/+135 |
| | | | | | | | | | | | | was by Eli Bendersky) | ||||
* | | | Issue 14814: Docs work showed some more cases of networks pretending to be ↵ | Nick Coghlan | 2012-08-05 | 3 | -256/+610 |
| | | | | | | | | | | | | addresses and highlighted the weird approach to implementing the 'is_whatever' properties. Impl now illustrates far more clearly that networks have a property if both their network and broadcast addresses have that property | ||||
* | | | NEWS entry for previous ipaddress fix | Nick Coghlan | 2012-08-05 | 1 | -0/+4 |
| | | | |||||
* | | | Close #15559: Implementing __index__ creates a nasty interaction with the ↵ | Nick Coghlan | 2012-08-05 | 2 | -14/+9 |
| |/ |/| | | | | | 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. | ||||
* | | #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data. | Nadeem Vawda | 2012-08-05 | 3 | -24/+35 |
| | | |||||
* | | Fix test_venv to work with universal newlines (issue #13119) | Antoine Pitrou | 2012-08-04 | 1 | -3/+3 |
| | | |||||
* | | Merge universal newlines-related fixes (issue #13119) | Antoine Pitrou | 2012-08-04 | 2 | -27/+30 |
|\ \ | |/ | |||||
| * | Fix universal newlines test to avoid the newline translation done by sys.stdout. | Antoine Pitrou | 2012-08-04 | 1 | -26/+28 |
| | | |||||
| * | Fix test_sys under Windows (issue #13119) | Antoine Pitrou | 2012-08-04 | 1 | -1/+2 |
| | | |||||
* | | Remove unused variable `trim_get_code`. | Antoine Pitrou | 2012-08-04 | 1 | -4/+0 |
| | | |||||
* | | Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc | Victor Stinner | 2012-08-04 | 1 | -0/+4 |
| | | |||||
* | | Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ↵ | Andrew Svetlov | 2012-08-04 | 2 | -5/+29 |
|\ \ | |/ | | | | | | | | | ended with '\'. Patch by Roger Serwy. | ||||
| * | Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ↵ | Andrew Svetlov | 2012-08-04 | 2 | -5/+29 |
| | | | | | | | | | | | | ended with '\'. Patch by Roger Serwy. | ||||
* | | merge with 3.2 | Sandro Tosi | 2012-08-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | add missing period; thanks to Gaston Fiore from docs@ | Sandro Tosi | 2012-08-04 | 1 | -1/+1 |
| | | |||||
* | | Merge | Antoine Pitrou | 2012-08-04 | 2 | -36/+29 |
|\ \ | |||||
| * | | #15546: Fix BZ2File.read1()'s handling of pathological input data. | Nadeem Vawda | 2012-08-04 | 1 | -23/+28 |
| | | | |||||
| * | | asynchat speedup improvement: avoid to use a function mimicking old buffer() ↵ | Giampaolo Rodola' | 2012-08-04 | 1 | -13/+1 |
| | | | | | | | | | | | | builtin behavior; instead use plain slicing |