]> granicus.if.org Git - python/shortlog
python
2012-07-30 Brett CannonMinor markup tweak.
2012-07-30 Brett CannonAdd a versionchanged mention to __import__ in regards...
2012-07-30 Brett CannonIssue #15508: Fix the docstring for __import__ to not...
2012-07-30 Andrew SvetlovIssue #12288: Consider '0' and '0.0' as valid initialva...
2012-07-30 Andrew SvetlovIssue #12288: Consider '0' and '0.0' as valid initialva...
2012-07-30 Antoine PitrouBetter test for BytesIO.__sizeof__, now that the struct...
2012-07-30 Ned Deilymerge
2012-07-30 Ned Deilynull merge
2012-07-30 Ned DeilyIssue #14018: Fix OS X Tcl/Tk framework checking when...
2012-07-30 Victor StinnerIssue #15463: the faulthandler module truncates strings...
2012-07-30 Ned DeilyIssue #14018: merge
2012-07-30 Ned DeilyIssue #14018: Update the OS X IDLE Tcl/Tk warning check...
2012-07-30 Ned DeilyIssue #14018: Fix OS X Tcl/Tk framework checking when...
2012-07-30 Ned DeilyFix invalid UTF-8 encoding in commit message.
2012-07-29 Antoine PitrouIssue #15489: Add a __sizeof__ implementation for Bytes...
2012-07-29 Antoine PitrouIssue #15489: Add a __sizeof__ implementation for Bytes...
2012-07-29 Antoine PitrouIssue #15487: Add a __sizeof__ implementation for buffe...
2012-07-29 Antoine PitrouIssue #15487: Add a __sizeof__ implementation for buffe...
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.
next