]> granicus.if.org Git - python/shortlog
python
2015-03-28 Victor StinnerIssue #22117: Use the new _PyTime_t API in the select...
2015-03-28 Victor StinnerIssue #22117: The thread module uses the new _PyTime_t...
2015-03-28 Victor StinnerIssue #22117: Fix ssl to use _PyTime_t API on sock_timeout
2015-03-28 Victor StinnerIssue #22117: remove _PyTime_INTERVAL() macro
2015-03-28 Victor StinnerIssue #22117: The socket module uses _PyTime_t timestam...
2015-03-28 Victor StinnerIssue #22117: Write unit tests for _PyTime_AsTimeval()
2015-03-27 Victor StinnerIssue #23618, #22117: refactor socketmodule.c
2015-03-27 Victor StinnerIssue #22117: The signal modules uses the new _PyTime_t API
2015-03-27 Victor StinnerIssue #22117: The gc module now uses _PyTime_t timestamp
2015-03-27 Victor StinnerIssue #22117: time.time() now uses the new _PyTime_t API
2015-03-27 Victor StinnerIssue #22117: time.monotonic() now uses the new _PyTime...
2015-03-27 Benjamin Petersonformat .. note properly
2015-03-27 Brett CannonRemove a dead test for a never-launched API
2015-03-27 Brett CannonMerge
2015-03-27 Brett CannonFix module deprecation warnings to have a useful stacklevel
2015-03-27 Victor StinnerIssue #22117: Fix rounding in _PyTime_FromSecondsObject()
2015-03-27 Victor StinnerIssue #22117: Fix test_gdb for the new time.sleep()
2015-03-27 Victor StinnerMerge 3.4 (test.support)
2015-03-27 Victor StinnerIssue #23445: Fix test.support.python_is_optimized...
2015-03-27 Victor StinnerMerge 3.4 (asyncio)
2015-03-27 Victor Stinnerasyncio: Fix _SelectorTransport.__repr__() if the event...
2015-03-27 Victor StinnerIssue #23715: Fix test_sigtimedwait() of test_eintr
2015-03-27 Victor StinnerIssue #23451, #22117: Python 3.5 now requires Windows...
2015-03-27 Victor StinnerIssue #22117: Add a new Python timestamp format _PyTime...
2015-03-26 Victor StinnerIssue #23648: Document the PEP 475 in the "Porting...
2015-03-26 Victor Stinner_PyUnicodeWriter_WriteStr() now checks that the input...
2015-03-26 Serhiy StorchakaIssue #23775: pprint() of OrderedDict now outputs the...
2015-03-26 Serhiy StorchakaIssue #23776: Removed asserts from pprint.PrettyPrinter...
2015-03-26 Steve DowerIssue #23765: Removed IsBadStringPtr calls in ctypes
2015-03-25 Serhiy StorchakaIssue #22364: Improved some re error messages using...
2015-03-25 Serhiy StorchakaCheck that failed writerow() doesn't produce change...
2015-03-25 Serhiy StorchakaCheck that failed writerow() doesn't produce change...
2015-03-25 Serhiy StorchakaIssue #23742: ntpath.expandvars() no longer loses unbal...
2015-03-25 Serhiy StorchakaIssue #23742: ntpath.expandvars() no longer loses unbal...
2015-03-25 Serhiy StorchakaIssue #21717: The zipfile.ZipFile.open function now...
2015-03-25 Steve DowerMissing brace and minor formatting in Windows installer
2015-03-25 Victor StinnerIssue #23571: If io.TextIOWrapper constructor fails...
2015-03-25 Victor StinnerIssue #23571: Fix reentrant call to Py_FatalError()
2015-03-24 Serhiy StorchakaFixed bytes warnings when run tests with -vv.
2015-03-24 Serhiy StorchakaIssue #21802: The reader in BufferedRWPair now is close...
2015-03-24 Serhiy StorchakaIssue #23671: string.Template now allows to specify...
2015-03-24 Serhiy StorchakaAdded tests for mixed kinds of Unicode strings.
2015-03-24 Serhiy StorchakaIssue #23583: Added tests for standard IO streams in...
2015-03-24 Victor StinnerIssue #23571: Py_FatalError() now tries to flush sys...
2015-03-24 Victor StinnerIssue #23571: Enhance Py_FatalError()
2015-03-24 Ezio Melotti#11468: improve unittest basic example. Initial patch...
2015-03-23 Victor StinnerIssue #23654: Fix faulthandler._stack_overflow() for...
2015-03-23 Serhiy StorchakaIssue #21560: An attempt to write a data of wrong type...
2015-03-22 Raymond HettingerIssue 23729: Document ElementTree namespace handling...
2015-03-22 R David Murray#23647: Increase imaplib's MAXLINE to accommodate moder...
2015-03-22 R David Murray#23539: Set Content-Length to 0 for PUT, POST, and...
2015-03-22 R David Murray#23700: fix/improve comment
2015-03-22 Benjamin Petersonclarify behavior of shutil.move when destination exists...
2015-03-22 Ned DeilyIssue #22289: Prevent test_urllib2net failures due...
2015-03-22 Serhiy StorchakaIssue #22079: Deprecation warning now is issued in...
2015-03-21 Serhiy StorchakaIssue #22351: The nntplib.NNTP constructor no longer...
2015-03-21 Steve DowerCloses #9445: Removes detection of GetFinalPathNameByHandle
2015-03-25 Steve DowerIssue #23765: Remove IsBadStringPtr calls in ctypes
2015-03-25 Steve DowerFixes UI labels and ability to add/remove features.
2015-03-25 Steve DowerAdds pydoc shortcut, Edit with IDLE menu, moves redist...
2015-03-25 Raymond HettingerFix typo
2015-03-25 Raymond HettingerMinor code and comment cleanups.
2015-03-25 Victor StinnerIssue #23573: Fix bytes.rfind() and bytearray.rfind...
2015-03-25 Victor StinnerMerge 3.4 (traceback)
2015-03-25 Victor Stinner(Merge 3.4) Issue #23571: Fix reentrant call to Py_Fata...
2015-03-24 Serhiy StorchakaFixed bytes warnings when run tests with -vv.
2015-03-24 Serhiy StorchakaFixed using deprecated escaping in regular expression...
2015-03-24 Serhiy StorchakaIssue #21802: The reader in BufferedRWPair now is close...
2015-03-24 Serhiy StorchakaIssue #23622: Unknown escapes in regular expressions...
2015-03-24 Serhiy StorchakaIssue #4727: Fixed issue number in Misc/NEWS.
2015-03-24 Serhiy StorchakaIssue #23671: string.Template now allows to specify...
2015-03-24 Serhiy StorchakaIssue #23573: Increased performance of string search...
2015-03-24 Serhiy StorchakaAdded tests for mixed kinds of Unicode strings.
2015-03-24 Serhiy StorchakaIssue #23583: Added tests for standard IO streams in...
2015-03-24 Serhiy StorchakaIssue #23502: The pprint module now supports mapping...
2015-03-24 Serhiy StorchakaIssue #17530: pprint now wraps long bytes objects and...
2015-03-24 Serhiy StorchakaIssue #23741: Slightly refactor the pprint module to...
2015-03-24 Serhiy StorchakaIssue #22687: Fixed some corner cases in breaking words...
2015-03-24 Benjamin Petersonchange Σ to ν for obscure joke reasons
2015-03-24 Serhiy StorchakaIssue #20289: The copy module now uses pickle protocol...
2015-03-24 Victor StinnerIssue #23571: Enhance _Py_CheckFunctionResult()
2015-03-24 Victor StinnerIssue #23571: Update test_capi
2015-03-24 Victor Stinner(Merge 3.4) Issue #23571: Py_FatalError() now tries...
2015-03-24 Victor Stinnerstdprinter_write(): mention the encoding
2015-03-24 Victor StinnerIssue #23571: In debug mode, _Py_CheckFunctionResult...
2015-03-24 Victor StinnerIssue #23571: PyErr_FormatV() and PyErr_SetObject(...
2015-03-24 Victor StinnerIssue #23753: Move _Py_wstat() from Python/fileutils...
2015-03-24 Victor Stinner(Merge 3.4) Issue #23571: Enhance Py_FatalError()
2015-03-24 Ezio Melotti#11468: merge with 3.4.
2015-03-24 Victor StinnerIssue #23753: Python doesn't support anymore platforms...
2015-03-24 Raymond HettingerImprove and fix-up comments.
2015-03-24 Raymond HettingerIssue 23744: Minor speed-up for deque.__bool__().
2015-03-23 Paul MooreMisc/NEWS entries for zipapp changes
2015-03-23 Victor StinnerMerge 3.4 (faulthandler ICC)
2015-03-23 Serhiy StorchakaNull merge
2015-03-23 Serhiy StorchakaIssue #23688: Added support of arbitrary bytes-like...
2015-03-22 Serhiy StorchakaIssue #23252: Added support for writing ZIP files...
2015-03-22 Serhiy StorchakaIssue #21526: Tkinter now supports new boolean type...
2015-03-22 Raymond Hettingermerge
2015-03-22 R David MurrayMerge: #23647: Increase imaplib's MAXLINE to accommodat...
next