]> granicus.if.org Git - python/shortlog
python
2012-07-15 Nick CoghlanTake the first step in resolving the messy pkgutil...
2012-07-15 Eli BenderskyIssue #9458: clarify the documentation of ElementTree...
2012-07-15 Eli BenderskyClose #1767933: Badly formed XML using etree and utf...
2012-07-15 Larry Hastings- Issue #15233: Python now guarantees that callables...
2012-07-15 Raymond HettingerFix-up latex styling
2012-07-15 Larry Hastings- Issue #15238: shutil.copystat now copies Linux "exten...
2012-07-14 Gregory P.... Update the embedded copy of the expat XML parser to...
2012-07-14 Brett CannonMinor grammatical tweaks.
2012-07-14 Eli BenderskySome small fixes and clarifications to the io documentation
2012-07-14 Nick CoghlanMerge #15230 doc updates from 3.2
2012-07-14 Nick CoghlanIssue #15230: Update runpy docs to clarify a couple...
2012-07-14 Nick CoghlanMerge fix for #15230 from 3.2
2012-07-14 Nick CoghlanClose #15230: runpy.run_path now sets __package__ corre...
2012-07-13 Ned DeilyIssue #15241: Fix test_prefixes failure in test_venv...
2012-07-13 Antoine PitrouTry other approach to fix issue #15334.
2012-07-13 Antoine PitrouTry other approach to fix issue #15334.
2012-07-13 Antoine PitrouNull merge
2012-07-13 Antoine PitrouRemove duplicate entry and fix order
2012-07-13 Antoine PitrouIssue #15334: skip test_dynamic_key when run in non...
2012-07-13 Antoine PitrouIssue #15334: skip test_dynamic_key when run in non...
2012-07-13 Antoine PitrouMerge
2012-07-13 Antoine PitrouIssue #15338: skip test_UNC_path when the current user...
2012-07-13 Antoine PitrouIssue #15338: skip test_UNC_path when the current user...
2012-07-13 Raymond HettingerFix builtin test and simplify the classified text tuple.
2012-07-13 Brett CannonIssues #15169, #14599: Make PyImport_ExecCodeModuleWith...
2012-07-13 Brett CannonIssue #15053: Make sure all functions related to the...
2012-07-12 Antoine PitrouAdd c_size_t and c_ssize_t to the ctypes summary table.
2012-07-12 Raymond HettingerShow the proper way to exit a cmd shell
2012-07-11 Antoine PitrouIssue #15300: Ensure the temporary test working directo...
2012-07-11 Martin v. LöwisUse _RPCFile.write properly.
2012-07-11 Martin v. LöwisDon't use TextIOBase implementations in _RPCFile.
2012-07-11 Martin v. LöwisIssue #15319: Revert wrapping of sys.stdin. Patch by...
2012-07-10 Ned DeilyIssue #4832: Modify IDLE to save files with .py extensi...
2012-07-13 Eli BenderskyAdditional fixes to multiprocessing docs (for issue...
2012-07-13 Eli BenderskyIssue #15296: Fix minidom.toxml/toprettyxml for non...
2012-07-13 Eli BenderskySome fixes for the documentation of multiprocessing...
2012-07-13 Eli BenderskyRemove :noindex: for threading.Thread which killed...
2012-07-12 Stefan KrahIssue #7652: Clean up _mpd_qinvroot() and mark it LIBMP...
2012-07-12 Antoine PitrouAdd c_size_t and c_ssize_t to the ctypes summary table.
2012-07-12 Raymond Hettingermerge
2012-07-12 Antoine PitrouFor diagnosis, try to list the directory first
2012-07-12 Antoine PitrouSmall improvements to test_unc_path
2012-07-12 Antoine PitrouTry to fix or diagnose buildbot failures
2012-07-11 Antoine PitrouIssue #15300: Ensure the temporary test working directo...
2012-07-11 Martin v. Löwismerge 3.2
2012-07-11 Martin v. Löwismerge 3.2
2012-07-11 Martin v. Löwismerge 3.2
2012-07-10 Antoine PitrouFix compilation under Windows
2012-07-10 Brett CannonIssue #15111: When a module was imported using a 'from...
2012-07-10 Vinay SajipFactored out common venv documentation and added more...
2012-07-10 Raymond HettingerAdd simple LaTeX markup
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 PitrouBackport test for nested namespace packages.
2012-07-09 Antoine PitrouIssue #15294: Fix a regression in pkgutil.extend_path...
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...
next