]> granicus.if.org Git - python/shortlog
python
2016-03-24 Victor StinnerEnhance and modernize test_os
2016-03-24 Victor Stinnertest_os: use @support.requires_linux_version
2016-03-24 Victor StinnerCloses #26620: Fix ResourceWarning in test_urllib2_localnet
2016-03-24 Victor StinnerEnhance and modernize test_genericpath
2016-03-24 Victor StinnerEnhance os._DummyDirEntry
2016-03-24 Victor Stinnerregrtest: when parallel tests are interrupted, display...
2016-03-24 Victor Stinnerregrtest: mention in tests run sequentially or in parallel
2016-03-24 Victor Stinnerregrtest: fix --fromfile feature
2016-03-24 Victor StinnerFix DeprecationWarning on Windows
2016-03-23 Victor Stinner_tracemalloc: use compact key for traces
2016-03-23 Victor Stinnersocketmodule.c: error if option larger than INT_MAX
2016-03-23 Victor StinnerFix test_spwd on OpenIndiana
2016-03-23 Victor StinnerTry to fix test_gdb on s390x SLES 3.x
2016-03-23 Stefan KrahNull merge.
2016-03-23 Stefan KrahIssue #26621: Remove unnecessary test.
2016-03-23 Stefan KrahIssue #26621: Update libmpdec version and remove unnece...
2016-03-23 Victor StinnerTry to fix test_spwd on OpenIndiana
2016-03-23 Terry Jan ReedyMerge heads
2016-03-23 Terry Jan ReedyMerge heads
2016-03-23 Victor StinnerIssue #23848: Fix usage of _Py_DumpDecimal()
2016-03-23 Terry Jan ReedyMerge with 3.5
2016-03-23 Victor Stinnerlongobject.c: fix compilation warning on Windows 64-bit
2016-03-23 Terry Jan ReedyIssue #26525: Change chr example to match change in...
2016-03-23 Victor StinnerTry to fix test_gdb on s390x buildbots
2016-03-23 Victor Stinnerget_warnings_attr(): Fix coverity warning
2016-03-23 Victor StinnerFix typo in doc: avoid the french "& cie" :-)
2016-03-23 Victor StinnerRework _Py_DumpASCII() to make Coverity happy
2016-03-23 Victor StinnerIssue #23848: Try to fix test_faulthandler on ARM
2016-03-23 Victor Stinnerfaulthandler: only log fatal exceptions
2016-03-23 doko@ubuntu.comMerge 3.5
2016-03-23 doko@ubuntu.comMakefile.pre.in (profile-opt): Fix bashism.
2016-03-23 Victor StinnerBuildbots: change also Windows timeout from 1 hour...
2016-03-23 Victor Stinnerregrtest: display test duration in sequential mode
2016-03-23 Victor Stinner_msi.c: try to fix compiler warnings
2016-03-23 Victor Stinnercompiler.c: fix compiler warnings on Windows
2016-03-23 Victor Stinnergetpathp.c: fix compiler warning
2016-03-23 Victor Stinner_PyMem_DebugFree(): fix compiler warning on Windows
2016-03-23 Victor Stinnerfaulthandler: add Windows exception handler
2016-03-23 Victor StinnerIssue #23848: Expose _Py_DumpHexadecimal()
2016-03-23 Victor StinnerCleanup hashtable.h
2016-03-23 Victor StinnerIssue #26588:
2016-03-23 Victor StinnerIssue #26588:
2016-03-23 Victor StinnerIssue #26588: Optimize tracemalloc_realloc()
2016-03-23 Victor StinnerMakefile: change default value of TESTTIMEOUT from...
2016-03-23 Victor Stinnerregrtest: add timeout to main process when using -jN
2016-03-22 Victor Stinner_warnings.warn_explicit(): try to import warnings
2016-03-22 Victor StinnerImplement finalizer for os.scandir() iterator
2016-03-22 Victor StinnerAdd a source parameter to warnings.warn()
2016-03-22 Victor StinnerFix macros in hashtable.h
2016-03-22 Victor StinnerMerge 3.5
2016-03-22 Victor StinnerEnhance _tracemalloc debug mode
2016-03-22 Victor StinnerFix _tracemalloc start/stop
2016-03-22 Victor StinnerIssue #26588: remove debug traces from _tracemalloc.
2016-03-22 Victor StinnerIssue #26588: skip test_warnings.test_tracemalloc()
2016-03-22 Victor StinnerIssue #26588: more debug traces
2016-03-22 Victor StinnerIssue #26588: Don't call tracemalloc_init() at module...
2016-03-22 Victor StinnerIssue #26588: one more assertion
2016-03-22 Victor StinnerAdd assertions on tracemalloc_reentrant_key
2016-03-22 Victor StinnerIssue #26588: more assertions
2016-03-22 Victor StinnerIssue #26588: fix compilation on Windows
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()
next