]> granicus.if.org Git - python/shortlog
python
2016-03-22 Victor StinnerIssue #26588: add debug traces
2016-03-22 Victor Stinnerregrtest: add time to output
2016-03-22 Victor StinnerAdd C functions _PyTraceMalloc_Track()
2016-03-22 Victor Stinnertracemalloc now supports domains
2016-03-22 Victor StinnerRemove _Py_hashtable_delete()
2016-03-22 Victor StinnerSimplify implementation of hashtable.c
2016-03-22 Martin PanterIssue #24266: Merge readline Ctrl+C handling from 3.5
2016-03-22 Martin PanterIssue #24266: Cancel history search mode with Ctrl...
2016-03-22 Benjamin Petersonmerge 3.5 (#17167)
2016-03-22 Benjamin Petersonmerge 3.4 (#17167)
2016-03-22 Benjamin Petersonremove useless $ keyword (closes #17167)
2016-03-22 Martin PanterIssue #15699: Merge readline fixup from 3.5
2016-03-22 Martin PanterIssue #15699: Reunite comment with variable
2016-03-21 Victor StinnerIssue #26588: Fix compilation warning on Windows
2016-03-21 Victor Stinnerhashtable.h now supports keys of any size
2016-03-21 Terry Jan ReedyIssue #26525: Change ord example from nu to more easily...
2016-03-21 Terry Jan ReedyIssue #15660: Further clarify 0 prefix for width specif...
2016-03-20 Serhiy StorchakaIssue #26581: Use the first coding cookie on a line...
2016-03-20 Serhiy StorchakaAdded new tests for detecting Python source code encoding.
2016-03-20 Berker PeksagIssue #12813: uuid.uuid4() no longer depends on ctypes
2016-03-20 Berker PeksagIssue #19164: Improve exception message of uuid.UUID()
2016-03-20 Berker PeksagIssue #26593: Fix typo in logging HOWTO
2016-03-19 Berker PeksagIssue #19265: Improve test coverage of datetime.tzinfo
2016-03-19 Victor Stinnercleanup iobase.c
2016-03-21 Victor StinnerFix test_ssl.test_refcycle()
2016-03-21 Victor StinnerAdd socket finalizer
2016-03-21 Victor StinnerOoops, revert changeset ea9efa06c137
2016-03-21 Victor StinnerOptimize bytes.replace(b'', b'.')
2016-03-19 Berker PeksagIssue #26560: Avoid potential ValueError in BaseHandler...
2016-03-18 Victor Stinner_tracemalloc: add domain to trace keys
2016-03-21 Terry Jan ReedyMerge with 3.5
2016-03-21 Terry Jan ReedyMerge with 3.5
2016-03-20 Serhiy StorchakaIssue #26581: Use the first coding cookie on a line...
2016-03-20 Serhiy StorchakaIssues #25643, #26581: Added new tests for detecting...
2016-03-20 Berker PeksagIssue #12813: uuid.uuid4() no longer depends on ctypes
2016-03-20 Berker PeksagIssue #19164: Improve exception message of uuid.UUID()
2016-03-20 Berker PeksagIssue #26593: Fix typo in logging HOWTO
2016-03-19 Berker PeksagIssue #19265: Improve test coverage of datetime.tzinfo
2016-03-19 Berker PeksagIssue #18787: spwd.getspnam() now raises a PermissionEr...
2016-03-19 Victor Stinnerfix indentation in Py_DECREF()
2016-03-19 Victor StinnerIssue #26567: enhance ResourceWarning example
2016-03-19 Victor StinnerTry again to fix test_warnings on Windows
2016-03-19 Berker PeksagIssue #26560: Avoid potential ValueError in BaseHandler...
2016-03-19 Victor StinnerTry to fix test_warnings on Windows
2016-03-19 Victor StinnerResourceWarning: Revert change on socket and scandir
2016-03-19 Victor StinnerFix test_logging
2016-03-19 Victor StinnerOn ResourceWarning, log traceback where the object...
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...
next