]> granicus.if.org Git - python/shortlog
python
2016-03-18 Victor StinnerAdd _showwarnmsg() and _formatwarnmsg() to warnings
2016-03-18 Brett CannonMerge for issue #26095
2016-03-18 Brett CannonSuggest people use feature detection in porting guide
2016-03-18 Brett CannonIssue #26252: Add an example on how to register a finder
2016-03-18 Ezio Melotti#26250: merge with 3.5.
2016-03-18 Ezio Melotti#26250: document the sqlite3.Cursor.connection attribut...
2016-03-18 Brett CannonMerge for issue #26271
2016-03-18 Brett CannonIssue #26271: Fix the Freeze tool to use variables...
2016-03-18 Victor StinnerDoc: fix typos, patch written by Stefan Behnel
2016-03-18 Serhiy StorchakaFixed a typo.
2016-03-18 Serhiy StorchakaFixed a typo.
2016-03-18 Berker PeksagIssue #26580: Remove outdated reference to ftpmirror
2016-03-18 Berker PeksagIssue #26580: Remove outdated reference to ftpmirror
2016-03-18 Victor StinnerEnhance documentation on malloc debug hooks
2016-03-17 Steve DowerIssue #26313: ssl.py _load_windows_store_certs fails...
2016-03-17 Steve DowerIssue #26313: ssl.py _load_windows_store_certs fails...
2016-03-17 Ned DeilyIssue #26583: merge from 3.5
2016-03-17 Ned DeilyIssue #26583: Skip test_timestamp_overflow in test_impo...
2016-03-17 Donald StufftMerge 3.5 into default
2016-03-17 Donald StufftMerge 3.4 into 3.5
2016-03-17 Donald StufftUpgrade ensurepip._bundled pip to 8.1.1 and setuptools...
2016-03-17 Victor StinnerMerge 3.5
2016-03-18 Martin PanterIssue #17603: Merge configure.ac fix from 3.5
2016-03-18 Martin PanterIssue #17603: Check for st_blocks field without requiri...
2016-03-17 Victor StinnerFix pyclbr to support importing packages
2016-03-17 Victor StinnerNull merge 3.5
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 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...
next