]> granicus.if.org Git - python/shortlog
python
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...
2012-07-15 Eli BenderskyClose #1767933: Badly formed XML using etree and utf...
2012-07-15 Larry Hastings- Issue #15233: Python now guarantees that callables...
2012-07-15 Raymond HettingerFix-up latex styling
2012-07-15 Larry Hastings- Issue #15238: shutil.copystat now copies Linux "exten...
2012-07-14 Gregory P.... Update the embedded copy of the expat XML parser to...
2012-07-14 Brett CannonMinor grammatical tweaks.
2012-07-14 Eli BenderskySome small fixes and clarifications to the io documentation
2012-07-14 Nick CoghlanMerge #15230 doc updates from 3.2
2012-07-14 Nick CoghlanIssue #15230: Update runpy docs to clarify a couple...
2012-07-14 Nick CoghlanMerge fix for #15230 from 3.2
2012-07-14 Nick CoghlanClose #15230: runpy.run_path now sets __package__ corre...
2012-07-13 Ned DeilyIssue #15241: Fix test_prefixes failure in test_venv...
2012-07-13 Antoine PitrouTry other approach to fix issue #15334.
2012-07-13 Antoine PitrouTry other approach to fix issue #15334.
2012-07-13 Antoine PitrouNull merge
2012-07-13 Antoine PitrouRemove duplicate entry and fix order
2012-07-13 Antoine PitrouIssue #15334: skip test_dynamic_key when run in non...
2012-07-13 Antoine PitrouIssue #15334: skip test_dynamic_key when run in non...
2012-07-13 Antoine PitrouMerge
2012-07-13 Antoine PitrouIssue #15338: skip test_UNC_path when the current user...
2012-07-13 Antoine PitrouIssue #15338: skip test_UNC_path when the current user...
2012-07-13 Raymond HettingerFix builtin test and simplify the classified text tuple.
2012-07-13 Brett CannonIssues #15169, #14599: Make PyImport_ExecCodeModuleWith...
2012-07-13 Brett CannonIssue #15053: Make sure all functions related to the...
2012-07-12 Antoine PitrouAdd c_size_t and c_ssize_t to the ctypes summary table.
2012-07-12 Raymond HettingerShow the proper way to exit a cmd shell
2012-07-11 Antoine PitrouIssue #15300: Ensure the temporary test working directo...
2012-07-11 Martin v. LöwisUse _RPCFile.write properly.
2012-07-11 Martin v. LöwisDon't use TextIOBase implementations in _RPCFile.
2012-07-11 Martin v. LöwisIssue #15319: Revert wrapping of sys.stdin. Patch by...
2012-07-10 Ned DeilyIssue #4832: Modify IDLE to save files with .py extensi...
2012-07-13 Eli BenderskyAdditional fixes to multiprocessing docs (for issue...
2012-07-13 Eli BenderskyIssue #15296: Fix minidom.toxml/toprettyxml for non...
2012-07-13 Eli BenderskySome fixes for the documentation of multiprocessing...
2012-07-13 Eli BenderskyRemove :noindex: for threading.Thread which killed...
2012-07-12 Stefan KrahIssue #7652: Clean up _mpd_qinvroot() and mark it LIBMP...
2012-07-12 Antoine PitrouAdd c_size_t and c_ssize_t to the ctypes summary table.
2012-07-12 Raymond Hettingermerge
2012-07-12 Antoine PitrouFor diagnosis, try to list the directory first
2012-07-12 Antoine PitrouSmall improvements to test_unc_path
2012-07-12 Antoine PitrouTry to fix or diagnose buildbot failures
2012-07-11 Antoine PitrouIssue #15300: Ensure the temporary test working directo...
2012-07-11 Martin v. Löwismerge 3.2
2012-07-11 Martin v. Löwismerge 3.2
2012-07-11 Martin v. Löwismerge 3.2
2012-07-10 Antoine PitrouFix compilation under Windows
2012-07-10 Brett CannonIssue #15111: When a module was imported using a 'from...
2012-07-10 Vinay SajipFactored out common venv documentation and added more...
2012-07-10 Raymond HettingerAdd simple LaTeX markup
2012-07-10 Benjamin Petersonfix refleak
2012-07-10 Martin v. LöwisIssue #15315: Support VS 2010 in distutils cygwincompiler.
2012-07-10 Martin v. LöwisDon't package removed pysetup3 anymore.
2012-07-09 Benjamin Petersoninitialize variable for compiler happiness
next