]> granicus.if.org Git - python/shortlog
python
2004-08-31 Andrew M. KuchlingRemove test output for rotor, xreadline
2004-08-31 Andrew M. KuchlingRemove mpz, rotor, xreadlines modules
2004-08-31 Andrew M. KuchlingRemove rotor, xreadlines modules
2004-08-31 Andrew M. KuchlingRemove test for mpz
2004-08-31 Andrew M. KuchlingRemove tests for mpz, rotor, xreadlines
2004-08-31 Andrew M. KuchlingRemove rotor license
2004-08-31 Andrew M. KuchlingRemove docs for xreadlines, mpz, rotor
2004-08-31 Andrew M. KuchlingRemove xreadlines reference
2004-08-31 Andrew M. KuchlingRemove TERMIOS module
2004-08-31 Andrew M. KuchlingRemove TERMIOS docs
2004-08-31 Andrew M. KuchlingUse correct constant; remove reference to TERMIOS.py
2004-08-31 Andrew M. KuchlingChange from Raymond: use pos/neg instead of +/- 1;...
2004-08-31 Andrew M. KuchlingDescribe non-recursive re
2004-08-31 Andrew M. KuchlingAdd bug/patch counts
2004-08-31 Andrew M. KuchlingUse multi-line import
2004-08-31 Andrew M. KuchlingUpdate versions and dates; add PEP 328
2004-08-31 Vinay SajipUpdated doc for getLogger()
2004-08-31 Anthony BaxterSF patch #1007189, multi-line imports, for instance:
2004-08-31 Anthony Baxteronward and upward
2004-08-31 Martin v. LöwisAdd patch for Tix 8.1.4.
2004-08-31 Tim PetersHardwareRandom: Go back to multiplying by 2**-BPF...
2004-08-31 Raymond HettingerTake advantage of the math library's ldexp for assembli...
2004-08-30 Tim PetersChanged Karatsuba cutoff to match current reality.
2004-08-30 Tim PetersMore cmd.exe exploitation.
2004-08-30 Tim PetersSince it's impossible to build Python using VC7.1 on...
2004-08-30 Tim PetersUpdated test-runner .bat for new location of Tcl/Tk.
2004-08-30 Tim Peterswin32_urandom(): There's no need to copy the generated...
2004-08-30 Tim Peterswin32_urandom(): pass the function name to PyArg_Parse...
2004-08-30 Tim Peterswin32_urandom(): Raise ValueError if the argument...
2004-08-30 Tim Peterswin32_urandom(): Rewrite to Python C standards (hard...
2004-08-30 Tim PetersThe distinction between comparison flags and reporting...
2004-08-30 Johannes GijsbersFix build error: \filename{/dev/urandom} -> \file{...
2004-08-30 Johannes GijsbersBug #1014775: update NEWS.help for changes in docutils.
2004-08-30 Johannes GijsbersBug #1014770: apply some rest-foo and fix some docutils...
2004-08-30 Johannes GijsbersPatch #934356: if a module defines __all__, believe...
2004-08-30 Johannes GijsbersWhitespace normalization.
2004-08-30 Johannes GijsbersPatch #1003640: replace checkline() function parsing...
2004-08-30 Andrew M. KuchlingAdd items
2004-08-30 Johannes GijsbersPatch #941486: add os.path.lexists(). Also fix bug...
2004-08-30 Martin v. LöwisPickup Tk from tcltk directory.
2004-08-30 Martin v. LöwisBump Tk version to 8.4.7. Build into tcltk directory.
2004-08-30 Raymond HettingerTeach the random module about os.urandom().
2004-08-30 Tim Peterslong_pow(): Fix more instances of leaks in error cases.
2004-08-30 Tim PetersSF patch 936813: fast modular exponentiation
2004-08-29 Tim PetersWhitespace normalization. test_difflib passes again.
2004-08-29 Tim PetersSF patch 936813: fast modular exponentiation
2004-08-29 Tim PetersReverting whitespace normalization. test_difflib fails...
2004-08-29 Tim PetersWhitespace normalization.
2004-08-29 Martin v. LöwisPatch #727483: Add AUTH_TYPE and REMOTE_USER.
2004-08-29 Martin v. LöwisPatch #973204: Use -rpath instead of -R on Irix and...
2004-08-29 Martin v. LöwisPatch #914575: difflib side by side diff support, diff...
2004-08-29 Martin v. LöwisCentralize WITH_TSC processing.
2004-08-29 Martin v. LöwisPatch #934711: Expose platform-specific entropy.
2004-08-29 Raymond HettingerSF feature request #992967: array.array objects should...
2004-08-29 Tim PetersWhitespace normalization.
2004-08-28 Jim FultonAdded an __iter__ method for test suites.
2004-08-28 Jim FultonsetUp and tearDown functions are now passed the test...
2004-08-28 Jim Fulton- setUp and tearDown functions are now passed the test...
2004-08-27 Tim PetersPyUnicode_Join(): Bozo Alert. While this is chugging...
2004-08-27 Tim PetersPyUnicode_Join(): Rewrote to use PySequence_Fast(...
2004-08-27 Tim PetersRemoved old "if 0:" block for leak detection; wouldn...
2004-08-27 Tim PetersDon't really need ellipsis doctests for the syntax...
2004-08-27 Edward LoperRemoved outdated comment
2004-08-27 Tim PetersFixed 6 failures due to doctest changes.
2004-08-27 Tim Peterstest_bug1001011(): Verify that
2004-08-27 Tim PetersPyUnicode_Join(): Missed a spot where I intended a...
2004-08-27 Brett CannonFix the spelling of Fredrik Lundh's last name (unless...
2004-08-27 Edward LoperRemove unused method _OutputRedirectingPdb.resume
2004-08-27 Edward Loper- Removed redundant call to expandtabs in DocTestParesr.
2004-08-27 Tim PetersPyUnicode_Join(): Two primary aims:
2004-08-26 Edward Loper- Added DocTestParser.parse(), which parses a docstring...
2004-08-26 Walter DörwaldMove test_bug1001011() to string_tests.MixinStrUnicodeT...
2004-08-26 Johannes GijsbersCorrect incorrect "it's" to "its".
2004-08-26 Tim Petersoutput_difference(): In fancy-diff cases, the way...
2004-08-26 Martin v. LöwisAdd missing executable option to DummyCommand.
2004-08-26 Tim PetersWhitespace normalization.
2004-08-26 Tim Peters_do_a_fancy_diff(): Pay no attention to the ellipses...
2004-08-26 Tim PetersFine tune a word.
2004-08-26 Tim PetersThinko repair.
2004-08-26 Tim PetersReorg of exception section. Now that there are fewer...
2004-08-26 Raymond HettingerRemove unnecessary line.
2004-08-26 Raymond HettingerSmall wording fixups.
2004-08-26 Edward LoperChanged OutputChecker.output_difference to expect an...
2004-08-26 Edward LoperAdded REPORT_ONLY_FIRST_FAILURE flag, which supresses...
2004-08-26 Brett CannonWhen building with --disable-toolbox-glue under Darwin...
2004-08-26 Edward LoperRenamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPOR...
2004-08-26 Edward LoperShortened diff output for unified & context diffs
2004-08-26 Edward Loper- Changed the output of report_start() and report_unexp...
2004-08-26 Tim PetersRestored half of a \versionadded only half of which...
2004-08-26 Dave ColePatch #1015012. Improve markup and punctuation in...
2004-08-26 Dave ColePatch #1014930. Expose current parse location to XMLPa...
2004-08-26 Raymond HettingerMinor improvements to the template code.
2004-08-26 Edward LoperAdded an "exc_msg" attribute to Example (containing...
2004-08-25 Trent MickRe-generate configure with recent configure.in change...
2004-08-25 Trent MickApply patch #1016224: configure.in change to allow...
2004-08-25 Edward LoperOnly recognize the expected output as an exception...
2004-08-25 Raymond HettingerFix docstring typo.
2004-08-25 Raymond HettingerBypass peepholing of code with lineno tables having...
2004-08-25 Raymond HettingerFix typo in comment and add clarification.
2004-08-25 Fred Drakeclean up markup for --executable description
next