Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15604: Update uses of PyObject_IsTrue() to check for and handle ↵ | Antoine Pitrou | 2012-08-15 | 1 | -0/+3 |
|\ | | | | | | | | | | | errors correctly. Patch by Serhiy Storchaka. | ||||
| * | Issue #15604: Update uses of PyObject_IsTrue() to check for and handle ↵ | Antoine Pitrou | 2012-08-15 | 1 | -0/+3 |
| | | | | | | | | | | | | errors correctly. Patch by Serhiy Storchaka. | ||||
* | | #11062: Fix adding a message from file to Babyl mailbox | Petri Lehtinen | 2012-08-15 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | #11062: Fix adding a message from file to Babyl mailbox | Petri Lehtinen | 2012-08-15 | 1 | -0/+2 |
| | | |||||
* | | Merge 3.2 | Richard Oudkerk | 2012-08-14 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing | Richard Oudkerk | 2012-08-14 | 1 | -0/+4 |
| | | | | | | | | on Windows without the "if __name__ == '__main__'" idiom. | ||||
* | | Add Daniel Ellis to Misc/ACKS | Eli Bendersky | 2012-08-14 | 1 | -0/+1 |
| | | |||||
* | | errant merge problem committed | Brian Curtin | 2012-08-13 | 1 | -265/+0 |
| | | |||||
* | | Merge 3.2 | Brian Curtin | 2012-08-13 | 1 | -0/+265 |
|\ \ | |/ | |||||
| * | Fix #15496. Add directory removal helpers to make Windows tests more ↵ | Brian Curtin | 2012-08-13 | 1 | -0/+3 |
| | | | | | | | | reliable. Patch by Jeremy Kloth | ||||
* | | merge from 3.2 | Senthil Kumaran | 2012-08-12 | 1 | -0/+16 |
|\ \ | |/ | | | | | | | Issue #15630: Add an example for "continue" statement in the tutorial. Patch by Daniel Ellis. | ||||
| * | Issue #15630: Add an example for "continue" statement in the tutorial. Patch by | Senthil Kumaran | 2012-08-12 | 1 | -0/+3 |
| | | | | | | | | Daniel Ellis. | ||||
* | | Post-release updates. | Georg Brandl | 2012-08-12 | 1 | -0/+12 |
| | | |||||
* | | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 3 | -3/+6 |
|\ \ | |/ | | | | | Patch by Serhiy Storchaka. | ||||
| * | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 3 | -3/+6 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Bump to 3.3b2.v3.3.0b2 | Georg Brandl | 2012-08-11 | 2 | -122/+119 |
| | | |||||
* | | Issue #15424: Add a __sizeof__ implementation for array objects. | Meador Inge | 2012-08-11 | 2 | -0/+4 |
|\ \ | |/ | | | | | Patch by Ludwig Hähne. | ||||
| * | Issue #15424: Add a __sizeof__ implementation for array objects. | Meador Inge | 2012-08-11 | 2 | -0/+4 |
| | | | | | | | | Patch by Ludwig Hähne. | ||||
| * | Issue #15501: Document exception classes in subprocess module. | Andrew Svetlov | 2012-08-09 | 1 | -0/+1 |
| | | | | | | | | Initial patch by Anton Barkovsky. | ||||
| * | Issue #15482: Properly document the default 'level' parameter for | Brett Cannon | 2012-08-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | __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. | ||||
| * | Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. | Ned Deily | 2012-08-05 | 1 | -0/+2 |
| | | |||||
* | | Issue #15610: The PyImport_ImportModuleEx macro now calls | Brett Cannon | 2012-08-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | PyImport_ImportModuleLevel() with a 'level' of 0 instead of -1 as the latter is no longer a valid value. Also added a versionchanged note for PyImport_ImportModuleLevel() just in case people don't make the connection between changes to __import__() and this C function. | ||||
* | | Issue #15576: Allow extension modules to be a package's __init__ | Brett Cannon | 2012-08-10 | 1 | -0/+2 |
| | | | | | | | | | | module again. Also took the opportunity to stop accidentally exporting _imp.extension_suffixes() as public. | ||||
* | | Issue #15502: Finish bringing importlib.abc in line with the current | Brett Cannon | 2012-08-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | state of the import system. Also make importlib.invalidate_caches() work with sys.meta_path instead of sys.path_importer_cache to completely separate the path-based import system from the overall import system. Patch by Eric Snow. | ||||
* | | Issue #15501: Document exception classes in subprocess module. | Andrew Svetlov | 2012-08-09 | 1 | -0/+1 |
| | | | | | | | | Initial patch by Anton Barkovsky. | ||||
* | | - Issue #11715: Fix multiarch detection without having Debian development | doko@ubuntu.com | 2012-08-08 | 1 | -0/+3 |
| | | | | | | | | tools (dpkg-dev) installed. | ||||
* | | Issue #15560: Ensure consistent sqlite3 behavior and feature availability | Ned Deily | 2012-08-07 | 1 | -0/+3 |
| | | | | | | | | | | 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 | 1 | -0/+5 |
|\ \ | |||||
| * | | Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's | Brett Cannon | 2012-08-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+3 |
| | | | | | | | | | | | | parameters of importlib.__import__(). | ||||
* | | | fix yield from return value on custom iterators (closes #15568) | Benjamin Peterson | 2012-08-07 | 1 | -0/+3 |
|/ / | |||||
* | | Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries | Ned Deily | 2012-08-06 | 1 | -0/+4 |
| | | | | | | | | | | to avoid curses.unget_wch bug present in older versions of ncurses such as those shipped with OS X. | ||||
* | | Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. | Ned Deily | 2012-08-05 | 1 | -0/+2 |
| | | |||||
* | | #15546: Also fix GzipFile.peek(). | Nadeem Vawda | 2012-08-05 | 1 | -2/+2 |
| | | |||||
* | | NEWS entry for previous ipaddress fix | Nick Coghlan | 2012-08-05 | 1 | -0/+4 |
| | | |||||
* | | #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data. | Nadeem Vawda | 2012-08-05 | 1 | -0/+3 |
| | | |||||
* | | Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ↵ | Andrew Svetlov | 2012-08-04 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | ended with '\'. Patch by Roger Serwy. | ||||
| * | Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ↵ | Andrew Svetlov | 2012-08-04 | 1 | -0/+3 |
| | | | | | | | | | | | | ended with '\'. Patch by Roger Serwy. | ||||
| * | Close #13119: use "\r\n" newline for sys.stdout/err on Windows | Victor Stinner | 2012-08-03 | 1 | -0/+3 |
| | | | | | | | | sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2. | ||||
* | | Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and | Antoine Pitrou | 2012-08-04 | 1 | -0/+4 |
| | | | | | | | | | | os.sched_setaffinity now use regular sets of integers to represent the CPUs a process is restricted to. | ||||
* | | Close #13119: use "\r\n" newline for sys.stdout/err on Windows | Victor Stinner | 2012-08-03 | 1 | -0/+3 |
| | | | | | | | | sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2. | ||||
* | | MERGE: Closes #15469: Correct __sizeof__ support for deque | Jesus Cea | 2012-08-03 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Closes #15469: Correct __sizeof__ support for deque | Jesus Cea | 2012-08-03 | 1 | -0/+3 |
| | | |||||
* | | MERGE: Closes #15512: Correct __sizeof__ support for parser | Jesus Cea | 2012-08-03 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Closes #15512: Correct __sizeof__ support for parser | Jesus Cea | 2012-08-03 | 1 | -0/+3 |
| | | |||||
* | | Closes #15514: Correct __sizeof__ support for cpu_set | Jesus Cea | 2012-08-03 | 1 | -0/+3 |
| | | |||||
* | | Close #15534: Fix a typo in the fast search function of the string library ↵ | Victor Stinner | 2012-08-02 | 1 | -1/+3 |
| | | | | | | | | | | | | (_s => s) Replace _s with ptr to avoid future confusion. Add also non regression tests. | ||||
* | | Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ↵ | Antoine Pitrou | 2012-08-02 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | code. Patch by Philipp Hagemeister. | ||||
| * | Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ↵ | Antoine Pitrou | 2012-08-02 | 1 | -0/+3 |
| | | | | | | | | | | | | code. Patch by Philipp Hagemeister. | ||||
* | | Close #15519: Properly expose WindowsRegistryFinder in importlib and bring ↵ | Nick Coghlan | 2012-08-02 | 1 | -0/+3 |
| | | | | | | | | the name into line with normal import terminology. Original patch by Eric Snow |