]> granicus.if.org Git - python/shortlog
python
2015-12-01 Steven D'ApranoIssue #25177: Fixed problem with the mean of very small...
2015-12-01 Zachary WareCloses #25767: Merge with 3.5
2015-12-01 Zachary WareIssue #25767: Merge with 3.4
2015-12-01 Zachary WareIssue #25767: Link to English Wikipedia instead of...
2015-11-30 Serhiy StorchakaRemoved debugging output of exception raised by __reduc...
2015-11-30 Serhiy StorchakaRemoved debugging output of exception raised by __reduc...
2015-11-30 Serhiy StorchakaRemoved debugging output of exception raised by __reduc...
2015-11-30 Serhiy StorchakaFixed reference leak when read truncated pickle.
2015-11-30 Serhiy StorchakaFixed reference leak when read truncated pickle.
2015-11-30 Serhiy StorchakaFixed reference leak when read truncated pickle.
2015-11-30 Serhiy StorchakaIssue #25718: Fixed copying object with state with...
2015-11-30 Serhiy StorchakaIssue #25718: Fixed copying object with state with...
2015-11-30 Serhiy StorchakaIssue #25718: Fixed copying object with state with...
2015-11-30 Martin PanterIssue #5319: New Py_FinalizeEx() API to exit with statu...
2015-11-29 Serhiy StorchakaIssue #25761: Added more test cases for testing unpickl...
2015-11-29 Serhiy StorchakaIssue #25761: Added more test cases for testing unpickl...
2015-11-29 Serhiy StorchakaIssue #25761: Added more test cases for testing unpickl...
2015-11-28 Martin PanterIssue #25754: Allow test_rlcompleter to be run multiple...
2015-11-28 R David Murray#25485: Add context manager support to Telnet class.
2015-11-26 Serhiy StorchakaIssue #10131: Fixed deep copying of minidom documents...
2015-11-26 Serhiy StorchakaIssue #10131: Fixed deep copying of minidom documents...
2015-11-26 Serhiy StorchakaIssue #10131: Fixed deep copying of minidom documents...
2015-11-26 Martin PanterIssue #22989, #21228: Merge urlopen() doc from 3.5
2015-11-26 Martin PanterIssue #22989, #21228: Merge urlopen() doc from 3.4...
2015-11-26 Martin PanterIssues #22989, #21228: Document HTTP response object...
2015-11-26 Martin PanterMerge from 3.5; no changes
2015-11-26 Martin PanterIssue #25622: Use repr(bytes) to avoid BytesWarning
2015-11-26 Martin PanterIssue #25622: Merge ctypes test from 3.4 into 3.5
2015-11-26 Martin PanterIssue #25622: Rename to PythonValuesTestCase and enable...
2015-11-26 Martin PanterIssue #25622: Rename to PythonValuesTestCase and enable...
2015-11-25 Serhiy StorchakaNull merge
2015-11-25 Serhiy StorchakaNull merge
2015-11-25 Serhiy StorchakaIssue #19687: Fixed possible integer overflows in Eleme...
2015-11-25 Serhiy StorchakaIssue #24097: Fixed crash in object.__reduce__() if...
2015-11-25 Serhiy StorchakaIssue #24097: Fixed crash in object.__reduce__() if...
2015-11-25 Serhiy StorchakaIssue #24097: Fixed crash in object.__reduce__() if...
2015-11-25 Serhiy StorchakaIssue #25616: Tests for OrderedDict are extracted from...
2015-11-25 Serhiy StorchakaIssue #25616: Tests for OrderedDict are extracted from...
2015-11-25 Serhiy StorchakaIssue #25616: Tests for OrderedDict are extracted from...
2015-11-25 Serhiy StorchakaIssue #25697: Fixed rough alphabetical order in Misc...
2015-11-25 Serhiy StorchakaIssue #25697: Fixed rough alphabetical order in Misc...
2015-11-25 Serhiy StorchakaIssue #25697: Fixed rough alphabetical order in Misc...
2015-11-25 Serhiy StorchakaIssue #24731: Fixed crash on converting objects with...
2015-11-25 Serhiy StorchakaIssue #24731: Fixed crash on converting objects with...
2015-11-25 Serhiy StorchakaIssue #24731: Fixed crash on converting objects with...
2015-11-25 Serhiy StorchakaIssue #7990: dir() on ElementTree.Element now lists...
2015-11-25 Serhiy StorchakaIssue #25725: Fixed a reference leak in pickle.loads...
2015-11-25 Serhiy StorchakaIssue #25725: Fixed a reference leak in pickle.loads...
2015-11-25 Serhiy StorchakaIssue #25725: Fixed a reference leak in pickle.loads...
2015-11-24 Vinay SajipCloses #25508: Merged documentation fix from 3.5.
2015-11-24 Vinay SajipIssue #25508: Merged documentation fix from 3.4.
2015-11-24 Vinay SajipIssue #25508: Clarify documentation on LogRecord args...
2015-11-24 Martin PanterIssue #25576: Apply fix to new urlopen() doc string
2015-11-24 Martin PanterIssue #25576: Merge www-form-urlencoded doc from 3.5
2015-11-24 Martin PanterIssue #25576: Merge www-form-urlencoded doc from 3...
2015-11-24 Martin PanterIssue #25576: Remove application/x-www-form-urlencoded...
2015-11-24 Martin PanterIssue #25695: Defer creation of TESTDIRN until the...
2015-11-24 Raymond Hettingermerge
2015-11-24 Raymond HettingerIssue #25700: Clarify that namedtuple property docstrin...
2015-11-24 Raymond Hettingermerge
2015-11-24 Raymond HettingerFix non-ascii character
2015-11-24 Raymond Hettingermerge
2015-11-24 Raymond HettingerAdd a missing docstring
2015-11-24 Martin PanterIssue #25663: Update rlcompleter test for new 3.6 behaviour
2015-11-24 Martin PanterIssue #25663: Merge rlcompleter fix from 3.5
2015-11-24 Martin PanterIssue #25663: Merge rlcompleter fix from 3.4 into 3.5
2015-11-23 Martin PanterIssue #25663: Make rlcompleter avoid duplicate global...
2015-11-23 Serhiy StorchakaIssue #25706: Fixed markup in the documentation.
2015-11-23 Serhiy StorchakaIssue #25706: Fixed markup in the documentation.
2015-11-23 Serhiy StorchakaIssue #25706: Fixed markup in the documentation.
2015-11-23 Serhiy StorchakaIssue #25688: Fixed file leak in ElementTree.iterparse...
2015-11-23 Serhiy StorchakaIssue #25688: Fixed file leak in ElementTree.iterparse...
2015-11-23 Serhiy StorchakaIssue #25688: Fixed file leak in ElementTree.iterparse...
2015-11-23 Serhiy StorchakaIssue #23914: Fixed SystemError raised by unpickler...
2015-11-23 Serhiy StorchakaIssue #23914: Fixed SystemError raised by unpickler...
2015-11-23 Serhiy StorchakaIssue #23914: Fixed SystemError raised by unpickler...
2015-11-23 Larry HastingsNull merge from 3.5.
2015-11-23 Larry HastingsMerge 3.5.1rc1 release changes back into main 3.5 branch.
2015-11-23 Larry HastingsPost-release updates for Python 3.5.1rc1.
2015-11-23 Serhiy StorchakaIssue #25691: Fixed crash on deleting ElementTree.Eleme...
2015-11-23 Serhiy StorchakaIssue #25691: Fixed crash on deleting ElementTree.Eleme...
2015-11-23 Serhiy StorchakaIssue #25691: Fixed crash on deleting ElementTree.Eleme...
2015-11-23 Steve DowerMerge from 3.5
2015-11-23 Steve DowerFixes upload directories for Windows installer.
2015-11-22 Victor StinnerIssue #25694: Fix test_regrtest for installed Python
2015-11-22 Victor StinnerIssue #25694: Install test.libregrtest to be able to...
2015-11-22 Serhiy StorchakaIssue #25624: ZipFile now always writes a ZIP_STORED...
2015-11-22 Serhiy StorchakaIssue #25624: ZipFile now always writes a ZIP_STORED...
2015-11-22 Serhiy StorchakaIssue #25624: ZipFile now always writes a ZIP_STORED...
2015-11-22 Serhiy StorchakaIssue #19687: Fixed memory leak on failed Element slice...
2015-11-22 Serhiy StorchakaIssue #19687: Fixed memory leak on failed Element slice...
2015-11-22 Serhiy StorchakaIssue #19687: Fixed memory leak on failed Element slice...
2015-11-22 Larry HastingsAdded tag v3.5.1rc1 for changeset 948ef16a6951
2015-11-22 Larry HastingsVersion bump for Python 3.5.1rc1. v3.5.1rc1
2015-11-22 Larry HastingsUpdated pydoc topics for 3.5.1rc1.
2015-11-21 Martin PanterIssue #25689: Merge ftplib and nntplib docs from 3.5
2015-11-21 Martin PanterIssue #25689: Merge ftplib and nntplib docs from 3...
2015-11-21 Martin PanterIssue #25689: Fix language in ftplib and nntplib docs
2015-11-21 Terry Jan ReedyUpdate idlelib/NEWS.txt.
2015-11-21 Terry Jan ReedyUpdate idlelib/NEWS.txt.
next