]> granicus.if.org Git - python/shortlog
python
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...
2009-10-31 Gregory P.... Fixes issue7208 - getpass would still allow the passwor...
2009-10-31 Gregory P.... Define TCSASOFT if the flag exists.
2009-10-31 Eric SmithImproved test for a deprecation warning.
2009-10-31 Mark DickinsonSet retval on PyOS_string_to_double failure.
2009-10-31 Mark DickinsonIssue #7042: Use a better mechanism for testing timers...
2009-10-31 Mark DickinsonIssue #6603: Fix --with-tsc build failures on x86-64...
2009-10-31 Mark DickinsonDeprecate PyOS_ascii_strtod and PyOS_ascii_atof, and...
2009-10-31 Mark DickinsonMove a Misc/NEWS entry to right section.
2009-10-31 Benjamin Petersonadd some checks for evaluation order with parenthesis...
2009-10-30 Antoine PitrouRemove official documentation entry for thread._count...
2009-10-30 Antoine PitrouTry to fix transient refleaks in test_pydoc.
2009-10-30 Antoine PitrouTry to fix transient refleaks in test_xmlrpc.
2009-10-30 Antoine PitrouTry to fix transient refleaks in test_asynchat.
2009-10-30 Antoine PitrouFix transient refleaks in test_docxmlrpc.
2009-10-30 Antoine PitrouIssue #7222: Make thread "reaping" more reliable so...
2009-10-29 Georg BrandlFix constant name.
2009-10-29 Georg BrandlI do not think the "railroad" program mentioned is...
2009-10-29 Georg BrandlUse a single style for all the docstrings in the math...
next