]> granicus.if.org Git - python/shortlog
python
2015-04-04 Serhiy StorchakaIssue #23825: Fixed test_idle under -OO.
2015-04-04 Serhiy StorchakaIssue #23825: Fixed test_idle under -OO.
2015-04-04 Serhiy StorchakaMoved Misc/NEWS entries not included in 3.5.0 alpha...
2015-04-03 Serhiy StorchakaIssue #23492: Argument Clinic now generates argument...
2015-04-03 Serhiy StorchakaIssue #23501: Argumen Clinic now generates code into...
2015-04-03 Larry HastingsIssue #23500: Argument Clinic is now smarter about...
2015-04-03 Serhiy StorchakaIssue #15582: inspect.getdoc() now follows inheritance...
2015-04-03 Serhiy StorchakaIssue #23466: Raised OverflowError if %c argument is...
2015-04-03 Serhiy StorchakaRemoved trailing whitespaces in miscalenous files.
2015-04-03 Serhiy StorchakaEscaped backslashes in docstrings.
2015-04-03 Serhiy StorchakaEscaped backslashes in docstrings.
2015-04-03 Victor StinnerMerge 3.4 (asyncio doc)
2015-04-03 Victor StinnerIssue #23219: Update asyncio.wait_for() documentation
2015-04-03 Serhiy StorchakaGot rid of warnings "suggest braces around empty body...
2015-04-03 Serhiy StorchakaIssue #22351. MockSslTests tests in test_nntplib now...
2015-04-03 Serhiy StorchakaIssue #22351. MockSslTests tests in test_nntplib now...
2015-04-03 Victor StinnerIssue #22351: Fix test_nntplib if the ssl module is...
2015-04-02 Serhiy StorchakaIssue #10590: Added tests for xml.sax.parse() and xml...
2015-04-02 Victor StinnerIssue #23853: Cleanup _ssl.c
2015-04-03 Victor StinnerIssue #23834: Simplify timeout handling
2015-04-03 Victor StinnerIssue #22117: Add a new _PyTime_FromSeconds() function
2015-04-03 Victor StinnerMerge 3.4 (test_nntplib)
2015-04-02 Serhiy StorchakaIssue #10590: Added tests for xml.sax.parse() and xml...
2015-04-02 Serhiy StorchakaIssue #2175: SAX parsers now support a character stream...
2015-04-02 Serhiy StorchakaIssue #2175: Added tests for xml.sax.saxutils.prepare_i...
2015-04-02 Serhiy StorchakaIssue #2175: Added tests for xml.sax.saxutils.prepare_i...
2015-04-02 Serhiy StorchakaIssue #16840: Fixed test_tcl for Tcl < 8.5.
2015-04-02 Serhiy StorchakaIssue #16840: Fixed test_tcl for Tcl < 8.5.
2015-04-02 Serhiy StorchakaIssue #21526: Skip test_booleans on Tcl < 8.5.
2015-04-02 Serhiy StorchakaIssue #21526: Skip test_booleans on Tcl < 8.5.
2015-04-02 Serhiy StorchakaIssue #16840: Tkinter now supports 64-bit integers...
2015-04-02 Serhiy StorchakaIssue #16840: Tkinter now supports 64-bit integers...
2015-04-02 Victor Stinner(Merge 3.4) Issue #23834: Fix socket.sendto(), use...
2015-04-02 Victor StinnerIssue #23834: Fix socket.sendto(), use the C Py_ssize_t...
2015-04-02 Victor StinnerMerge 3.4 (_posixsubprocess)
2015-04-02 Victor StinnerIssue #23851: close() must not be retried when it fails...
2015-04-02 Victor StinnerIssue #23618: Ooops, remove abort() added for debug...
2015-04-02 Victor StinnerIssue #23618: Fix sock_connect_impl(), set the socket...
2015-04-02 Victor StinnerMerge 3.4 (test_exceptions)
2015-04-02 Victor StinnerIssue #22977: Fix test_exceptions
2015-04-02 Victor StinnerIssue #23648: Complete the list of modified functions...
2015-04-02 Victor StinnerIssue #23618: socket.socket.connect() now waits until...
2015-04-02 Victor StinnerIssue #23618: Document EINTR changes in socket document...
2015-04-02 Victor StinnerIssue #23618: Don't declare recvmsg/sendmsg helper...
2015-04-02 Serhiy StorchakaIssue #21526: Fixed the test_booleans test for wantobje...
2015-04-02 Serhiy StorchakaIssue #21526: Fixed the test_booleans test for wantobje...
2015-04-02 Serhiy StorchakaIssue #21526: Fixed support of new boolean type in...
2015-04-02 Serhiy StorchakaIssue #21526: Tkinter now supports new boolean type...
2015-04-02 Serhiy StorchakaIssue #22977: Fixed formatting Windows error messages...
2015-04-02 Serhiy StorchakaIssue #22977: Fixed formatting Windows error messages...
2015-04-02 Benjamin Petersonmerge 3.4 (#23844)
2015-04-02 Benjamin Petersonreplace 512 bit dh key with a 2014 bit one (closes...
2015-04-02 Victor StinnerIssue #23834: Fix sock_call(), set deadline_initialized...
2015-04-01 Victor StinnerIssue #23834: Modify socket.sendall() to reuse sock_cal...
2015-04-01 Victor StinnerIssue #23834: Add sock_call() helper function
2015-04-01 Victor StinnerIssue #23836: Fix the faulthandler module to handle...
2015-04-01 Victor StinnerIssue #23836: Use _Py_write_noraise() to retry on EINTR...
2015-04-01 Victor StinnerIssue #23836: Use _Py_write_noraise() to retry on EINTR...
2015-04-01 Victor StinnerIssue #23836: Use _Py_write_noraise() to retry on EINTR...
2015-04-01 Victor StinnerIssue #23836: Document functions releasing the GIL...
2015-04-01 Victor StinnerIssue #23836: Add _Py_write_noraise() function
2015-04-01 Benjamin Petersonmerge 3.4
2015-04-01 Victor StinnerIssue #22117, issue #23485: Fix _PyTime_AsMilliseconds...
2015-04-01 Benjamin Petersonremove assignment in conditional
2015-04-01 Raymond HettingerCheck deques against common sequence tests (except...
2015-04-01 Victor StinnerWhat's New in Python 3.5: mention signal.set_wakeup_fd...
2015-04-01 Serhiy StorchakaIssue #23821: Fixed test_pdb failure under -O.
2015-04-01 Serhiy StorchakaIssue #23821: Fixed test_pdb failure under -O.
2015-04-01 Serhiy StorchakaIssue #23838: linecache now clears the cache and return...
2015-04-01 Serhiy StorchakaIssue #23838: linecache now clears the cache and return...
2015-04-01 R David MurrayIt wasn't a typo, it is the mnemonic (AT=@).
2015-04-01 Serhiy StorchakaIssue #23799: Added test.support.start_threads() for...
2015-04-01 Serhiy StorchakaIssue #23799: Added test.support.start_threads() for...
2015-04-01 Victor StinnerIssue #23618: Fix EINTR handling on Windows
2015-04-01 Benjamin Petersonmerge 3.4 (#12855)
2015-04-01 Benjamin Petersondocument what exactly str.splitlines() splits on (close...
2015-03-31 Victor StinnerIssue #23618: Enhance EINTR handling in socket.connect()
2015-03-31 Victor StinnerIssue #23618: Fix EINTR handling in socket.connect()
2015-03-31 Victor StinnerIssue #23618: Cleanup internal_connect() in socketmodule.c
2015-03-31 Raymond HettingerIssue 23793: Add deque support for __add__(), __mul__...
2015-03-31 Victor StinnerIssue #23618: Refactor internal_connect()
2015-03-31 Victor StinnerIssue #23618: Refactor internal_connect()
2015-03-31 Victor StinnerIssue #22117: Fix integer overflow check in socket_pars...
2015-03-31 Serhiy StorchakaIssue #23611: Fixed enums pickling tests. Now all...
2015-03-31 Serhiy StorchakaIssue #18473: Fixed pickle compatibility tests for...
2015-03-31 Serhiy StorchakaIssue #18473: Fixed pickle compatibility tests for...
2015-03-31 Serhiy StorchakaIssue #10395: Added os.path.commonpath(). Implemented...
2015-03-31 Victor StinnerIssue #23618: Fix internal_connect_select()
2015-03-31 Victor StinnerIssue #23618: internal_connect_select() now waits also...
2015-03-31 Victor StinnerIssue #23618: Refactor internal_select() to prepare...
2015-03-31 Victor StinnerIssue #23618: Refactor the _socket module
2015-03-31 Victor StinnerWhat's New in Python 3.5, PEP 475: mention modified...
2015-03-31 Serhiy StorchakaIssue #23611: Serializing more "lookupable" objects...
2015-03-31 Serhiy StorchakaIssue #13583: sqlite3.Row now supports slice indexing.
2015-03-31 Serhiy StorchakaMerge heads
2015-03-31 Serhiy StorchakaIssue #18473: Fixed 2to3 and 3to2 compatible pickle...
2015-03-31 Serhiy StorchakaIssue #18473: Fixed 2to3 and 3to2 compatible pickle...
2015-03-31 Victor StinnerIssue #23485: Enhance and update selectors doc and...
2015-03-31 Victor StinnerIssue #23485: select.devpoll.poll() is now retried...
2015-03-31 Victor StinnerIssue #23485: select.kqueue.control() is now retried...
next