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 |
2015-03-29 |
Larry Hastings | Regenerated pydoc topics and minor doc fixes for 3... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Serhiy Storchaka | Issue #22390: test.regrtest now emits a warning if... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Victor Stinner | Issue #22117: Cleanup pytime.c/.h |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Victor Stinner | Issue #22117: Use the _PyTime_t API in _datetime.dateti... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Serhiy Storchaka | Issue #22390: test.regrtest now emits a warning if... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Serhiy Storchaka | Issue #14260: The groupindex attribute of regular expre... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
R David Murray | #2211: properly document the Morsel behavior changes. |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Benjamin Peterson | merge 3.4 (#23801) |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Donald Stufft | Closes #23801 - Ignore entire preamble to multipart... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
R David Murray | Merge: #23792: Ignore KeyboardInterrupt when the pydoc... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
R David Murray | #23792: Ignore KeyboardInterrupt when the pydoc pager... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Serhiy Storchaka | Added explicit tests for issue #23803. |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Serhiy Storchaka | Issue #23803: Fixed str.partition() and str.rpartition... |
commit | commitdiff | tree | snapshot |
next |