]> granicus.if.org Git - python/shortlog
python
2012-08-01 Martin v. LöwisIssue #8847: Merge with 3.2
2012-08-01 Martin v. LöwisIssue #8847: Disable COMDAT folding in Windows PGO...
2012-08-01 Martin v. LöwisIssue #8847: Disable COMDAT folding in Windows PGO...
2012-08-01 Benjamin Petersonmerge heads
2012-08-01 Benjamin Petersonconstruct fields in the right order (closes #15517)
2012-08-01 Jesus CeaCloses #15499: Sleep is hardcoded in webbrowser.UnixBrowser
2012-07-31 Barry Warsawabc fixes.
2012-07-31 Barry WarsawTypo.
2012-07-31 Barry Warsaw- Issue #15295: Reorganize and rewrite the documentatio...
2012-07-31 Barry Warsawmerge
2012-07-31 Barry WarsawFinally, a coherent set of terminology for all the...
2012-07-31 Andrew SvetlovIssue #9803: Don't close IDLE on saving if breakpoint...
2012-07-31 Andrew SvetlovIssue #9803: Don't close IDLE on saving if breakpoint...
2012-07-31 Eli BenderskyIssue #14814: fix some typos in howto/ipaddress.rst
2012-07-31 Eli BenderskyIssue #14814: reorganize ipaddress documentation and...
2012-07-31 Nick CoghlanIssue #15425: Don't rely on the assumption that the...
2012-07-31 Nick CoghlanClose #15486: Simplify the mechanism used to remove...
2012-07-31 Eli BenderskyIssue #15231: rephrase the last paragraph slightly
2012-07-31 Victor StinnerUpdate the string limit in the faulthandler documentations
2012-07-31 Victor StinnerFix initialization of the faulthandler module
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 Barry WarsawAnother XXX.
2012-07-30 Barry WarsawAddress substantially all of Eric Snow's comments in...
2012-07-30 Barry Warsawmerge
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 Barry Warsawmerged
2012-07-29 Barry WarsawAdd NEWS
2012-07-29 Barry WarsawIntegration of importdocs from the features/pep-420...
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...
next