]> granicus.if.org Git - python/shortlog
python
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...
2009-11-09 Mark DickinsonIssue #7251: Break out round tests for large values...
2009-11-09 Antoine PitrouIssue #7282: Fix a memory leak when an RLock was used...
2009-11-09 Eric SmithIssue 7294: Fixed URL in a comment.
2009-11-09 R. David MurrayRemove redundant sentence.
2009-11-09 Benjamin Petersondiscuss how to use -p
2009-11-08 Brett CannonProperly detect whether a C file is using tabs or space...
2009-11-08 Antoine PitrouKill a small potential leak in test_threading.
2009-11-07 Georg Brandl#7271: fix typo.
2009-11-07 Nick CoghlanSome minor cleanups to private runpy code and docstrings
2009-11-07 Nick CoghlanAdd test for runpy.run_module package execution and...
2009-11-07 Benjamin Petersonspelling
2009-11-06 Antoine PitrouIssue #7270: Add some dedicated unit tests for multi...
2009-11-05 Benjamin PetersonMerged revisions 76131 via svnmerge from
2009-11-05 Benjamin PetersonMerged revisions 76127-76128 via svnmerge from
2009-11-05 Benjamin PetersonMerged revisions 76125 via svnmerge from
2009-11-05 Antoine PitrouIssue #7264: Fix a possible deadlock when deallocating...
2009-11-05 R. David MurrayIncrease the timeout in the bsddb3 replication test...
2009-11-04 Antoine PitrouIssue #7211: Allow 64-bit values for the `ident` and...
2009-11-04 Georg Brandl#7259: show correct equivalent for operator.i* operatio...
2009-11-04 Antoine PitrouMake test_shutil clean up after itself
2009-11-03 Georg Brandl#7256: add versionadded tags for functions copied from...
2009-11-03 Antoine PitrouTry to make test_wsgiref less fragile against environme...
2009-11-03 Mark DickinsonFix doc typo reported by Arfrever.
2009-11-03 Skip Montanarotypo (space-o?)
2009-11-02 Antoine PitrouAdd acceptance of long ints to test_memoryio.py
2009-11-02 Benjamin Petersonenable test_parser in lib2to3
2009-11-02 Benjamin PetersonMerged revisions 76065 via svnmerge from
2009-11-02 Benjamin Petersonadd space
2009-11-02 Benjamin PetersonMerged revisions 74359,75081,75088,75213,75278,75303...
2009-11-02 Benjamin Petersongrant list.index() a more informative error message...
2009-11-02 Benjamin Petersonprevent a rather unlikely segfault
2009-11-02 Antoine PitrouSince r76034 was successful, add a NEWS entry for it.
2009-11-02 Gregory P.... regenerated from r76052
2009-11-02 Gregory P.... see issue1006238, this merges in the following patch...
2009-11-02 Gregory P.... build using r76050
2009-11-02 Gregory P.... see http://bugs.python.org/issue1006238 this merges...
2009-11-01 Antoine PitrouFix and improve some assertions in test_site
2009-11-01 Tarek Ziadéfixed stdout alteration in test_distutils
2009-11-01 Antoine PitrouUse a custom timeout in test_support.open_urlresource.
2009-11-01 Antoine PitrouThis should finally fix #6896. Let's watch the buildbots.
2009-11-01 Antoine Pitroutest_normalization should skip and not crash when the...
2009-11-01 Gregory P.... configure generated from r76028
2009-11-01 Gregory P.... issue1115: convert some AC_TRY_RUNs into AC_TRY_COMPILEs.
2009-11-01 Raymond HettingerFix exception handling in itertools.izip_longest().
2009-11-01 Gregory P.... news entry for r76000
2009-11-01 Antoine PitrouHum, test skipping when the URL isn't reachable hadn...
2009-11-01 Antoine PitrouBuffered I/O: optimize lock taking in the common non...
2009-11-01 Antoine PitrouHopefully fix the buildbot problems on test_mailbox...
2009-10-31 Antoine PitrouUse richer assertions in test_mailbox (for better failu...
next