]> granicus.if.org Git - python/shortlog
python
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...
2015-03-31 Berker PeksagFix typo in Doc/whatsnew/3.5.rst.
2015-03-31 Raymond Hettingermerge
2015-03-31 Raymond HettingerIssue #23729: Improve docs for ElementTree namespace...
2015-03-30 Victor StinnerIssue #23485: select.epoll.poll() is now retried when...
2015-03-30 Victor StinnerIssue #23485: select.poll.poll() is now retried when...
2015-03-30 Victor StinnerIssue #23485: Add _PyTime_FromMillisecondsObject()...
2015-03-30 Victor StinnerIssue #23485: Fix test_signal, select.select() now...
2015-03-30 Brett CannonIgnore .rst files in the venv directory.
2015-03-30 Victor StinnerPEP 475: on EINTR, retry the function even if the timeo...
2015-03-30 Victor StinnerIssue #23485: select.select() is now retried automatica...
2015-03-30 Serhiy StorchakaPartially revert 3603bae63c13 (issue23326) for asyncio.
2015-03-30 R David Murray#2211: Fix typo, address missed review comment.
2015-03-30 R David MurrayMerge: #23792: also catch interrupt around pipe.write.
2015-03-30 R David Murray#23792: also catch interrupt around pipe.write.
2015-03-30 Victor StinnerWhat's New in Python 3.5: add pep 461 (bytes%args)...
2015-03-30 Victor StinnerIssue #23605: Fix typo in an os.walk() comment
2015-03-30 Victor Stinner(Merge 3.4) Issue #22585: os.urandom() now releases...
2015-03-30 Victor StinnerIssue #22585: os.urandom() now releases the GIL when...
2015-03-30 Victor StinnerIssue #22181: os.urandom() now releases the GIL when...
2015-03-30 Larry HastingsFix PY_VERSION in Include/patchlevel.h to reflect our...
2015-03-30 Larry HastingsMerge 3.5.0a3 release engineering changes back into...
2015-03-30 Victor StinnerIssue #22117: Try to fix rounding in conversion from...
2015-03-30 Victor StinnerIssue #23752: _Py_fstat() is now responsible to raise...
2015-03-30 Serhiy StorchakaIssue #23785: Fixed memory leak in TextIOWrapper.tell...
2015-03-30 Serhiy StorchakaIssue #23785: Fixed memory leak in TextIOWrapper.tell...
2015-03-30 Serhiy StorchakaIssue #23783: Fixed memory leak in PyObject_ClearWeakRe...
2015-03-30 Serhiy StorchakaIssue #23783: Fixed memory leak in PyObject_ClearWeakRe...
2015-03-30 Serhiy StorchakaIssue #23466: %c, %o, %x, and %X in bytes formatting...
2015-03-30 Serhiy StorchakaIssue #23171: csv.Writer.writerow() now supports arbitr...
2015-03-30 Victor StinnerIssue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROU...
2015-03-30 R David Murray#23745: handle duplicate MIME parameter names in new...
2015-03-30 Victor StinnerIssue #22117: Replace usage of _PyTime_ROUND_UP with...
2015-03-30 Victor StinnerIssue #22117: Add _PyTime_ROUND_CEILING rounding method...
2015-03-30 R David MurrayMerge: #23745: handle duplicate MIME parameter names...
2015-03-30 Victor StinnerIssue #23752: When built from an existing file descript...
2015-03-30 Victor StinnerIssue #22117: Add assertions to _PyTime_AsTimeval(...
2015-03-30 Victor StinnerIssue #22117: Fix usage of _PyTime_AsTimeval()
2015-03-30 Victor StinnerIssue #23694: Fix usage of _Py_open() in the _posixsubp...
2015-03-29 Victor StinnerIssue #22117: Fix rounding of fromtimestamp() methods...
2015-03-29 Victor StinnerIssue #22117: Fix os.utime(), it now rounds the timesta...
2015-03-29 Victor StinnerIssue #22117: Fix rounding and implement _PyTime_ROUND_...
2015-03-29 Larry HastingsAdded tag v3.5.0a3 for changeset 82656e28b5e5
2015-03-29 Larry HastingsRelease bump for Python 3.5.0a3. v3.5.0a3
next