Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20363. Fixed BytesWarning triggerred by test suite. | Serhiy Storchaka | 2014-02-06 | 4 | -5/+5 |
|\ | | | | | | | Patch by Berker Peksag. | ||||
| * | Issue #20363. Fixed BytesWarning triggerred by test suite. | Serhiy Storchaka | 2014-02-06 | 3 | -4/+4 |
| | | | | | | | | Patch by Berker Peksag. | ||||
* | | Catch deprecation warnings emitted when non-integers are formatted with %c, %o | Serhiy Storchaka | 2014-02-06 | 2 | -6/+12 |
| | | | | | | | | and %x (introduced in issue #19995). | ||||
* | | Fix empty strings to empty bytes objects. | Serhiy Storchaka | 2014-02-06 | 5 | -10/+11 |
|\ \ | |/ | |||||
| * | Fix empty strings to empty bytes objects. | Serhiy Storchaka | 2014-02-06 | 5 | -10/+11 |
| | | |||||
* | | asyncio.tasks.gather: Fix docstring | Yury Selivanov | 2014-02-06 | 1 | -1/+1 |
| | | |||||
* | | Close issue20412: Updated Enum docs to have referencable Enum and IntEnum ↵ | Ethan Furman | 2014-02-06 | 1 | -5/+22 |
| | | | | | | | | classes | ||||
* | | Merge for issue #20488 | Brett Cannon | 2014-02-06 | 2 | -6/+11 |
|\ \ | |/ | |||||
| * | Issue #20488: Update docs to say importlib is *the* implementaiton of | Brett Cannon | 2014-02-06 | 2 | -6/+11 |
| | | | | | | | | import and not *an* implementation. | ||||
* | | Issue #6386: When executing a script that's a symlink, the directory | Brett Cannon | 2014-02-06 | 2 | -2/+15 |
| | | | | | | | | | | | | | | where the symlink resolves to is added to sys.path, not the directory containing the symlink itself. Thanks to Sanko Resic for an initial attempt at the patch. | ||||
* | | Issue #14455: fix handling of unsigned long long values for binary plist files | Ronald Oussoren | 2014-02-06 | 5 | -78/+79 |
| | | | | | | | | | | | | | | | | | | | | Values in the range of an unsigned long long, but outside of the range of a signed long long were serialized as a negative value. Due to a bug in PyObjC my test scripts indicated that the previous behavior matched Apple's plist code, instead the handle large unsigned values correctly. The change to plistlib.py is from a patch by Serhiy. | ||||
* | | Issue #20520: Fixed readline test in test_codecs. | Serhiy Storchaka | 2014-02-06 | 1 | -6/+15 |
|\ \ | |/ | |||||
| * | Issue #20520: Fixed readline test in test_codecs. | Serhiy Storchaka | 2014-02-06 | 1 | -6/+15 |
| | | |||||
* | | merge heads | Yury Selivanov | 2014-02-06 | 1 | -0/+8 |
|\ \ | |||||
| * \ | Issue #20374: merge | Ned Deily | 2014-02-06 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | Issue #20374: delete spurious empty line | Ned Deily | 2014-02-06 | 1 | -1/+0 |
| | | | |||||
| * | | Issue #20374: merge | Ned Deily | 2014-02-06 | 1 | -0/+9 |
| |\ \ | | |/ | |||||
| | * | Issue #20374: Avoid compiler warnings when compiling readline with libedit. | Ned Deily | 2014-02-06 | 1 | -0/+9 |
| | | | |||||
* | | | asyncio.streams.StreamReader: Add 'at_eof()' method | Yury Selivanov | 2014-02-06 | 2 | -0/+19 |
|/ / | |||||
* | | asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data | Yury Selivanov | 2014-02-05 | 2 | -76/+76 |
| | | |||||
* | | #14515: clarify that TemporaryDirectory's __enter__ returns the name. | R David Murray | 2014-02-05 | 1 | -4/+6 |
|\ \ | |/ | |||||
| * | #14515: clarify that TemporaryDirectory's __enter__ returns the name. | R David Murray | 2014-02-05 | 1 | -4/+6 |
| | | |||||
* | | Issue #19920: TarFile.list() no longer fails when outputs a listing | Serhiy Storchaka | 2014-02-05 | 3 | -29/+121 |
|\ \ | |/ | | | | | | | containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok. | ||||
| * | Issue #19920: TarFile.list() no longer fails when outputs a listing | Serhiy Storchaka | 2014-02-05 | 3 | -11/+100 |
| | | | | | | | | | | containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok. | ||||
* | | TestNamedTuple.test_pickle was only testing through protocol 2. Changed to ↵ | Eric V. Smith | 2014-02-05 | 1 | -1/+1 |
| | | | | | | | | have it automatically test through the most recent version. | ||||
* | | Issue #20053: new test to check an assumption | Nick Coghlan | 2014-02-05 | 1 | -0/+7 |
| | | |||||
* | | Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. | Serhiy Storchaka | 2014-02-05 | 1 | -1/+36 |
|\ \ | |/ | |||||
| * | Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. | Serhiy Storchaka | 2014-02-05 | 1 | -1/+36 |
| | | |||||
* | | Issue #20489: Explicitly qualified expressions for default values in methods. | Serhiy Storchaka | 2014-02-05 | 2 | -7/+7 |
| | | |||||
* | | Issue #20465: Update SQLite shipped with OS X installer to 3.8.3. | Ned Deily | 2014-02-05 | 2 | -3/+8 |
| | | |||||
* | | Issue #20515: Fix NULL pointer dereference introduced by issue #20368 | Christian Heimes | 2014-02-04 | 2 | -0/+5 |
|\ \ | |/ | | | | | CID 1167595 | ||||
| * | Issue #20515: Fix NULL pointer dereference introduced by issue #20368 | Christian Heimes | 2014-02-04 | 2 | -0/+5 |
| | | | | | | | | CID 1167595 | ||||
* | | asyncio: Cosmetic improvement to test__run_once_logging() mock argument. | Guido van Rossum | 2014-02-04 | 1 | -5/+3 |
| | | |||||
* | | Add missing word ("thread") to sentence about call_soon_threadsafe. | Guido van Rossum | 2014-02-04 | 1 | -1/+1 |
| | | |||||
* | | asyncio doc: add an example to schedule a coroutine from a different thread | Victor Stinner | 2014-02-04 | 1 | -5/+8 |
| | | |||||
* | | Closes #20509: Merged documentation update from 3.3. | Vinay Sajip | 2014-02-04 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Issue #20509: Added cross-reference in documentation. | Vinay Sajip | 2014-02-04 | 1 | -2/+3 |
| | | |||||
* | | merge 3.3 (#19186) | Benjamin Peterson | 2014-02-04 | 2 | -0/+6 |
|\ \ | |/ | |||||
| * | restore namespacing of pyexpat symbols (closes #19186) | Benjamin Peterson | 2014-02-04 | 2 | -0/+6 |
| | | |||||
* | | Close #20053: ignore default pip config settings | Nick Coghlan | 2014-02-04 | 4 | -12/+53 |
| | | | | | | | | | | | | ensurepip now sets PIP_CONFIG_FILE to os.devnull before import pip from the wheel file. This also ensures venv ignores the default settings when bootstrapping pip. | ||||
* | | Close #20404: blacklist non-text encodings in io.TextIOWrapper | Nick Coghlan | 2014-02-04 | 6 | -41/+141 |
| | | | | | | | | | | | | | | | | | | - io.TextIOWrapper (and hence the open() builtin) now use the internal codec marking system added for issue #19619 - also tweaked the C code to only look up the encoding once, rather than multiple times - the existing output type checks remain in place to deal with unmarked third party codecs. | ||||
* | | Issue #17162: Fix compilation, replace non-breaking space with an ASCII space | Victor Stinner | 2014-02-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #17162: Add PyType_GetSlot. | Martin v. Löwis | 2014-02-04 | 6 | -2/+30 |
| | | |||||
* | | asyncio: Fix _ProactorWritePipeTransport._pipe_closed() | Victor Stinner | 2014-02-04 | 1 | -1/+4 |
| | | | | | | | | | | Do nothing if the pipe is already closed. _loop_writing() may call _force_close() when it gets ConnectionResetError. | ||||
* | | Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with | Victor Stinner | 2014-02-03 | 3 | -8/+17 |
| | | | | | | | | Tulip (changeset d7ac90c0463a) | ||||
* | | asyncio doc: add an example of asyncio.subprocess with communicate() and wait() | Victor Stinner | 2014-02-03 | 1 | -0/+40 |
| | | |||||
* | | asyncio.subprocess: Replace Process.get_subprocess() method with a | Victor Stinner | 2014-02-03 | 3 | -27/+28 |
| | | | | | | | | Process.subprocess read-only property | ||||
* | | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. | Ned Deily | 2014-02-03 | 2 | -4/+6 |
|\ \ | |/ | |||||
| * | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. | Ned Deily | 2014-02-03 | 2 | -4/+6 |
| | | |||||
* | | Skip expr* tests for large integers for Tcl <8.5. | Serhiy Storchaka | 2014-02-03 | 1 | -4/+8 |
|\ \ | |/ | | | | | | | The '**' operator is available only since 8.5 and in any case such large integers are not supported on Tcl <8.5. |