summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-064-5/+5
|\
| * Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-063-4/+4
* | Catch deprecation warnings emitted when non-integers are formatted with %c, %oSerhiy Storchaka2014-02-062-6/+12
* | Fix empty strings to empty bytes objects.Serhiy Storchaka2014-02-065-10/+11
|\ \ | |/
| * Fix empty strings to empty bytes objects.Serhiy Storchaka2014-02-065-10/+11
* | asyncio.tasks.gather: Fix docstringYury Selivanov2014-02-061-1/+1
* | Close issue20412: Updated Enum docs to have referencable Enum and IntEnum cla...Ethan Furman2014-02-061-5/+22
* | Merge for issue #20488Brett Cannon2014-02-062-6/+11
|\ \ | |/
| * Issue #20488: Update docs to say importlib is *the* implementaiton ofBrett Cannon2014-02-062-6/+11
* | Issue #6386: When executing a script that's a symlink, the directoryBrett Cannon2014-02-062-2/+15
* | Issue #14455: fix handling of unsigned long long values for binary plist filesRonald Oussoren2014-02-065-78/+79
* | Issue #20520: Fixed readline test in test_codecs.Serhiy Storchaka2014-02-061-6/+15
|\ \ | |/
| * Issue #20520: Fixed readline test in test_codecs.Serhiy Storchaka2014-02-061-6/+15
* | merge headsYury Selivanov2014-02-061-0/+8
|\ \
| * \ Issue #20374: mergeNed Deily2014-02-061-1/+0
| |\ \ | | |/
| | * Issue #20374: delete spurious empty lineNed Deily2014-02-061-1/+0
| * | Issue #20374: mergeNed Deily2014-02-061-0/+9
| |\ \ | | |/
| | * Issue #20374: Avoid compiler warnings when compiling readline with libedit.Ned Deily2014-02-061-0/+9
* | | asyncio.streams.StreamReader: Add 'at_eof()' methodYury Selivanov2014-02-062-0/+19
|/ /
* | asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_dataYury Selivanov2014-02-052-76/+76
* | #14515: clarify that TemporaryDirectory's __enter__ returns the name.R David Murray2014-02-051-4/+6
|\ \ | |/
| * #14515: clarify that TemporaryDirectory's __enter__ returns the name.R David Murray2014-02-051-4/+6
* | Issue #19920: TarFile.list() no longer fails when outputs a listingSerhiy Storchaka2014-02-053-29/+121
|\ \ | |/
| * Issue #19920: TarFile.list() no longer fails when outputs a listingSerhiy Storchaka2014-02-053-11/+100
* | TestNamedTuple.test_pickle was only testing through protocol 2. Changed to ha...Eric V. Smith2014-02-051-1/+1
* | Issue #20053: new test to check an assumptionNick Coghlan2014-02-051-0/+7
* | Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.Serhiy Storchaka2014-02-051-1/+36
|\ \ | |/
| * Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.Serhiy Storchaka2014-02-051-1/+36
* | Issue #20489: Explicitly qualified expressions for default values in methods.Serhiy Storchaka2014-02-052-7/+7
* | Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.Ned Deily2014-02-052-3/+8
* | Issue #20515: Fix NULL pointer dereference introduced by issue #20368Christian Heimes2014-02-042-0/+5
|\ \ | |/
| * Issue #20515: Fix NULL pointer dereference introduced by issue #20368Christian Heimes2014-02-042-0/+5
* | asyncio: Cosmetic improvement to test__run_once_logging() mock argument.Guido van Rossum2014-02-041-5/+3
* | Add missing word ("thread") to sentence about call_soon_threadsafe.Guido van Rossum2014-02-041-1/+1
* | asyncio doc: add an example to schedule a coroutine from a different threadVictor Stinner2014-02-041-5/+8
* | Closes #20509: Merged documentation update from 3.3.Vinay Sajip2014-02-041-1/+3
|\ \ | |/
| * Issue #20509: Added cross-reference in documentation.Vinay Sajip2014-02-041-2/+3
* | merge 3.3 (#19186)Benjamin Peterson2014-02-042-0/+6
|\ \ | |/
| * restore namespacing of pyexpat symbols (closes #19186)Benjamin Peterson2014-02-042-0/+6
* | Close #20053: ignore default pip config settingsNick Coghlan2014-02-044-12/+53
* | Close #20404: blacklist non-text encodings in io.TextIOWrapperNick Coghlan2014-02-046-41/+141
* | Issue #17162: Fix compilation, replace non-breaking space with an ASCII spaceVictor Stinner2014-02-041-1/+1
* | Issue #17162: Add PyType_GetSlot.Martin v. Löwis2014-02-046-2/+30
* | asyncio: Fix _ProactorWritePipeTransport._pipe_closed()Victor Stinner2014-02-041-1/+4
* | Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync withVictor Stinner2014-02-033-8/+17
* | asyncio doc: add an example of asyncio.subprocess with communicate() and wait()Victor Stinner2014-02-031-0/+40
* | asyncio.subprocess: Replace Process.get_subprocess() method with aVictor Stinner2014-02-033-27/+28
* | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+.Ned Deily2014-02-032-4/+6
|\ \ | |/
| * Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+.Ned Deily2014-02-032-4/+6
* | Skip expr* tests for large integers for Tcl <8.5.Serhiy Storchaka2014-02-031-4/+8
|\ \ | |/