]> granicus.if.org Git - python/shortlog
python
2015-12-14 Gregory P.... Re-fix issue #19284: Don't generate the no-op -R comman...
2015-12-14 Gregory P.... Fix test_cmd_line not to fail if PYTHONHASHSEED is...
2015-12-14 Gregory P.... assert_python_ok docstring typo fix.
2015-12-13 Vinay SajipFixes #25844: Corrected =/== typo potentially leading...
2015-12-11 Yury Selivanovasyncio: Make Tasks check if Futures are attached to...
2015-12-11 Yury Selivanovasyncio: Sync with github
2015-12-07 doko@ubuntu.comRemove x permissions from Lib/test/test_script_helper.py
2015-12-07 Larry HastingsMerge.
2015-12-07 Larry HastingsPost-release fixups for Python 3.4.4rc1.
2015-12-06 Serhiy StorchakaIssue25814: Propagate all errors from custom XML parser...
2015-12-06 Larry HastingsAdded tag v3.4.4rc1 for changeset 04f3f725896c
2015-12-06 Larry HastingsVersion bump for 3.4.4rc1. v3.4.4rc1
2015-12-06 Larry HastingsRebuilt pydoc topics for 3.4.4rc1.
2015-12-06 Ned DeilyIssue #25798: Update OS X 10.5+ 32-bit-only installer...
2015-12-05 Martin PanterIssue #25764: Skip the test on OS X
2015-12-05 Benjamin Petersonmerge 3.3
2015-12-05 Benjamin Petersonfix reordering
2015-12-05 Benjamin Petersonmerge 3.3
2015-12-05 Benjamin Petersonmerge 3.2
2015-12-05 Benjamin Petersonadd CVE and issue number
2015-12-05 Zachary WareIssue #25800: Fix running test_capi directly
2015-12-05 R David Murray#24903: Remove misleading error message to fix regression.
2015-11-30 Martin PanterIssue #25764: Preserve subprocess fork exception when...
2015-12-03 Serhiy StorchakaIssue #6478: _strptime's regexp cache now is reset...
2015-12-02 Serhiy StorchakaIssue #25709: Fixed problem with in-place string concat...
2015-12-01 Steven D'ApranoMerge heads.
2015-12-01 Zachary WareIssue #25767: Link to English Wikipedia instead of...
2015-12-01 Steven D'ApranoFix for issue #25177 with the mean of very small and...
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 StorchakaIssue #25718: Fixed copying object with state with...
2015-11-29 Serhiy StorchakaIssue #25761: Added more test cases for testing unpickl...
2015-11-26 Serhiy StorchakaIssue #10131: Fixed deep copying of minidom documents...
2015-11-26 Martin PanterIssues #22989, #21228: Document HTTP response object...
2015-11-26 Martin PanterIssue #25622: Rename to PythonValuesTestCase and enable...
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 #25616: Tests for OrderedDict are extracted from...
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 #25725: Fixed a reference leak in pickle.loads...
2015-11-24 Vinay SajipIssue #25508: Clarify documentation on LogRecord args...
2015-11-24 Martin PanterIssue #25576: Remove application/x-www-form-urlencoded...
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 #25688: Fixed file leak in ElementTree.iterparse...
2015-11-23 Serhiy StorchakaIssue #23914: Fixed SystemError raised by unpickler...
2015-11-23 Serhiy StorchakaIssue #25691: Fixed crash on deleting ElementTree.Eleme...
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-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 ReedyMisc/NEWS entries for IDLE.
2015-11-21 Serhiy StorchakaIssue #25686: test_shutil no longer uses the distutils...
2015-11-21 Terry Jan ReedyIssue 15348: Stop debugger engine (normally in user...
2015-11-21 Terry Jan ReedyIssue #24455: Prevent IDLE from hanging when a) closing...
2015-11-20 Yury Selivanovasyncio: Fix with github
2015-11-20 Yury Selivanovasyncio.tests: Fix whitespace
2015-11-20 Yury Selivanovasyncio: Drop "value" parameter from Task._step method.
2015-11-20 Yury Selivanovasyncio: Sync with github
2015-11-20 Terry Jan ReedyMake it slightly clearer that IDLE close message is...
2015-11-20 R David Murray#25679: spelling fix
2015-11-19 Martin PanterIssue #25583: Avoid incorrect errors raised by os.maked...
2015-11-19 Guido van RossumIssue #25593: Change semantics of EventLoop.stop().
2015-11-18 Yury Selivanovasyncio.docs: Fix versionadded
2015-11-18 Yury Selivanovasyncio: Error if awaiting in parallel on the same...
2015-11-18 Martin PanterIssue #23200: Document that max_length=0 is not supported
2015-11-17 Martin PanterIssue #20468: Remove incorrect information about maxrss...
2015-11-17 Yury Selivanovasyncio: Cleanup Future API
2015-11-17 Yury Selivanovasyncio: Sync with github
2015-11-16 Martin PanterIssue #25615: Document unsorted behaviour of glob;...
2015-11-16 Yury Selivanovasyncio: Optimize Task._wakeup
2015-11-16 Yury Selivanovasyncio.docs: Document Transport.is_closing
2015-11-16 Yury Selivanovasyncio: Add Transport.is_closing()
2015-11-16 Serhiy StorchakaIssue #25498: Fixed contributors name.
2015-11-16 Terry Jan ReedyIssue #24750: whitespace
2015-11-16 Terry Jan ReedyIssue #24750: Improve appearance of IDLE editor window...
2015-11-16 Martin PanterIssue #20220: Add DST rules to work around glibc quirk
2015-11-16 Serhiy StorchakaIssue #9051: Added tests for pickling and copying the...
2015-11-16 Gregory P.... Fix issue #6973: When we know a subprocess.Popen proces...
2015-11-14 Benjamin Petersonrm trailing ws
2015-11-14 Benjamin Petersonfix possible memory lea k in _get_aia_uri (closes ...
2015-11-14 Serhiy StorchakaIssue #25388: Fixed tokenizer crash when processing...
2015-11-14 Benjamin Petersonfix build with older openssl (#25569)
2015-11-14 Martin PanterFix a few grammar problems in the documentation and...
2015-11-14 Martin PanterCorrect Content-Type syntax in documentation
2015-11-13 Martin PanterIssue #25590: Make rlcompleter only call getattr()...
2015-11-13 Martin PanterIssue #25498: Fix GC crash due to ctypes objects wrappi...
2015-11-13 Yury Selivanovasyncio: Fix sporadic failing unittests in debug mode
2015-11-13 Victor StinnerIssue #25605: Document exceptions raised by fcntl.ioctl...
2015-11-12 Terry Jan ReedyIndent
2015-11-12 Terry Jan ReedyWhitespace
2015-11-12 Terry Jan ReedyIssue #25313: Change the handling of new built-in text...
2015-11-12 Serhiy StorchakaIssue #25607: Restore old distutils logging threshold...
2015-11-12 Serhiy StorchakaRestore old distutils logging threshold after running...
2015-11-12 Serhiy StorchakaIssue #22995: Default implementation of __reduce__...
2015-11-12 Benjamin Petersonalways set OP_NO_SSLv3 by default (closes #25530)
2015-11-12 Benjamin Petersonfix memory leak in _get_crl_dp (closes #25569)
2015-11-12 Zachary WareRewrite re.VERBOSE section.
2015-11-10 Serhiy StorchakaIssue #6598: Avoid clock wrapping around in test_make_m...
next