]> granicus.if.org Git - python/shortlog
python
2012-07-29 Martin v. LöwisIssue #15467: Merge 3.2
2012-07-29 Martin v. LöwisIssue #15467: Move helpers for __sizeof__ tests into...
2012-07-29 Nick CoghlanClose #15425: Eliminate more importlib related tracebac...
2012-07-29 Meador IngeIssue #15402: Simplify Struct.__sizeof__ and make tests...
2012-07-29 Meador IngeIssue #15402: Simplify Struct.__sizeof__ and make tests...
2012-07-28 Martin v. LöwisIssue #15431: Drop _freeze_importlib from all build...
2012-07-28 Martin v. LöwisIssue #15431: Declare PyImport_FrozenModules conditiona...
2012-07-28 Martin v. LöwisIssue #14578: Support modules registered in the Windows...
2012-07-28 Martin v. LöwisIssue #15431: Add _freeze_importlib project to regenera...
2012-07-28 Martin v. LöwisCommit unsaved edits.
2012-07-28 Martin v. LöwisIssue #15466: Stop using TYPE_INT64 in marshal,
2012-07-28 Richard OudkerkIssue #1692335: Move initial args assignment to BaseExc...
2012-07-28 Stefan KrahAdd unused parameter to a METH_NOARGS function.
2012-07-28 Stefan KrahAdd unused parameter to a couple of METH_NOARGS functio...
2012-07-28 Stefan KrahIssue #12834: Fix PyBuffer_ToContiguous() for non-conti...
2012-07-28 Ned DeilyIssue #15364: Fix test_srcdir for the installed case.
2012-07-27 Richard OudkerkDummy merge.
2012-07-27 Richard OudkerkIssue #6056: Make multiprocessing use setblocking(True...
2012-07-27 Richard OudkerkIssue #6056: Make multiprocessing use setblocking(True...
2012-07-27 Richard OudkerkIssue #15364: Fix sysconfig.get_config_var('srcdir...
2012-07-27 Vinay SajipMerged documentation update from 3.2.
2012-07-27 Vinay SajipImproved cookbook entry and fixed typo.
2012-07-26 Barry Warsaw- Issue #15458: python-config gets a new option --confi...
2012-07-26 Martin v. LöwisIssue #15456: Fix code __sizeof__ after #12399 change.
2012-07-26 Jason R. CoombsRestored test by specifying that the symlink links...
2012-07-26 Andrew SvetlovIssue #15041: update "see also" list in tkinter documen...
2012-07-26 Andrew SvetlovIssue #15041: update "see also" list in tkinter documen...
2012-07-25 Antoine PitrouIssue #15320: Make iterating the list of tests thread...
2012-07-25 Antoine PitrouIssue #15320: Make iterating the list of tests thread...
2012-07-25 Antoine PitrouMention the *limit* argument of TextIO.readline().
2012-07-25 Antoine PitrouMention the *limit* argument of TextIO.readline().
2012-07-25 Vinay SajipCloses #15445: Merged documentation update from 3.2.
2012-07-25 Vinay SajipIssue #15445: Updated logging configuration documentati...
2012-07-25 Martin v. Löwismerge 3.2
2012-07-25 Martin v. LöwisIssue #7163: Propagate return value of sys.stdout.write.
2012-07-25 Martin v. Löwismerge 3.2
2012-07-25 Martin v. LöwisIssue #15318: Prevent writing to sys.stdin.
2012-07-24 Antoine PitrouIssue #15413: os.times() had disappeared under Windows.
2012-07-24 R David Murray#15232: make NEWS entry more accurate.
2012-07-24 R David Murray#15232: make NEWS entry more accurate.
2012-07-24 Eli BenderskyCleanup the doc a bit: remove useless example and sentence
2012-07-24 Eli BenderskyIssue #15321: update PyPI upload doc to say --no-raw...
2012-07-24 Eli BenderskyClarify what happens if shallow is false. Also, the...
2012-07-24 Ned DeilyIssue #14197: merge
2012-07-24 Ned DeilyIssue #14197: For OS X framework builds, ensure links...
2012-07-23 Jesus CeaMERGE: Rollback an incorrect Doc/ACKS.txt entry
2012-07-23 Jesus CeaRollback an incorrect Doc/ACKS.txt entry
2012-07-23 Jesus CeaMERGE: Better test for Issue #15402: Add a __sizeof__...
2012-07-23 Jesus CeaBetter test for Issue #15402: Add a __sizeof__ method...
2012-07-23 Meador IngeIssue #15402: Add a __sizeof__ method to struct.Struct.
2012-07-23 Meador IngeIssue #15402: Add a __sizeof__ method to struct.Struct.
2012-07-23 Meador IngePutting the 3.2 -> default merge info in a happy place.
2012-07-23 Raymond HettingerSimplify the LaTeX section (only three escapes are...
2012-07-23 Senthil Kumaranmerge heads.
2012-07-23 Senthil Kumaranmerge heads.
2012-07-23 Senthil Kumaran- Issue #15250: Document that filecmp.dircmp compares...
2012-07-23 Senthil Kumaran- Issue #15250: Document that filecmp.dircmp compares...
2012-07-23 R David MurrayMerge #15232: correctly mangle From lines in MIME pream...
2012-07-23 R David Murray#15232: correctly mangle From lines in MIME preamble...
2012-07-23 R David MurrayMerge #15429: Fix invalid mention of types.NoneType...
2012-07-23 R David Murray#15429: Fix invalid mention of types.NoneType from...
2012-07-22 Andrew Svetlov#15094: fix incorrectly placed #endif in _tkinter.c.
2012-07-22 Ned DeilyIssue #15184: Some config variables in test_sysconfig_m...
2012-07-22 Ned DeilyIssue #15188: Prevent test_ldshared_value failure due...
2012-07-22 Ned DeilyIssue #15184: Fix test__remove_unsupported_archs failur...
2012-07-22 Gregory P.... Consistently raise a TypeError when a non str is passed...
2012-07-22 Gregory P.... Consistently raise a TypeError when a non str is passed...
2012-07-22 R David MurrayMerge #13922: argparse no longer incorrectly strips...
2012-07-22 R David Murray#13922: argparse no longer incorrectly strips '--'...
2012-07-22 R David MurrayMerge #12353: argparse now correctly handles null argum...
2012-07-22 R David Murray#12353: argparse now correctly handles null argument...
2012-07-21 R David MurrayMerge #14391: clarify docstring discussion of Action...
2012-07-21 R David Murray#14391: clarify docstring discussion of Action's 'type...
2012-07-21 R David MurrayMerge #15342: Add clarifying sentence to posixpath...
2012-07-21 R David Murray#15342: Add clarifying sentence to posixpath.join docst...
2012-07-21 Ned DeilyIssue #15188: Modify the OS X build_installer script...
2012-07-21 Eli BenderskyRaise ImportError if pyexpat's version is incompatible
2012-07-21 Eli BenderskyRaise ImportError if pyexpat's version is incompatible
2012-07-21 Ned DeilyIssue #15184: Ensure configuration-related environment...
2012-07-21 Brett CannonRemove a relative import that escaped test.test_importlib.
2012-07-21 Ned DeilyIssue #15184: Ensure consistent results of OS X configu...
2012-07-21 Florent XiclunaFix test_pprint random dict ordering.
2012-07-21 Florent XiclunaFix test_pprint random dict ordering.
2012-07-21 Florent XiclunaIssues #10017 and #14998: Fix TypeError using pprint...
2012-07-21 Florent XiclunaIssues #10017 and #14998: Fix TypeError using pprint...
2012-07-21 Meador IngeIssue #15410: Fix the urllib.request.Request.is_unverif...
2012-07-21 Meador IngeIssue #15409: Replace use of deprecated urllib.request...
2012-07-20 Antoine PitrouPort additional tests from #14579 (the issue is already...
2012-07-20 Antoine PitrouIssue #14579: Fix CVE-2012-2135: vulnerability in the...
2012-07-20 Ned DeilyIssue #15168: Ensure test_importlib subdirectories...
2012-07-20 Brett CannonFix another import error.
2012-07-20 Brett CannonFix an import from the importlib.test move.
2012-07-20 Brett CannonMove importlib.test.benchmark to Tools/importbench...
2012-07-20 Brett CannonIssue #15168: Move importlb.test to test.test_importlib.
2012-07-20 Brett CannonMerge
2012-07-20 Brett CannonIssue #15091: Call importlib.invalidate_caches() and...
2012-07-20 Brett CannonRunning the importlib tests from test_import is redunda...
2012-07-20 Meador IngeIssue #15406: Fix deprecation warning in ctypes test_bi...
2012-07-20 Meador IngeIssue #15406: Fix deprecation warning in ctypes test_bi...
2012-07-20 Nick CoghlanClose #15386: There was a loophole that meant importlib...
next