2015-04-02 |
Victor Stinner | Issue #23618: Don't declare recvmsg/sendmsg helper... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #21526: Fixed the test_booleans test for wantobje... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #21526: Fixed the test_booleans test for wantobje... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #21526: Fixed support of new boolean type in... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #21526: Tkinter now supports new boolean type... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #22977: Fixed formatting Windows error messages... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #22977: Fixed formatting Windows error messages... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Benjamin Peterson | merge 3.4 (#23844) |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Benjamin Peterson | replace 512 bit dh key with a 2014 bit one (closes... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Issue #23834: Fix sock_call(), set deadline_initialized... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Victor Stinner | Issue #23834: Modify socket.sendall() to reuse sock_cal... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Victor Stinner | Issue #23834: Add sock_call() helper function |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Victor Stinner | Issue #23836: Fix the faulthandler module to handle... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Victor Stinner | Issue #23836: Use _Py_write_noraise() to retry on EINTR... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Victor Stinner | Issue #23836: Use _Py_write_noraise() to retry on EINTR... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Victor Stinner | Issue #23836: Use _Py_write_noraise() to retry on EINTR... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Victor Stinner | Issue #23836: Document functions releasing the GIL... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Victor Stinner | Issue #23836: Add _Py_write_noraise() function |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Victor Stinner | Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Benjamin Peterson | remove assignment in conditional |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Raymond Hettinger | Check deques against common sequence tests (except... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Victor Stinner | What's New in Python 3.5: mention signal.set_wakeup_fd... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Serhiy Storchaka | Issue #23821: Fixed test_pdb failure under -O. |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Serhiy Storchaka | Issue #23821: Fixed test_pdb failure under -O. |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Serhiy Storchaka | Issue #23838: linecache now clears the cache and return... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Serhiy Storchaka | Issue #23838: linecache now clears the cache and return... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
R David Murray | It wasn't a typo, it is the mnemonic (AT=@). |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Serhiy Storchaka | Issue #23799: Added test.support.start_threads() for... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Serhiy Storchaka | Issue #23799: Added test.support.start_threads() for... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Victor Stinner | Issue #23618: Fix EINTR handling on Windows |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Benjamin Peterson | merge 3.4 (#12855) |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Benjamin Peterson | document what exactly str.splitlines() splits on (close... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23618: Enhance EINTR handling in socket.connect() |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23618: Fix EINTR handling in socket.connect() |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23618: Cleanup internal_connect() in socketmodule.c |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Raymond Hettinger | Issue 23793: Add deque support for __add__(), __mul__... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23618: Refactor internal_connect() |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23618: Refactor internal_connect() |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #22117: Fix integer overflow check in socket_pars... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Serhiy Storchaka | Issue #23611: Fixed enums pickling tests. Now all... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Serhiy Storchaka | Issue #18473: Fixed pickle compatibility tests for... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Serhiy Storchaka | Issue #18473: Fixed pickle compatibility tests for... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Serhiy Storchaka | Issue #10395: Added os.path.commonpath(). Implemented... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23618: Fix internal_connect_select() |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23618: internal_connect_select() now waits also... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23618: Refactor internal_select() to prepare... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23618: Refactor the _socket module |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | What's New in Python 3.5, PEP 475: mention modified... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Serhiy Storchaka | Issue #23611: Serializing more "lookupable" objects... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Serhiy Storchaka | Issue #13583: sqlite3.Row now supports slice indexing. |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Serhiy Storchaka | Issue #18473: Fixed 2to3 and 3to2 compatible pickle... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Serhiy Storchaka | Issue #18473: Fixed 2to3 and 3to2 compatible pickle... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23485: Enhance and update selectors doc and... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23485: select.devpoll.poll() is now retried... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Victor Stinner | Issue #23485: select.kqueue.control() is now retried... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Berker Peksag | Fix typo in Doc/whatsnew/3.5.rst. |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Raymond Hettinger | Issue #23729: Improve docs for ElementTree namespace... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #23485: select.epoll.poll() is now retried when... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #23485: select.poll.poll() is now retried when... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #23485: Add _PyTime_FromMillisecondsObject()... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #23485: Fix test_signal, select.select() now... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Brett Cannon | Ignore .rst files in the venv directory. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | PEP 475: on EINTR, retry the function even if the timeo... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #23485: select.select() is now retried automatica... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Serhiy Storchaka | Partially revert 3603bae63c13 (issue23326) for asyncio. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
R David Murray | #2211: Fix typo, address missed review comment. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
R David Murray | Merge: #23792: also catch interrupt around pipe.write. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
R David Murray | #23792: also catch interrupt around pipe.write. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | What's New in Python 3.5: add pep 461 (bytes%args)... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #23605: Fix typo in an os.walk() comment |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | (Merge 3.4) Issue #22585: os.urandom() now releases... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22585: os.urandom() now releases the GIL when... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22181: os.urandom() now releases the GIL when... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Larry Hastings | Fix PY_VERSION in Include/patchlevel.h to reflect our... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Larry Hastings | Merge 3.5.0a3 release engineering changes back into... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22117: Try to fix rounding in conversion from... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #23752: _Py_fstat() is now responsible to raise... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Serhiy Storchaka | Issue #23785: Fixed memory leak in TextIOWrapper.tell... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Serhiy Storchaka | Issue #23785: Fixed memory leak in TextIOWrapper.tell... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Serhiy Storchaka | Issue #23783: Fixed memory leak in PyObject_ClearWeakRe... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Serhiy Storchaka | Issue #23783: Fixed memory leak in PyObject_ClearWeakRe... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Serhiy Storchaka | Issue #23466: %c, %o, %x, and %X in bytes formatting... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Serhiy Storchaka | Issue #23171: csv.Writer.writerow() now supports arbitr... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROU... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
R David Murray | #23745: handle duplicate MIME parameter names in new... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22117: Replace usage of _PyTime_ROUND_UP with... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22117: Add _PyTime_ROUND_CEILING rounding method... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
R David Murray | Merge: #23745: handle duplicate MIME parameter names... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #23752: When built from an existing file descript... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22117: Add assertions to _PyTime_AsTimeval(... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22117: Fix usage of _PyTime_AsTimeval() |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #23694: Fix usage of _Py_open() in the _posixsubp... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Victor Stinner | Issue #22117: Fix rounding of fromtimestamp() methods... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Victor Stinner | Issue #22117: Fix os.utime(), it now rounds the timesta... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Victor Stinner | Issue #22117: Fix rounding and implement _PyTime_ROUND_... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Larry Hastings | Added tag v3.5.0a3 for changeset 82656e28b5e5 |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Larry Hastings | Release bump for Python 3.5.0a3. v3.5.0a3 |
commit | commitdiff | tree | snapshot |
next |