summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-112-0/+4
|\ | | | | | | Patch by Ludwig Hähne.
| * Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-112-0/+4
| | | | | | | | Patch by Ludwig Hähne.
| * Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+1
| | | | | | | | Initial patch by Anton Barkovsky.
| * Issue #15482: Properly document the default 'level' parameter forBrett Cannon2012-08-061-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 Deily2012-08-051-0/+2
| |
* | Issue #15610: The PyImport_ImportModuleEx macro now callsBrett Cannon2012-08-101-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 Cannon2012-08-101-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 currentBrett Cannon2012-08-101-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 Svetlov2012-08-091-0/+1
| | | | | | | | Initial patch by Anton Barkovsky.
* | - Issue #11715: Fix multiarch detection without having Debian developmentdoko@ubuntu.com2012-08-081-0/+3
| | | | | | | | tools (dpkg-dev) installed.
* | Issue #15560: Ensure consistent sqlite3 behavior and feature availabilityNed Deily2012-08-071-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 headsBenjamin Peterson2012-08-071-0/+5
|\ \
| * | Issue #15163: Pydoc shouldn't show __loader__ as a part of a module'sBrett Cannon2012-08-061-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 theBrett Cannon2012-08-061-0/+3
| | | | | | | | | | | | parameters of importlib.__import__().
* | | fix yield from return value on custom iterators (closes #15568)Benjamin Peterson2012-08-071-0/+3
|/ /
* | Issue #15037: Build OS X installers with local copy of ncurses 5.9 librariesNed Deily2012-08-061-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 Deily2012-08-051-0/+2
| |
* | #15546: Also fix GzipFile.peek().Nadeem Vawda2012-08-051-2/+2
| |
* | NEWS entry for previous ipaddress fixNick Coghlan2012-08-051-0/+4
| |
* | #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.Nadeem Vawda2012-08-051-0/+3
| |
* | Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ↵Andrew Svetlov2012-08-041-0/+3
|\ \ | |/ | | | | | | | | ended with '\'. Patch by Roger Serwy.
| * Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ↵Andrew Svetlov2012-08-041-0/+3
| | | | | | | | | | | | ended with '\'. Patch by Roger Serwy.
| * Close #13119: use "\r\n" newline for sys.stdout/err on WindowsVictor Stinner2012-08-031-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 andAntoine Pitrou2012-08-041-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 WindowsVictor Stinner2012-08-031-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 dequeJesus Cea2012-08-031-0/+3
|\ \ | |/
| * Closes #15469: Correct __sizeof__ support for dequeJesus Cea2012-08-031-0/+3
| |
* | MERGE: Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-0/+3
|\ \ | |/
| * Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-0/+3
| |
* | Closes #15514: Correct __sizeof__ support for cpu_setJesus Cea2012-08-031-0/+3
| |
* | Close #15534: Fix a typo in the fast search function of the string library ↵Victor Stinner2012-08-021-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 Pitrou2012-08-021-0/+3
|\ \ | |/ | | | | | | | | code. Patch by Philipp Hagemeister.
| * Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation ↵Antoine Pitrou2012-08-021-0/+3
| | | | | | | | | | | | code. Patch by Philipp Hagemeister.
* | Close #15519: Properly expose WindowsRegistryFinder in importlib and bring ↵Nick Coghlan2012-08-021-0/+3
| | | | | | | | the name into line with normal import terminology. Original patch by Eric Snow
* | Issue #15502: Bring the importlib ABCs into line with the current state of ↵Nick Coghlan2012-08-021-0/+3
| | | | | | | | the import protocols given PEP 420. Original patch by Eric Snow.
* | Issue #8847: Merge with 3.2Martin v. Löwis2012-08-011-0/+2
|\ \ | |/
| * Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-011-0/+2
| | | | | | | | Analysis by Victor Stinner. Patch by Stefan Krah.
* | merge headsBenjamin Peterson2012-08-011-0/+3
|\ \
| * | Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowserJesus Cea2012-08-011-0/+3
| | |
* | | construct fields in the right order (closes #15517)Benjamin Peterson2012-08-011-1/+1
|/ / | | | | | | Patch from Taihyun Hwang.
* | - Issue #15295: Reorganize and rewrite the documentation on the import system.Barry Warsaw2012-07-311-2/+1
| |
* | mergeBarry Warsaw2012-07-311-0/+7
|\ \
| * \ Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-311-0/+3
| |\ \ | | |/ | | | | | | Patch by Roger Serwy.
| | * Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-311-0/+3
| | | | | | | | | | | | Patch by Roger Serwy.
| * | Issue #15508: Fix the docstring for __import__ to not mention negativeBrett Cannon2012-07-301-0/+4
| | | | | | | | | | | | | | | | | | 'level' values and set its document default value to 0. Thanks to Arfrever Frehtes Taifersar Arahesis for filing the bug.
* | | mergeBarry Warsaw2012-07-302-1/+13
|\ \ \ | |/ /
| * | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵Andrew Svetlov2012-07-302-0/+4
| |\ \ | | |/ | | | | | | SimpleDialog.
| | * Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵Andrew Svetlov2012-07-302-0/+4
| | | | | | | | | | | | SimpleDialog.
| | * Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.Ned Deily2012-07-301-0/+2
| | |
| * | Issue #15463: the faulthandler module truncates strings to 500 characters,Victor Stinner2012-07-301-0/+3
| | | | | | | | | | | | instead of 100, to be able to display long file paths