]> granicus.if.org Git - python/shortlog
python
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...
2009-10-29 Georg BrandlUse constants instead of magic integers for test result...
2009-10-29 Georg BrandlRemove mention of the old -X command line switch.
2009-10-29 Georg BrandlUse the correct function name in docstring.
2009-10-29 Mark DickinsonIssue #7233: Fix Decimal.shift and Decimal.rotate...
2009-10-29 Mark DickinsonIssue #7233: A number of two-argument Decimal methods...
2009-10-29 Mark DickinsonFix duplicate test numbers in extra.decTest
2009-10-29 Mark DickinsonRoll back ill-considered attempts to fix printf specifi...
2009-10-29 Lars GustäbelIssue #4750: Store the basename of the original filename in
2009-10-29 Benjamin Petersondo a backport of r75928
2009-10-28 Vinay SajipIssue 7199: Documentation made slightly more consistent...
2009-10-28 R. David MurrayRemove variable that is no longer used.
2009-10-28 Eric SmithIssue 7117: Replace PyOS_ascii_strtod with PyOS_string_...
2009-10-28 Mark DickinsonFix format specifier for MSVC
2009-10-28 Mark DickinsonReplace long long with PY_LONG_LONG
2009-10-28 Tarek Ziadéremoved spurious spaces
2009-10-27 Tarek ZiadéFixed #1180: Option to ignore ~/.pydistutils.cfg in...
2009-10-27 Georg BrandlMake sure every run of test_intern() interns a new...
2009-10-27 Mark DickinsonTest long inputs to float
2009-10-27 Mark DickinsonSilence gcc warnings when trying to print an off_t...
2009-10-27 Antoine PitrouReduce the probability of refleaks in test_socketserver.
2009-10-27 Tarek ZiadéIssue #7218: Fix test_site for win32
2009-10-27 Benjamin Petersontest expect base classes
2009-10-27 Georg BrandlReformat the regrtest command-line option help and...
2009-10-27 Georg BrandlAdd a regrtest option to re-run in verbose mode immedia...
2009-10-27 Antoine PitrouTry to fix transient refleaks in test_distutils.
2009-10-27 Antoine PitrouFix transient refleaks in test_urllib2_localnet.
2009-10-27 Antoine PitrouSuppress transient refleaks in test_threading.
2009-10-27 Antoine PitrouSuppress transient refleaks in test_smtplib.
2009-10-27 Eric SmithRemoved PyOS_ascii_atof from marshal.c, as mentioned...
2009-10-27 Antoine PitrouSuppress transient refleaks in test_file2k.
next