]> granicus.if.org Git - python/shortlog
python
2009-11-28 Georg BrandlFix versions and spacing.
2009-11-28 Mark DickinsonIssue #7272, continued: don't re-use existing HAVE_BRO...
2009-11-27 Gregory P.... fix typo
2009-11-27 Vinay SajipIssue #7403: Fixed possible race condition in lock...
2009-11-27 Martin v. LöwisIssue #6508: Add posix.{getresuid,getresgid,setresuid...
2009-11-27 Antoine PitrouAdd ACKS entry for Pablo Mouzo
2009-11-27 Antoine PitrouIssue #6845: Add restart support for binary upload...
2009-11-26 Georg Brandl#7400: typo.
2009-11-26 Antoine PitrouWhen open_urlresource() fails, HTTPException is another...
2009-11-26 Martin v. LöwisFix typo.
2009-11-25 Antoine PitrouForgot to add a `versionadded` tag
2009-11-25 Antoine PitrouIssue #5788: `datetime.timedelta` objects get a new...
2009-11-25 Barry WarsawAdd mktime_tz to __all__. It's documented as being...
2009-11-25 Benjamin PetersonMerged revisions 76160-76161,76250,76252,76447,76506...
2009-11-25 Vinay Sajiplogging: Issue 6615: Changed handler prepend to append.
2009-11-25 Vinay Sajiplogging: made _handlers a WeakValueDictionary.
2009-11-25 Vinay SajipIssue #6615: logging: Used weak references in internal...
2009-11-24 Mark DickinsonIssue #7228: Fix format mismatch when printing somethi...
2009-11-24 Alexandre VassalottiIssue 7128: Removed reference to the non-existent copyr...
2009-11-24 Vinay SajipMade logging classes new-style and added name property...
2009-11-24 Mark DickinsonIssue #7117: Update float formatting testcases to...
2009-11-24 Mark DickinsonFix some documentation examples involving the repr...
2009-11-24 Jesse Nollercomment out test added in r76438, which caused refleaks
2009-11-24 Mark Dickinsonround(0, "ermintrude") succeeded instead of producing...
2009-11-23 Mark DickinsonIssue #7117, continued: Remove substitution of %g-style...
2009-11-23 Georg Brandl#7345: fix arguments of formatyear().
2009-11-23 Mark DickinsonRemove restriction on precision when formatting floats...
2009-11-23 Senthil KumaranFix for issue1488943 - difflib.Differ() doesn't always...
2009-11-23 Mark DickinsonIssue #7369: Fibonacci series should start at 0 in...
2009-11-23 Mark DickinsonIssue #7379: Fix incorrect doctest for Fraction.limit_...
2009-11-23 Lars GustäbelAdd a testcase that checks if the TarFile constructor...
2009-11-22 Lars GustäbelIssue #6123: Fix opening empty archives and files.
2009-11-21 Jesse Nollerissue6615: Additional test for logging support in multi...
2009-11-21 Jesse Nollerrevert unintended change to multiprocessing/queues.py
2009-11-21 Jesse Nollerissue5738: The distribution example was confusing,...
2009-11-20 Mark DickinsonIssue #7272: Add configure test to detect whether...
2009-11-20 Mark DickinsonRegenerate configure with GNU autoconf 2.61.
2009-11-20 R. David MurrayIssue 7363: fix indentation in socketserver udpserver...
2009-11-20 Benjamin Petersonavoid doing an uneeded import in a function
2009-11-20 Benjamin Petersonturn goto into do while loop
2009-11-20 Benjamin Petersongenexps have linenos
2009-11-20 Benjamin Petersonprovide line number for lambdas
2009-11-19 Benjamin Petersonspelling
2009-11-19 Benjamin Petersonadd news notes for r76416
2009-11-19 Benjamin Petersonimprove several corner cases related with argument...
2009-11-19 Mark DickinsonMisc/NEWS entries for issue 7117.
2009-11-19 Ronald OussorenDon't use the '==' operator with test, that's an unport...
2009-11-19 Ronald OussorenFix for issue #7085
2009-11-19 Tarek Ziadédragfullwindows can have value 2
2009-11-19 Benjamin Peterson#5037 proxy __unicode__ correctly
2009-11-19 Raymond HettingerFix docstrings for itertools combinatoric functions.
2009-11-18 Raymond HettingerIssue 7263: Fix set.intersection() docstring.
2009-11-18 Lars GustäbelIssue #7341: Close the internal file object in the...
2009-11-18 Antoine PitrouMention Giampolo R's new FTP TLS support in the what...
2009-11-18 Mark DickinsonEnable short float repr!
2009-11-18 Georg BrandlFix markup.
2009-11-18 Georg Brandlupcase Python
2009-11-18 Mark DickinsonIssue #7117, continued: Change round implementation...
2009-11-18 Georg BrandlMake separate section for deprecations in 2.7 whatsnew.
2009-11-18 Georg BrandlMake separate section for deprecations in 2.6 whatsnew.
2009-11-18 Nick CoghlanCorrectly escape arbitrary error message text in the...
2009-11-18 Tarek Ziadé#7293: distutils.test_msvc9compiler now uses a key...
2009-11-17 Benjamin Petersona better callable replacement
2009-11-17 Philip Jenvey#1757126: fix typo with the cyrillic_asian alias
2009-11-16 Mark DickinsonSilence another MSVC warning about unary minus.
2009-11-16 Mark DickinsonSilence MSVC warning about unary minus applied to unsig...
2009-11-16 Georg Brandl#7302: fix link.
2009-11-16 Nick CoghlanAllow for backslashes in file paths passed to the regex...
2009-11-16 Nick CoghlanAccount for another cache when hunting ref leaks
2009-11-15 Nick CoghlanIssue #7328: don't corrupt sys.path when running pydoc...
2009-11-15 Antoine PitrouIssue #2054: ftplib now provides an FTP_TLS class to...
2009-11-15 Mark DickinsonIssue #7228: Add '%lld' and '%llu' support to PyFormat...
2009-11-15 Antoine PitrouIssue #4969: The mimetypes module now reads the MIME...
2009-11-15 Mark DickinsonIssue #5792: Extend short float repr support to x86...
2009-11-15 Mark DickinsonAvoid signed overflow in some xrange calculations,...
2009-11-15 Senthil KumaranFix for Issue4683 - urllib2.HTTPDigestAuthHandler fails...
2009-11-15 Nick CoghlanIssue #6816: expose the zipfile and directory execution...
2009-11-15 Senthil KumaranAddition of some details in the code comments.
2009-11-15 R. David MurrayRemove 'g' from regrtest getopt argument string, since...
2009-11-15 R. David MurrayIssue 7324: add a sanity check to regrtest argument...
2009-11-14 R. David MurrayTurn the bsddb replication startup timeout test into a
2009-11-14 R. David MurrayIssue #7312 (new feature): Add a -F flag to run the...
2009-11-14 Georg BrandlFix terminology.
2009-11-13 Benjamin Petersonuse Sphinx 0.6.3
2009-11-13 Benjamin Petersonrevert r76243; I was right, actually :)
2009-11-13 Antoine PitrouIssue #7318: multiprocessing now uses a timeout when...
2009-11-13 Benjamin Petersonnever mind about eval mode in this case
2009-11-12 Benjamin Petersonthis main is much more useful
2009-11-12 Benjamin Petersonfix several compile() issues by translating newlines...
2009-11-12 Ezio Melottifix highlight in the datetime example
2009-11-12 Georg BrandlGive the profile module a module directive.
2009-11-11 Antoine PitrouIssue #7295: Do not use a hardcoded file name in test_t...
2009-11-11 R. David MurrayI got the relative magnitudes of the timeout increases...
2009-11-11 Senthil KumaranFixing the NameError on Windows - issue1235
2009-11-11 Senthil KumaranCGIHTTPRequestHandler.run_cgi() to use subprocess for...
2009-11-10 Antoine PitrouBackport micro-fix from the py3k svnmerge
2009-11-10 Antoine PitrouIssue #7197: Allow unittest.TextTestRunner objects...
2009-11-10 Raymond HettingerShow example of how to make a sorted dictionary
2009-11-10 R. David MurrayUpdate the FAQ entry that explains that assignments...
2009-11-09 Mark DickinsonAdd extra information to a test_signal failure message...
next