]> granicus.if.org Git - python/shortlog
python
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...
2012-07-20 Ronald OussorenAdd missing NEWS entry for changeset b79d276041a8
2012-07-20 Andrew SvetlovMerge heads
2012-07-20 Andrew SvetlovMerge 3.2
2012-07-20 Andrew SvetlovIssue #15404: Refleak in PyMethodObject repr.
2012-07-20 Stefan KrahFix Visual Studio warning.
2012-07-20 Vinay SajipCloses #15399: merged documentation fix from 3.2.
2012-07-20 Vinay SajipIssue #15399: Added versionchanged for processName.
2012-07-20 Meador IngeIssue #15401: Fix typo in inspect.getclosurevars docstring.
2012-07-19 Kristján Valur... Issue #15365: Make traceback reporting ignore any...
2012-07-19 Hynek Schlawack#1492704: Backout and wait for 3.4
2012-07-19 Jesus CeaMERGE: Closes #15395: memory leaks in selectmodule.c
2012-07-19 Jesus CeaCloses #15395: memory leaks in selectmodule.c
2012-07-19 Jesus CeaMERGE: Closes #15396: memory leak in tkinter
2012-07-19 Jesus CeaCloses #15396: memory leak in tkinter
2012-07-19 Meador IngeIssue #15394: Fix ref leaks in PyModule_Create.
2012-07-19 Meador IngeIssue #15394: Fix ref leaks in PyModule_Create.
2012-07-19 Hynek Schlawack#1492704: Make shutil.copyfile() raise a distinct SameF...
2012-07-19 Meador IngeIssue #6493: Fix handling of c_uint32 bitfields with...
2012-07-19 Meador IngeIssue #6493: Fix handling of c_uint32 bitfields with...
2012-07-18 Meador Ingeremove unused variable
2012-07-18 Meador Ingeremove unused variable
2012-07-18 Benjamin Petersonremove unused variable
2012-07-18 Meador IngeIssue #15368: fixing variable typo.
2012-07-18 Meador IngeIssue #15368: fixing variable typo.
2012-07-18 Meador IngeIssue #15368: make bytecode generation deterministic.
2012-07-18 Meador IngeIssue #15368: make bytecode generation deterministic.
2012-07-18 Nick CoghlanFix importlib.machinery.all_suffixes docs
2012-07-18 Nick CoghlanClose #15387: inspect.getmodulename() now uses a new...
2012-07-17 Vinay SajipCloses #15307: symlinks now work on OS X with framewor...
2012-07-17 Hynek SchlawackUse posixpath.join() explicitely in posixpath.join...
2012-07-17 Hynek SchlawackUse posixpath.join() explicitely in posixpath.join...
2012-07-17 Eli Benderskyfix whitespace woes
2012-07-17 Eli BenderskyOptimize tostringlist by taking the stream class outsid...
2012-07-17 Nick CoghlanIssue #15314: Tweak a pkgutil test to hopefully be...
2012-07-17 Eli BenderskyMerge for #14988
2012-07-17 Eli Benderskymerge heads
2012-07-17 Eli BenderskyISsue #14988: restore Python 2's behavior of raising...
2012-07-17 Hynek Schlawack#15377: Make posixpath.join() more strict when checking...
2012-07-17 Hynek Schlawack#15377: Make posixpath.join() more strict when checking...
2012-07-17 Nick CoghlanMerge Issue #15230 OS X buildbot fix from 3.2
next