]> granicus.if.org Git - python/shortlog
python
2013-06-23 Serhiy StorchakaMerge heads
2013-06-23 Serhiy StorchakaMerge heads
2013-06-23 Serhiy StorchakaMerge heads
2013-06-23 Serhiy StorchakaIssue #18184: PyUnicode_FromFormat() and PyUnicode_From...
2013-06-23 Serhiy StorchakaIssue #18184: PyUnicode_FromFormat() and PyUnicode_From...
2013-06-23 Łukasz LangaMerged fix for issue #18260 from 3.3
2013-06-23 Łukasz LangaFixed issue #18260: configparser TypeError on source...
2013-06-23 Christian HeimesSolaris' /dev/null is a symlink. The device test now...
2013-06-23 Christian HeimesSolaris' /dev/null is a symlink. The device test now...
2013-06-23 Christian Heimesimport.c does neither need mode_t nor _mkdir() anymore
2013-06-23 Christian HeimesAdd _stat module to VS project file -- this time with...
2013-06-23 Christian Heimesadd _stat to list of builtin Windows modules
2013-06-23 Victor Stinner(Merge 3.3) Issue #18135: Fix a possible integer overfl...
2013-06-23 Victor StinnerIssue #18135: Fix a possible integer overflow in ssl...
2013-06-23 Victor Stinner_ssl.c: strip trailing spaces
2013-06-23 Victor Stinner(Merge 3.3) Issue #18137: Detect integer overflow on...
2013-06-23 Victor StinnerIssue #18137: Detect integer overflow on precision...
2013-06-22 Victor StinnerIssue #11016: Try to fix compilaton of the new _stat...
2013-06-22 Andrew KuchlingMerge from 3.3
2013-06-22 Andrew KuchlingCloses #18220: expand itertools.islice docstring to...
2013-06-22 Andrew KuchlingClose #18285: add 'repeat' parameter to docstring for...
2013-06-22 Terry Jan Reedy#18151 Merge from 3.3
2013-06-22 Terry Jan Reedy#18151, part 2: Silence debug build resource warning...
2013-06-22 Christian HeimesIssue #11016: Add C implementation of the stat module...
2013-06-22 Andrew KuchlingMerge from 3.3
2013-06-22 Andrew Kuchling#18113: avoid segfault if Py_XDECREF triggers code...
2013-06-22 Christian Heimes... also TLSv1.1 and TLSv1.2
2013-06-22 Christian HeimesAdd my SSL module patches to whatsnew 3.4
2013-06-22 Christian HeimesBSD: block devices are gone
2013-06-22 Christian HeimesBSD: block devices are gone
2013-06-21 Brett Cannonmerge for issue #18278
2013-06-21 Brett CannonIssue #18278: properly document how the loaders are...
2013-06-21 Victor Stinnermarshal: optimize parsing of empty Unicode strings
2013-06-21 Christian HeimesFix test_stat on BSD, /dev/da0 and /dev/ad0 are links
2013-06-21 Christian HeimesFix test_stat on BSD, /dev/da0 and /dev/ad0 are links
2013-06-21 Christian HeimesAdd tests for untested features of the 'stat' module...
2013-06-21 Christian HeimesAdd tests for untested features of the 'stat' module...
2013-06-21 Andrew Kuchling#12716: reorganize docs for os module a bit
2013-06-21 Andrew Kuchling#13226: update references from ctypes/DLFCN modules...
2013-06-21 Andrew KuchlingMerge from 3.3
2013-06-21 Andrew KuchlingCloses #18218: use correct variable name for starting...
2013-06-21 Andrew KuchlingCloses #18239: correct description of count() in module...
2013-06-21 Andrew KuchlingCloses #18247: add Lib/test/data/* to .gitignore
2013-06-21 Andrew KuchlingMerge from 3.3
2013-06-21 Andrew KuchlingCloses #18267: use floor division in code example
2013-06-21 Brett CannonGrammatical mistake in a comment
2013-06-21 Andrew KuchlingMerge from 3.3
2013-06-21 Andrew KuchlingCloses #18272: use 'builtins' for 3.3 instead of __buil...
2013-06-20 Victor Stinnerwhatsnew/3.4: mention functools.singledispatch, PEP 443
2013-06-20 Victor Stinnerwhatsnew/3.4: mention the new enum module, PEP 435
2013-06-20 Andrew KuchlingMerge from 3.3
2013-06-20 Andrew Kuchling#4153: update Unicode howto for Python 3.3
2013-06-20 Senthil Kumaranmerge from 3.3
2013-06-20 Senthil KumaranAdd -b and -X options to python man page.
2013-06-19 R David MurrayMerge: Tweak programming faq examples so that it (mostl...
2013-06-19 R David MurrayTweak programming faq examples so that it (mostly)...
2013-06-19 Benjamin Petersonmerge 3.3 (#18248)
2013-06-19 Benjamin Petersonfix libffi build on AIX (closes #18248)
2013-06-19 Serhiy StorchakaIssue #18202: Fix minor bugs and cleanup test_source_en...
2013-06-19 Serhiy StorchakaIssue #18202: Fix minor bugs and cleanup test_coding.py.
2013-06-19 Brett Cannonmerge
2013-06-19 Brett CannonIssue #17177: Clarify some deprecations
2013-06-19 Christian Heimesfixed libffi on PPC without __NO_FPRS__
2013-06-19 Christian Heimesfixed libffi on PPC without __NO_FPRS__
2013-06-19 Christian Heimesmerge heads
2013-06-19 Christian Heimesmerge heads
2013-06-19 Christian HeimesIssue #18259: Declare sethostname in socketmodule.c...
2013-06-19 Christian HeimesIssue #18259: Declare sethostname in socketmodule.c...
2013-06-18 Antoine PitrouFix compilation warning with gcc 4.8 (unused typedef)
2013-06-18 Antoine PitrouIssue #18256: Compilation fix for recent AIX releases...
2013-06-18 Antoine PitrouIssue #18256: Compilation fix for recent AIX releases...
2013-06-18 Christian HeimesFix for r84195: add HAVE_ALLOCA_H to configure and...
2013-06-18 Christian HeimesFix for r84195: add HAVE_ALLOCA_H to configure and...
2013-06-17 Brett CannonGrammar tweak
2013-06-17 Brett CannonIssue #17222: fix a mix-up in some exception messages.
2013-06-17 Victor Stinner(Merge 3.3) test_faulthandler: use _sigsegv() instead...
2013-06-17 Victor Stinnertest_faulthandler: use _sigsegv() instead of _read_null()
2013-06-17 Victor Stinner(Merge 3.3) ctypes: AIX needs an explicit #include...
2013-06-17 Victor Stinnerctypes: AIX needs an explicit #include <alloca.h> to...
2013-06-17 Victor Stinner(Merge 3.3) Issue #18238: Skip test_signal.test_sigwait...
2013-06-17 Victor StinnerIssue #18238: Skip test_signal.test_sigwaitinfo_interru...
2013-06-17 Victor StinnerIssue #18228: Use locale.setlocale(name, None) instead of
2013-06-17 Victor StinnerIssue #18228: Fix locale test of test.regrtest.saved_te...
2013-06-17 Victor Stinner(Merge 3.3) regrtest.py: Fix another typo in the usage...
2013-06-17 Victor Stinnerregrtest.py: Fix another typo in the usage of the fault...
2013-06-17 Victor Stinner(Merge 3.3) regrtest.py: Fix typo in the usage of the...
2013-06-17 Victor Stinnerregrtest.py: Fix typo in the usage of the faulthandler...
2013-06-17 Christian Heimesmerge heads
2013-06-17 Christian HeimesIssue #18147: Add diagnostic functions to ssl.SSLContext().
2013-06-17 Serhiy StorchakaMerge heads
2013-06-17 Serhiy StorchakaIssue #18167: cgi.FieldStorage no more fails to handle...
2013-06-17 Serhiy StorchakaIssue #18167: cgi.FieldStorage no more fails to handle...
2013-06-17 Christian HeimesIssue #18207: Fix test_ssl for some versions of OpenSSL...
2013-06-17 Serhiy StorchakaIssue #18223: Refactor test_tarfile.
2013-06-17 Serhiy StorchakaIssue #18223: Refactor test_tarfile.
2013-06-16 Brett Cannondocumentation suggesting something which doesn't exist
2013-06-16 Brett CannonMerge doc/argument name fix
2013-06-16 Brett Cannonmerge
2013-06-16 Brett CannonFix a misnaming of a method and an argument
2013-06-16 Brett CannonIssue #18076: Introduce imoportlib.util.decode_source().
next