]> granicus.if.org Git - python/shortlog
python
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().
2013-06-16 Brett Cannonimportlib.abc.SourceLoader.get_source() was re-raising...
2013-06-16 Brett CannonIssue #18115: Abstract out managing the cleanup of...
2013-06-16 Brett CannonCheck that warnings.showwarning() is not changed.
2013-06-16 Brett CannonIssues #18058, 18057: Make importlib._bootstrap.Namespa...
2013-06-16 Brett Cannonmerge
2013-06-16 Brett CannonIssue #17177: The imp module is pending deprecation.
2013-06-16 Andrew KuchlingMerge with 3.3
2013-06-16 Andrew KuchlingDescribe 'surrogateescape' in the documentation.
2013-06-16 Brett CannonStop using the deprecated unittest.TestCase.assertRaise...
2013-06-16 Brett CannonMake test_builtin work when executed directly
2013-06-16 Gregory P.... Prevent a possible double close of parent pipe fds...
2013-06-16 Gregory P.... news entry for subprocess double close fix.
2013-06-16 Gregory P.... Prevent a possible double close of parent pipe fds...
2013-06-15 Brett CannonIssue #17177: stop using imp in test_importlib
2013-06-15 Brett CannonIssue #17177: update checkpyc to stop using imp
2013-06-15 Brett CannonIssue # 17177: Stop using imp in setup.py
2013-06-15 Brett CannonIssue # 17177: Stop using imp in turtledemo
2013-06-15 Brett CannonIssue #17177: Stop using imp in zipfile
2013-06-15 Brett CannonIssue #17177: Stop using imp in a bunch of tests
2013-06-15 Andrew KuchlingMerge with 3.3
2013-06-15 Brett CannonIssue #17177: Stop using imp in sysconfig
2013-06-15 Brett CannonIssue #17177: switch from imp.new_module to types.Modul...
2013-06-15 Brett CannonIssue #17177: Stop using imp in pydoc
2013-06-15 Brett CannonIssue #17177: Stop using imp with py_compile
2013-06-15 Andrew Kuchling#18113: Objects associated to a curses.panel object...
2013-06-15 Brett Cannonmerge
2013-06-15 Brett Cannonmerge w/ 3.3
2013-06-15 Brett CannonDrop some dead imports of imp
2013-06-15 Andrew KuchlingFix typo; clarify that the methods were removed entirely
2013-06-15 Brett CannonIssue #17177: Stop using imp in multiprocessing
2013-06-15 Brett CannonIssue #17177: Stop using imp in distutils
2013-06-15 Brett CannonIssue #17177: stop using imp for compileall.
2013-06-15 Brett Cannonmake test more robust under Windows
2013-06-15 Brett CannonIssue #17177: Update the programming FAQ to use importlib
2013-06-15 Brett CannonMove something to the right section of What's New
2013-06-15 Brett CannonIssue #18194: Introduce importlib.util.cache_from_sourc...
2013-06-15 Brett CannonMake it more obvious what things used in imp are snuck...
2013-06-15 Brett CannonIssue #17907: touch up the code for imp.new_module().
2013-06-15 Brett CannonFix markup of the synopsis along with changing to state...
2013-06-15 Victor StinnerMerge heads
2013-06-15 Victor StinnerRevert changeset 6661a8154eb3: Issue #3329: Add new...
2013-06-14 Ethan FurmanCloses issue 17947. Adds PEP-0435 (Adding an Enum...
next