]> granicus.if.org Git - python/shortlog
python
2016-03-16 Victor StinnerNull merge 3.5
2016-03-16 Victor StinnerFix usage of PyMem_Malloc() in overlapped.c
2016-03-16 Victor StinnerFix usage of PyMem_Malloc() in overlapped.c
2016-03-17 Martin PanterIssue #26499: Fixes to HTTPResponse.readline() and...
2016-03-16 Victor StinnerPy_FatalError: disable faulthandler earlier
2016-03-16 Victor Stinnerfaulthandler now works in non-Python threads
2016-03-16 Victor StinnerFix usage of PyMem_Malloc() in os.stat()
2016-03-16 Victor StinnerFail if PyMem_Malloc() is called without holding the GIL
2016-03-16 Victor StinnerFix compilation error of traceback.c on Windows
2016-03-17 Martin PanterIssue #21042: Revert Linux find_library() to return...
2016-03-17 Martin PanterIssue #26499: Merge HTTPResponse fix from 3.5
2016-03-15 Victor Stinnerregrtest: Fix module.__path__
2016-03-15 Victor StinnerIssue #26564: Fix test_capi
2016-03-15 Victor StinnerOops, revert unwanted change used to create an example
2016-03-15 Victor StinnerOn memory error, dump the memory block traceback
2016-03-15 Victor StinnerMerge 3.5 (_tracemalloc)
2016-03-15 Victor Stinner_tracemalloc: store lineno as unsigned int
2016-03-15 Victor StinnerEnhance and rewrite traceback dump C functions
2016-03-15 Victor StinnerMerge 3.5 (test_faulthandler)
2016-03-15 Victor Stinnerfaulthandler: Test Py_FatalError() with GIL released
2016-03-15 Victor Stinner_tracemalloc: filename cannot be NULL
2016-03-15 Victor StinnerIssue #26566: Rewrite test_signal.InterProcessSignalTests
2016-03-15 Antoine PitrouIssue #26523: The multiprocessing thread pool (multipro...
2016-03-15 Antoine PitrouIssue #26523: The multiprocessing thread pool (multipro...
2016-03-15 Robert Collins#25320: Handle sockets in directories unittest discover...
2016-03-15 Robert Collins#25320: Handle sockets in directories unittest discover...
2016-03-14 Victor StinnerCheck the GIL in PyObject_Malloc()
2016-03-14 Victor StinnerAdd more checks on the GIL
2016-03-14 Victor StinnerIssue #26516: Fix test_capi on AIX
2016-03-14 Victor StinnerMerge 3.5 (test_venv)
2016-03-14 Victor StinnerFix test_venv on FreeBSD buildbot
2016-03-14 Victor Stinner_pickle: Fix load_counted_tuple(), use Py_ssize_t for...
2016-03-14 Victor Stinnerposix_getcwd(): limit to INT_MAX on Windows
2016-03-14 Victor StinnerMerge 3.5 (test_site)
2016-03-14 Victor StinnerSkip test_site if USER_SITE cannot be created
2016-03-14 Victor StinnerIssue #26516: Fix test_capi on 32-bit system
2016-03-14 Victor StinnerIssue #26516: Fix test_capi on Windows
2016-03-14 Victor StinnerIssue #26558: Remove useless check in tracemalloc
2016-03-14 Victor StinnerFix Py_FatalError() if called without the GIL
2016-03-14 Victor StinnerFix Py_FatalError() if called without the GIL
2016-03-14 Victor StinnerAdd PYTHONMALLOC env var
2016-03-14 Serhiy StorchakaIssue #20556: Used specific assert methods in threading...
2016-03-14 Serhiy StorchakaIssue #20556: Used specific assert methods in threading...
2016-03-14 Berker PeksagIssue #747320: Use email.utils.formatdate() to avoid...
2016-03-14 Berker PeksagIssue #16181: cookiejar.http2time() now returns None...
2016-03-14 Berker PeksagIssue #16181: cookiejar.http2time() now returns None...
2016-03-13 Ezio Melotti#24918: merge with 3.5.
2016-03-13 Ezio Melotti#24918: fix CSS for code blocks when a side box is...
2016-03-13 Raymond Hettingermerge
2016-03-13 Raymond HettingerMinor recipe edit: convert "while 1" to "while True".
2016-03-13 Ezio Melotti#25687: merge with 3.5.
2016-03-13 Ezio Melotti#25687: clarify that errors in tearDown increase the...
2016-03-13 Raymond Hettingermerge
2016-03-13 Raymond HettingerIssue #26548: Minor fix to awkward wording in docs
2016-03-12 Steve DowerIssue #26079: Fixing the build output folder for tix...
2016-03-12 Steve DowerIssue #26079: Fixing the build output folder for tix...
2016-03-12 Steve DowerIssue #23606: Adds note to ctypes documentation regardi...
2016-03-12 Steve DowerIssue #23606: Adds note to ctypes documentation regardi...
2016-03-12 Steve DowerIssue #26513: Fixes platform module detection of Window...
2016-03-12 Steve DowerIssue #26513: Fixes platform module detection of Window...
2016-03-12 Serhiy StorchakaIssue #23718: Fixed parsing time in week 0 before Jan...
2016-03-12 Serhiy StorchakaIssue #23718: Fixed parsing time in week 0 before Jan...
2016-03-12 Victor StinnerRevert change 291d47954618
2016-03-11 Victor StinnerMerge 3.5
2016-03-11 Victor StinnerIssue #20589: Fix test_pathlib
2016-03-11 Victor StinnerAlways test datetime.strftime("%4Y")
2016-03-11 Berker PeksagIssue #26542: Fix markup of code example in difflib...
2016-03-11 Victor StinnerAdd Mock.assert_called()
2016-03-11 Berker PeksagIssue #26542: Fix markup of code example in difflib...
2016-03-11 Berker PeksagIssue #20589: Invoking Path.owner() and Path.group...
2016-03-11 Berker PeksagIssue #20589: Invoking Path.owner() and Path.group...
2016-03-11 Terry Jan ReedyMerge with 3.5
2016-03-11 Terry Jan ReedyIssue 25959: Explain in docstring that PhotoImage.zoom...
2016-03-09 Victor StinnerMerge 3.5 (malloc doc)
2016-03-09 Victor StinnerIssue #26516: Enhance Python mem allocators doc
2016-03-09 Serhiy StorchakaIssue #26177: Fixed the keys() method for Canvas and...
2016-03-10 Martin PanterIssue #21042: Return full path in ctypes.util.find_libr...
2016-03-09 Serhiy StorchakaIssue #26177: Fixed the keys() method for Canvas and...
2016-03-08 Serhiy StorchakaIssue #15068: Avoid creating a reference loop in fileinput.
2016-03-08 Serhiy StorchakaIssue #15068: Avoid creating a reference loop in fileinput.
2016-03-08 Steve DowerBacks out buildbot clean trigger.
2016-03-08 Steve DowerBacks out buildbot clean trigger.
2016-03-08 Steve DowerAdds warning to prepare_ssl when nasm is not available.
2016-03-08 Steve DowerAdds warning to prepare_ssl when nasm is not available.
2016-03-08 Serhiy StorchakaIssue #25911: Tring to silence deprecation warnings...
2016-03-08 Serhiy StorchakaIssue #25911: Tring to silence deprecation warnings...
2016-03-08 Serhiy StorchakaBacked out changeset da020e408c7f
2016-03-08 Serhiy StorchakaBacked out changeset f9e22717722d
2016-03-08 Serhiy StorchakaBacked out changeset 19a3e0e664af
2016-03-08 Steve DowerIssue #26465: Update Windows builds to use OpenSSL...
2016-03-08 Steve DowerIssue #26465: Update Windows builds to use OpenSSL...
2016-03-08 Serhiy StorchakaIssue #15068: Got rid of excessive buffering in fileinput.
2016-03-08 Serhiy StorchakaIssue #15068: Got rid of excessive buffering in the...
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-08 Ned DeilyIssue #26465: merge from 3.5
2016-03-08 Ned DeilyIssue #26465: Update OS X installer build to use OpenSS...
2016-03-08 Ned DeilyIssue #24324: merge from 3.5
2016-03-08 Ned DeilyIssue #24324: Do not enable unreachable code warnings...
next