| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge 3.3 (#19910) | Benjamin Peterson | 2013-12-06 | 2 | -4/+4 |
| |\ | |||||
| | * | document that compile() can take bytes (closes #19910) | Benjamin Peterson | 2013-12-06 | 2 | -4/+4 |
| | | | |||||
| * | | Mention pickle protocol 4, and some tweaks. | Antoine Pitrou | 2013-12-07 | 1 | -7/+18 |
| | | | |||||
| * | | Issue #19900: improve generalities at the start of the pickle module doc | Antoine Pitrou | 2013-12-07 | 1 | -20/+53 |
| |\ \ | |/ | |||||
| | * | Issue #19900: improve generalities at the start of the pickle module doc | Antoine Pitrou | 2013-12-07 | 1 | -20/+53 |
| | | | |||||
| * | | copy 'n paste typo (thx Antoine) | Christian Heimes | 2013-12-07 | 1 | -5/+5 |
| | | | |||||
| * | | Skip new SSL tests with IocpEventLoop | Christian Heimes | 2013-12-07 | 1 | -0/+9 |
| | | | |||||
| * | | Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded. | Christian Heimes | 2013-12-06 | 3 | -10/+10 |
| | | | | | | | | | This silences the pre-processor warning '_POSIX_C_SOURCE redefined'. | ||||
| * | | asyncio: Add Task.current_task() class method. | Guido van Rossum | 2013-12-06 | 3 | -1/+57 |
| | | | |||||
| * | | Issue #19712: Update test.test_importlib.source for PEP 451 | Brett Cannon | 2013-12-06 | 4 | -24/+140 |
| | | | |||||
| * | | Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 | Brett Cannon | 2013-12-06 | 8 | -61/+114 |
| | | | | | | | | | where appropriate. | ||||
| * | | Test same drive in different cases (issue #19908). | Serhiy Storchaka | 2013-12-06 | 1 | -2/+2 |
| | | | |||||
| * | | Issue #19908: pathlib now joins relative Windows paths correctly when a drive | Serhiy Storchaka | 2013-12-06 | 3 | -5/+53 |
| | | | | | | | | | is present. Original patch by Antoine Pitrou. | ||||
| * | | Merged minor documentation update from 3.3. | Vinay Sajip | 2013-12-06 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | Added minor clarification in logging HOWTO. | Vinay Sajip | 2013-12-06 | 1 | -1/+2 |
| | | | |||||
| * | | Issue #19881: Fix bad pickling of large bytes in cpickle. | Alexandre Vassalotti | 2013-12-05 | 3 | -22/+59 |
| | | | |||||
| * | | fix cert names for asyncio test | Christian Heimes | 2013-12-06 | 1 | -2/+2 |
| | | | |||||
| * | | Issue #19509: Finish implementation of check_hostname | Christian Heimes | 2013-12-06 | 8 | -57/+319 |
| | | | | | | | | | The new asyncio package now supports the new feature and comes with additional tests for SSL. | ||||
| * | | Issue #19296: Silence compiler warning in dbm_open. | Christian Heimes | 2013-12-06 | 2 | -1/+4 |
| | | | | | | | | | Some dbm header files declare the first argument as char * instead of a const char *. | ||||
| * | | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵ | Antoine Pitrou | 2013-12-05 | 3 | -34/+70 |
| |\ \ | |/ | | | | | pickle module. | ||||
| | * | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵ | Antoine Pitrou | 2013-12-05 | 3 | -34/+70 |
| | | | | | | | | | pickle module. | ||||
| * | | Issue #19850: asyncio: Set SA_RESTART when registering a signal handler to | Charles-François Natali | 2013-12-05 | 1 | -0/+2 |
| | | | | | | | | | limit EINTR occurrences. | ||||
| * | | Add simple test for fcntl.flock() | Christian Heimes | 2013-12-05 | 1 | -0/+15 |
| | | | |||||
| * | | Test syslog.openlog() without args to test syslog_get_argv() | Christian Heimes | 2013-12-05 | 1 | -0/+4 |
| | | | |||||
| * | | normalize white space | Christian Heimes | 2013-12-05 | 1 | -1/+1 |
| | | | |||||
| * | | Issue 19509: Don't call match_hostname() twice in http.client. | Christian Heimes | 2013-12-05 | 1 | -6/+6 |
| | | | |||||
| * | | Add a script similar to xmltests.py to run all SSL-related unit tests | Christian Heimes | 2013-12-05 | 1 | -0/+22 |
| | | | |||||
| * | | Test SSLSock's context getter and setter | Christian Heimes | 2013-12-05 | 1 | -0/+14 |
| | | | |||||
| * | | touch _lsprof's clear() method for C code coverage | Christian Heimes | 2013-12-05 | 1 | -0/+1 |
| | | | |||||
| * | | exclude _hashopenssl.c:_setException() from LCOV coverage | Christian Heimes | 2013-12-05 | 1 | -0/+2 |
| | | | |||||
| * | | Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. | Nadeem Vawda | 2013-12-04 | 5 | -18/+98 |
| |\ \ | |/ | | | | | Also fix an analogous bug (not a regression) in the lzma module. | ||||
| | * | #19839: Fix lzma module's handling of non-lzma data at EOF. | Nadeem Vawda | 2013-12-04 | 3 | -8/+48 |
| | | | |||||
| | * | #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. | Nadeem Vawda | 2013-12-04 | 3 | -11/+51 |
| | | | |||||
| * | | Merge socket doc changes from 3.3 | Antoine Pitrou | 2013-12-04 | 1 | -92/+124 |
| |\ \ | |/ | |||||
| | * | Tweak the socket module doc layout | Antoine Pitrou | 2013-12-04 | 1 | -64/+86 |
| | | | |||||
| | * | Issue #19882: tweak docs for socket.close() | Antoine Pitrou | 2013-12-04 | 1 | -9/+19 |
| | | | |||||
| * | | asyncio: Write flow control for proactor event loop. | Guido van Rossum | 2013-12-04 | 2 | -24/+106 |
| | | | |||||
| * | | Fix broken docstring continuation line for detach(). | Guido van Rossum | 2013-12-04 | 1 | -2/+2 |
| | | | |||||
| * | | Issue #19509: Don't close the socket in do_handshake() when hostname ↵ | Christian Heimes | 2013-12-04 | 1 | -9/+4 |
| | | | | | | | | | verification fails. | ||||
| * | | asyncio doc: add some notes on the ping example | Victor Stinner | 2013-12-04 | 1 | -18/+26 |
| | | | |||||
| * | | silence unused-value warnings in libffi's dlmalloc.c | Christian Heimes | 2013-12-04 | 2 | -4/+40 |
| | | | |||||
| * | | Silence more PyObject_INIT() unused value warnings. | Christian Heimes | 2013-12-04 | 1 | -2/+2 |
| | | | |||||
| * | | make char* const | Christian Heimes | 2013-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | readline() takes a const char* and the other readline_until_enter_or_signal() implementation already has const char*. | ||||
| * | | Silence expression result unused warnings with clang. | Christian Heimes | 2013-12-04 | 7 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The PyObject_INIT() macros returns obj: ../cpython/Objects/methodobject.c:32:23: warning: expression result unused [-Wunused-value] PyObject_INIT(op, &PyCFunction_Type); ^~ ../cpython/Include/objimpl.h:139:69: note: expanded from macro 'PyObject_INIT' ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) ) ^ 1 warning generated. | ||||
| * | | ncurses' winch and mvwinch return an unsigned long | Christian Heimes | 2013-12-04 | 1 | -2/+3 |
| |\ \ | |/ | |||||
| | * | ncurses' winch and mvwinch return an unsigned long | Christian Heimes | 2013-12-04 | 1 | -2/+3 |
| | | | |||||
| * | | upcast int to size_t to silence two ↵ | Christian Heimes | 2013-12-04 | 2 | -2/+2 |
| | | | | | | | | | autological-constant-out-of-range-compare warnings with clang. | ||||
| * | | Null merge from 3.3 branch. | Tim Peters | 2013-12-03 | 0 | -0/+0 |
| |\ \ | |/ | |||||
| | * | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. | Tim Peters | 2013-12-03 | 3 | -4/+60 |
| | | | | | | | | | (grafted from c80083ad142db2939507800c755082293a87f2de) | ||||
| * | | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. | Tim Peters | 2013-12-03 | 3 | -4/+60 |
| | | | |||||
