]> granicus.if.org Git - python/shortlog
python
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
2012-07-17 Nick CoghlanIssue #15230: Attempt to make the OS X buildbots happy...
2012-07-17 Hynek SchlawackFix context manager use in posixpath.join() tests
2012-07-17 Hynek SchlawackFix context manager use in posixpath.join() tests
2012-07-17 Eli BenderskyPreserve the invariant tostring(elem) == b''.join(tostr...
2012-07-16 Gregory P.... one more test fix for systems without select.poll....
2012-07-16 Gregory P.... one more test fix for systems without select.poll....
2012-07-16 Gregory P.... Fix unchecked select.poll reference in setUp and tearDo...
2012-07-16 Gregory P.... Fix unchecked select.poll reference in setUp and tearDo...
2012-07-16 Gregory P.... Fix the with_poll tests for platforms without poll...
2012-07-16 Gregory P.... Fix the with_poll tests for platforms without poll...
2012-07-16 Vinay SajipCloses #15367: Corrected computation of include locatio...
2012-07-16 Vinay SajipCloses #15366: Corrected computation of include locatio...
2012-07-16 Hynek Schlawack#15238: Fix xattr related shutil.copystat tests
2012-07-16 Raymond HettingerFix typo
2012-07-16 Raymond HettingerClean-up example
2012-07-16 Gregory P.... Fixes Issue #14635: telnetlib will use poll() rather...
2012-07-16 Gregory P.... Fixes Issue #14635: telnetlib will use poll() rather...
2012-07-16 Raymond Hettingercm.parents is property, not a method
2012-07-16 Ned DeilyIssue #13590: Improve support for OS X Xcode 4:
2012-07-16 Larry HastingsDoc fix: the text role is called "func", not "funk".
2012-07-16 R David Murray#4640: Add optparse tests for '-xxx' invalid when defin...
2012-07-15 Larry HastingsIssue #15202: Additional documentation fixes inadverten...
2012-07-15 Vinay SajipCloses #15361: Corrected venv prompt in PowerShell...
2012-07-15 Larry HastingsIssue #15202: Consistently use the name "follow_symlink...
2012-07-15 Vinay SajipIssue #15307: Skipped test_venv:test_prefixes when...
2012-07-15 Hynek Schlawack#15180: Clarify posixpath.join() error message when...
2012-07-15 Hynek Schlawack#15180: Clarify posixpath.join() error message when...
2012-07-15 Nick CoghlanRefcounting fixes
2012-07-15 Nick CoghlanMake set_main_loader static (noticed by Antoine Pitrou)
2012-07-15 Nick CoghlanFix typo in a comment (noticed by Terry Reedy)
2012-07-15 Nick CoghlanUpdate the pkgutil porting section in What's New. This...
2012-07-15 Nick CoghlanIssue #9319: Remove the workaround for this since fixed...
2012-07-15 Nick CoghlanIssue #15343: A lot more than just unicode decoding...
2012-07-15 Nick CoghlanIssue #15343: Handle importlib.machinery.FileFinder...
2012-07-15 Nick CoghlanActually initialize __main__.__loader__ with loader...
2012-07-15 Nick CoghlanRemove a statement that was only added for debugging...
2012-07-15 Nick CoghlanNote why we can't write an automated test for the code...
2012-07-15 Nick CoghlanTake the first step in resolving the messy pkgutil...
2012-07-15 Eli BenderskyIssue #9458: clarify the documentation of ElementTree...
next