Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close #19330 by using public classes in contextlib | Nick Coghlan | 2013-10-26 | 3 | -46/+102 |
| | | | | | | | - added test cases to ensure docstrings are reasonable - also updates various comments in contextlib for accuracy - identifed #19404 as an issue making it difficult to provide good help output on generator based context manager instances | ||||
* | Issue #18685: Restore re performance to pre-PEP 393 levels. | Serhiy Storchaka | 2013-10-26 | 4 | -384/+350 |
| | |||||
* | Move Misc/NEWS entries in correct secton. | Serhiy Storchaka | 2013-10-26 | 1 | -6/+6 |
| | |||||
* | (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when | Victor Stinner | 2013-10-26 | 2 | -6/+11 |
|\ | | | | | | | available to compute timeout. | ||||
| * | Close #19339: telnetlib module is now using time.monotonic() when available to | Victor Stinner | 2013-10-26 | 2 | -14/+17 |
| | | | | | | | | compute timeout. | ||||
* | | Close #19396: make test_contextlib tolerate -S | Nick Coghlan | 2013-10-26 | 1 | -3/+4 |
| | | |||||
* | | Fiddled Thread.join() to be a little simpler. Kinda ;-) | Tim Peters | 2013-10-26 | 1 | -4/+4 |
| | | |||||
* | | Issue #19399: fix sporadic test_subprocess failure. | Tim Peters | 2013-10-26 | 2 | -1/+6 |
| | | | | | | | | | | | | Change Thread.join() with a negative timeout to just return. The behavior isn't documented then, but this restores previous behavior. | ||||
* | | null merge | Ned Deily | 2013-10-25 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #19400: Prevent extension module build failures with Xcode 5 on OS X | Ned Deily | 2013-10-25 | 2 | -7/+17 |
| | | | | | | | | | | 10.8+ when using a universal Python that included a PPC architecture, such as with a python.org 32-bit-only binary installer. | ||||
* | | Correct whitespace in test_os | Tim Golden | 2013-10-25 | 1 | -1/+1 |
| | | |||||
* | | Issue13234 Credit Santoso for the patch and add NEWS item | Tim Golden | 2013-10-25 | 2 | -0/+4 |
| | | |||||
* | | Issue13234 Allow listdir to handle extended paths on Windows (Patch by ↵ | Tim Golden | 2013-10-25 | 2 | -4/+51 |
| | | | | | | | | Santoso Wijaya) | ||||
* | | merge | Brett Cannon | 2013-10-25 | 6 | -10/+54 |
|\ \ | |||||
| * | | Issue #19375: The site module adding a "site-python" directory to sys.path, ↵ | Antoine Pitrou | 2013-10-25 | 4 | -1/+13 |
| | | | | | | | | | | | | if it exists, is now deprecated. | ||||
| * | | Issue #19387: explain and test the sre overlap table | Antoine Pitrou | 2013-10-25 | 2 | -9/+41 |
| | | | |||||
* | | | test_resource should not assume all attributes are available when they | Brett Cannon | 2013-10-25 | 1 | -6/+4 |
|/ / | | | | | | | | | are individually controlled by #ifdef statements in the extension code. | ||||
* | | Issue #16803: Move test.test_importlib.extension to use both frozen and ↵ | Brett Cannon | 2013-10-25 | 4 | -44/+44 |
| | | | | | | | | source importlib code | ||||
* | | merge | Brett Cannon | 2013-10-25 | 1 | -0/+3 |
|\ \ | |||||
| * \ | Merge. | bquinlan | 2013-10-25 | 1 | -0/+4 |
| |\ \ | |||||
| * | | | Issue #11161: Update the documentation for ProcessPoolExecutor to note that ↵ | bquinlan | 2013-10-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | it will not work in the interactive shell. | ||||
* | | | | Tweak some doc wording for importlib.reload | Brett Cannon | 2013-10-25 | 1 | -2/+3 |
| |/ / |/| | | |||||
* | | | merge from 3.3 | Brett Cannon | 2013-10-25 | 1 | -0/+4 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Issue #19392: Document that imp.reload() now relies on __loader__ | Brett Cannon | 2013-10-25 | 2 | -0/+7 |
| | | | | | | | | being defined on top of __name__. | ||||
* | | Issue #16803: Have test.test_importlib.builtin test both frozen and | Brett Cannon | 2013-10-25 | 2 | -26/+33 |
| | | | | | | | | source importlib. | ||||
* | | Issue #16803: Stop having test.test_importlib.abc ABCs inherit from | Brett Cannon | 2013-10-25 | 9 | -16/+16 |
| | | | | | | | | | | unittest.TestCase in prep of running tests under frozen and source importlib. | ||||
* | | test_selectors: make timeout-related errors report the actual elapsed timeout. | Charles-François Natali | 2013-10-25 | 1 | -4/+5 |
| | | |||||
* | | test_selectors: rename test_interrupted_retry() (since it doesn't actually | Charles-François Natali | 2013-10-25 | 1 | -1/+1 |
| | | | | | | | | retry on EINTR). | ||||
* | | Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich ↵ | Tim Golden | 2013-10-25 | 2 | -5/+6 |
| | | | | | | | | Eckhardt) | ||||
* | | Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware) | Tim Golden | 2013-10-25 | 1 | -259/+262 |
| | | |||||
* | | null merge with 3.3 | Ned Deily | 2013-10-25 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py. | Ned Deily | 2013-10-25 | 1 | -8/+48 |
| | | |||||
| * | Issue #19019: Change the OS X installer build script to use CFLAGS instead | Ned Deily | 2013-10-25 | 2 | -1/+6 |
| | | | | | | | | | | | | of OPT for special build options. By setting OPT, some compiler-specific options like -fwrapv were overridden and thus not used, which could result in broken interpreters when building with clang. | ||||
| * | Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+ | Ned Deily | 2013-10-25 | 5 | -27/+150 |
| | | | | | | | | | | | | | | 64-bit/32-bit installer for 10.6+. It is no longer necessary to install a third-party version of Tcl/Tk 8.5 to work around the problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6 and later releases. | ||||
| * | Issue #1584: Provide options to override default search paths for Tcl and Tk | Ned Deily | 2013-10-25 | 5 | -1/+126 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when building _tkinter. configure has two new options; if used, both must be specified: ./configure \ --with-tcltk-includes="-I/opt/local/include" \ --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5" In addition, the options can be overridden with make: make \ TCLTK_INCLUDES="-I/opt/local/include" \ TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6" | ||||
* | | Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa. | Christian Heimes | 2013-10-25 | 2 | -0/+8 |
| | | |||||
* | | Issue #16595: prlimit() needs Linux kernel 2.6.36+ | Christian Heimes | 2013-10-25 | 2 | -1/+2 |
| | | |||||
* | | remove unused imports from statistics module | Christian Heimes | 2013-10-25 | 1 | -2/+0 |
| | | |||||
* | | Issue #19288: Fixed the "in" operator of dbm.gnu databases for string | Serhiy Storchaka | 2013-10-24 | 3 | -4/+17 |
|\ \ | |/ | | | | | argument. Original patch by Arfrever Frehtes Taifersar Arahesis. | ||||
| * | Issue #19288: Fixed the "in" operator of dbm.gnu databases for string | Serhiy Storchaka | 2013-10-24 | 3 | -4/+17 |
| | | | | | | | | argument. Original patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string | Serhiy Storchaka | 2013-10-24 | 3 | -2/+6 |
|\ \ | |/ | | | | | argument. Original patch by Arfrever Frehtes Taifersar Arahesis. | ||||
| * | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string | Serhiy Storchaka | 2013-10-24 | 3 | -2/+6 |
| | | | | | | | | argument. Original patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | | Close #19379: Lazily import linecache in the warnings module, to make ↵ | Antoine Pitrou | 2013-10-24 | 2 | -4/+5 |
| | | | | | | | | startup with warnings faster until a warning gets printed. | ||||
* | | Issue #19369: Optimized the usage of __length_hint__(). | Serhiy Storchaka | 2013-10-24 | 2 | -8/+12 |
| | | |||||
* | | Issue #19327: Fixed the working of regular expressions with too big charset. | Serhiy Storchaka | 2013-10-24 | 4 | -3/+8 |
|\ \ | |/ | |||||
| * | Issue #19327: Fixed the working of regular expressions with too big charset. | Serhiy Storchaka | 2013-10-24 | 4 | -3/+8 |
| | | |||||
* | | #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS | Peter Moody | 2013-10-24 | 4 | -13/+27 |
| | | |||||
* | | merge from 3.3: Increase the test coverage of macurl2path module. Patch by ↵ | Senthil Kumaran | 2013-10-24 | 4 | -21/+36 |
|\ \ | |/ | | | | | Colin Williams. | ||||
| * | Increase the coverage of macurl2path. Patch by Colin Williams. | Senthil Kumaran | 2013-10-24 | 4 | -21/+34 |
| | | |||||
* | | Issue #19360: fix test_site when Python is installed into $HOME/.local | Antoine Pitrou | 2013-10-23 | 1 | -2/+8 |
|\ \ | |/ |