2015-04-03 |
Serhiy Storchaka | Issue #23466: Raised OverflowError if %c argument is... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Serhiy Storchaka | Removed trailing whitespaces in miscalenous files. |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Serhiy Storchaka | Escaped backslashes in docstrings. |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Serhiy Storchaka | Escaped backslashes in docstrings. |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Victor Stinner | Merge 3.4 (asyncio doc) |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Victor Stinner | Issue #23219: Update asyncio.wait_for() documentation |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Serhiy Storchaka | Got rid of warnings "suggest braces around empty body... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Serhiy Storchaka | Issue #22351. MockSslTests tests in test_nntplib now... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Serhiy Storchaka | Issue #22351. MockSslTests tests in test_nntplib now... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Victor Stinner | Issue #22351: Fix test_nntplib if the ssl module is... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #10590: Added tests for xml.sax.parse() and xml... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Issue #23853: Cleanup _ssl.c |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Victor Stinner | Issue #23834: Simplify timeout handling |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Victor Stinner | Issue #22117: Add a new _PyTime_FromSeconds() function |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Victor Stinner | Merge 3.4 (test_nntplib) |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #10590: Added tests for xml.sax.parse() and xml... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #2175: SAX parsers now support a character stream... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #2175: Added tests for xml.sax.saxutils.prepare_i... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #2175: Added tests for xml.sax.saxutils.prepare_i... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #16840: Fixed test_tcl for Tcl < 8.5. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #16840: Fixed test_tcl for Tcl < 8.5. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #21526: Skip test_booleans on Tcl < 8.5. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #21526: Skip test_booleans on Tcl < 8.5. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #16840: Tkinter now supports 64-bit integers... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Serhiy Storchaka | Issue #16840: Tkinter now supports 64-bit integers... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | (Merge 3.4) Issue #23834: Fix socket.sendto(), use... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Issue #23834: Fix socket.sendto(), use the C Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Merge 3.4 (_posixsubprocess) |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Issue #23851: close() must not be retried when it fails... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Issue #23618: Ooops, remove abort() added for debug... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Issue #23618: Fix sock_connect_impl(), set the socket... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Merge 3.4 (test_exceptions) |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Issue #22977: Fix test_exceptions |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Issue #23648: Complete the list of modified functions... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Issue #23618: socket.socket.connect() now waits until... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Victor Stinner | Issue #23618: Document EINTR changes in socket document... |
commit | commitdiff | tree | snapshot |
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 |
next |