]> granicus.if.org Git - python/shortlog
python
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
2015-03-29 Larry HastingsRegenerated pydoc topics and minor doc fixes for 3...
2015-03-29 Serhiy StorchakaIssue #22390: test.regrtest now emits a warning if...
2015-03-29 Victor StinnerIssue #22117: Cleanup pytime.c/.h
2015-03-29 Victor StinnerIssue #22117: Use the _PyTime_t API in _datetime.dateti...
2015-03-29 Serhiy StorchakaIssue #22390: test.regrtest now emits a warning if...
2015-03-29 Serhiy StorchakaIssue #14260: The groupindex attribute of regular expre...
2015-03-29 R David Murray#2211: properly document the Morsel behavior changes.
2015-03-29 Benjamin Petersonmerge 3.4 (#23801)
2015-03-29 Donald StufftCloses #23801 - Ignore entire preamble to multipart...
2015-03-29 R David MurrayMerge: #23792: Ignore KeyboardInterrupt when the pydoc...
2015-03-29 R David Murray#23792: Ignore KeyboardInterrupt when the pydoc pager...
2015-03-29 Serhiy StorchakaAdded explicit tests for issue #23803.
2015-03-29 Serhiy StorchakaIssue #23803: Fixed str.partition() and str.rpartition...
2015-03-29 Serhiy StorchakaRemoved unintentional trailing spaces in text files.
2015-03-28 Serhiy StorchakaMake some tests more frienly to MemoryError.
2015-03-28 Serhiy StorchakaMake some tests more frienly to MemoryError.
2015-03-28 Victor StinnerIssue #22117: Fix _PyTime_GetMonotonicClock() and
2015-03-28 Victor StinnerIssue #22117: Add the new _PyTime_ROUND_FLOOR rounding...
2015-03-28 Victor StinnerIssue #22117: Use the _PyTime_t API for time.clock_sett...
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
next