]> granicus.if.org Git - python/shortlog
python
2012-07-10 Benjamin Petersonfix refleak
2012-07-10 Martin v. LöwisIssue #15315: Support VS 2010 in distutils cygwincompiler.
2012-07-10 Martin v. LöwisDon't package removed pysetup3 anymore.
2012-07-09 Benjamin Petersoninitialize variable for compiler happiness
2012-07-09 Brett CannonMerge
2012-07-09 Brett CannonIssue #15167 (as part of #13959): imp.get_magic() is...
2012-07-09 Raymond HettingerFix markup
2012-07-09 Antoine PitrouNull merge
2012-07-09 Antoine PitrouIssue #15294: Fix a regression in pkgutil.extend_path...
2012-07-09 Antoine PitrouBackport test for nested namespace packages.
2012-07-09 Martin v. Löwismerge 3.2
2012-07-09 Martin v. Löwisnormalize whitespace
2012-07-09 Martin v. Löwismerge heads
2012-07-09 Martin v. Löwismerge 3.2
2012-07-09 Martin v. LöwisIssue #13532: Check that arguments to sys.stdout.write...
2012-07-09 Brett CannonUse the proper term.
2012-07-09 Brett CannonIssue #15242: Have PyImport_GetMagicTag() return a...
2012-07-09 Brett CannonAdd a note about pkgutil and how some things do not...
2012-07-09 Brett CannonIssue #15288: Clarify that pkgutil.walk_packages()...
2012-07-09 Brett CannonIssue #15056: imp.cache_from_source() and source_from_c...
2012-07-09 Brett CannonIssue #15256: Re-use the ImportError exception message...
2012-07-09 Vinay SajipAdded cross-references to venv definition.
2012-07-09 Vinay SajipMerged upstream changes.
2012-07-09 Vinay SajipIssue #15283: Updated pyvenv documentation to expand...
2012-07-09 Raymond HettingerAdd verbose option for diagnostics
2012-07-09 Terry Jan ReedyMerge with 3.2 Issue 12510
2012-07-09 Terry Jan ReedyIssue 12510: Delete actual first param name for all...
2012-07-09 Senthil Kumaranrevert the changes done for issue14826 - quoting witin...
2012-07-09 Senthil Kumaranrevert the changes done for issue14826 - quoting witin...
2012-07-08 Raymond HettingerMake it easier to search for the grouper() recipe.
2012-07-08 Raymond HettingerIssue 15265: document the exception raised for invalid...
2012-07-08 Raymond HettingerMinor algorithmic tweaks, better factoring, improved...
2012-07-08 Terry Jan ReedyMerge 3.2 closes issue 13557
2012-07-08 Terry Jan ReedyIssue #13557: Clarify effect of giving two different...
2012-07-08 Amaury Forgeot... Issue #15110: Copy same docstring as other '_exec_modul...
2012-07-08 Amaury Forgeot... Issue #15110: Also hide importlib frames when importing...
2012-07-08 Benjamin Petersontest AST base type garbage collection
2012-07-08 Benjamin Petersonadd news note for 85cccc38d01c
2012-07-08 Benjamin Petersonadd gc support to the AST base type (closes #15293)
2012-07-08 Vinay SajipCloses #15281, #15283: Don't make venv scripts executab...
2012-07-08 Nick CoghlanIssue 14814: The new systematic tests aren't just about...
2012-07-08 Antoine PitrouMerge
2012-07-08 Antoine PitrouFix test_inspect messing up with linecache.cache.
2012-07-08 Nick CoghlanIssue 14814: Remove dead function (noticed by Serhiy...
2012-07-08 Antoine PitrouFix test failure under Windows
2012-07-08 Antoine PitrouMerge
2012-07-08 Antoine PitrouIssue #15291: Fix a memory leak where AST nodes where...
2012-07-08 Florent XiclunaIssue #11022 and #15287: correctly remove the TESTFN...
2012-07-08 Antoine PitrouIssue #15110: Fix the tracebacks generated by "import...
2012-07-08 Senthil Kumaranissue 14826 - Address the buildbot failure quote of...
2012-07-08 Senthil Kumaranissue 14826 - Address the buildbot failure ( explanatio...
2012-07-08 Senthil Kumaranmerge heads
2012-07-08 Senthil KumaranFix markup for versionchanged sphinx directive.
2012-07-08 Ross Lagerwall#15284: Skip {send,recv}msg tests with disabled IPv6
2012-07-08 Nick CoghlanIssue 14814: Further error case testing coverage and...
2012-07-08 Senthil KumaranFix issue14826 - make urllib.request.Request quoted...
2012-07-08 Senthil KumaranFix issue14826 - make urllib.request.Request quoted...
2012-07-07 Senthil KumaranFix 5931 - Python runtime hardcoded in wsgiref.simple_s...
2012-07-07 Antoine PitrouCheck-in compiled importlib changes (you must run ...
2012-07-07 Łukasz LangaMerge remote
2012-07-07 Łukasz LangaFixes #14590: ConfigParser doesn't strip inline comment...
2012-07-07 Ross LagerwallMerge with remote.
2012-07-07 Ross Lagerwall#15277: Fix a resource leak in support.py when IPv6...
2012-07-07 Antoine PitrouAdd a blurb about PEP 412
2012-07-07 Florent XiclunaSome cleanup in the Tools directory.
2012-07-07 Florent Xiclunatrace: remove unused imports.
2012-07-07 Florent XiclunaAdd tests to marshall double with xmlrpc.client.
2012-07-07 Florent XiclunaIssue #13248: io: Remove obsolete argument "max_buffer_...
2012-07-07 Florent XiclunaIssue #13248: argparse: Remove obsolete argument "versi...
2012-07-07 Nick CoghlanIssue 14814: Ensure ordering semantics across all 3...
2012-07-07 Nick CoghlanIssue 14814: Correctly return NotImplemented from ipadd...
2012-07-07 Jesus CeaCope with OSs lying - #10142: Support for SEEK_HOLE...
2012-07-07 Nick CoghlanIssue 14814: Further clean ups to the ipaddress tutorial
2012-07-07 Nick CoghlanIssue 14814: Explain how to get more error detail in...
2012-07-07 Mark DickinsonUse correct types for ASCII_CHAR_MASK integer constants.
2012-07-07 Nick CoghlanIssue 14814: Make the ipaddress code easier to follow...
2012-07-07 Florent XiclunaMinor refactoring in importlib._bootstrap, and fix...
2012-07-07 Florent XiclunaMinor refactoring in xml.etree.ElementTree doctype...
2012-07-07 Florent XiclunaMerge branch
2012-07-07 Florent XiclunaIssue #14990: tokenize: correctly fail with SyntaxError...
2012-07-07 Nick CoghlanIssue 14814: Provide more informative error messages...
2012-07-07 Nick CoghlanIssue 14814: %s implies coercion with str() - remove...
2012-07-07 doko@ubuntu.com- Issue #15268: Search curses.h in /usr/include/ncursesw.
2012-07-06 Antoine PitrouIssue #15247: FileIO now raises an error when given...
2012-07-06 Antoine PitrouIssue #15247: FileIO now raises an error when given...
2012-07-06 Nick CoghlanIssue 14814: Eliminate bytes warnings from ipaddress...
2012-07-06 Nick CoghlanIssue 14814: Better handling of cases where octet/hexte...
2012-07-06 Richard OudkerkIssue #15261: Stop os.stat(fd) crashing on Windows...
2012-07-05 Antoine PitrouIssue #15020: The program name used to search for Pytho...
2012-07-05 Antoine PitrouIssue #15020: The program name used to search for Pytho...
2012-07-05 Senthil KumaranFix issue # 15033 - Return the proper exitcode for...
2012-07-05 Senthil KumaranFix issue # 15033 - Return the proper exitcode for...
2012-07-04 Brett CannonIssue #15210: Greatly simplify the test for supporting...
2012-07-04 Mark DickinsonFix undefined names in __all__.
2012-07-04 Raymond HettingerMake ANSI the default output style
2012-07-03 Raymond HettingerAdd examples to the module docstring
2012-07-03 Raymond HettingerFix spelling.
2012-07-03 Raymond HettingerAdd support for ANSI escape sequences
2012-07-03 Vinay SajipCloses #14902: Fixed timezone conversion of a date...
2012-07-03 Raymond HettingerRefactor to isolate HTML encoding step from the parsing...
next