]> granicus.if.org Git - python/shortlog
python
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.
2009-10-27 Antoine PitrouFix transient refleak in test_sys.
2009-10-27 Antoine Pitrou(Hopefully) suppress transient refleaks in test_httpser...
2009-10-27 Antoine PitrouSuppress transient refleaks in test_asyncore
2009-10-27 Eric SmithRemoved PyOS_ascii_atof from ast.c, as mentioned in...
2009-10-27 Antoine PitrouIssue #7205: Fix a possible deadlock when using a BZ2Fi...
2009-10-27 Georg BrandlFix a strange mis-edit.
2009-10-27 Eric SmithIssue 7117: Replace PyOS_ascii_strtod with PyOS_string_...
2009-10-27 Eric SmithIssue 7117: Replace PyOS_ascii_strtod with PyOS_string_...
2009-10-26 Benjamin Petersonuse 'is' instead of id()
2009-10-26 Mark DickinsonIssue #7117: Use PyOS_string_to_double instead of PyOS_...
2009-10-26 Mark DickinsonIssue #7117: Use PyOS_string_to_double instead of PyOS_...
2009-10-26 Mark DickinsonIssue #7117: Backport missing pystrtod.h declarations...
2009-10-26 Mark DickinsonUse correct conversion specifier and length modifier...
2009-10-26 Antoine PitrouSome platforms have rl_completion_append_character...
2009-10-26 Eric SmithFinished removing _PyOS_double_to_string, as mentioned...
2009-10-26 Mark DickinsonIssue #7117 (backport py3k float repr) continued:
2009-10-26 Eric SmithContinue removing _PyOS_double_to_string, as mentioned...
2009-10-26 Eric SmithStart to remove _PyOS_double_to_string, as mentioned...
2009-10-26 Mark DickinsonWarn against replacing PyNumber_Add with PyNumber_InPla...
2009-10-26 Mark DickinsonSkip readline tests if readline module is not available.
2009-10-25 Mark DickinsonIssue #1087418: Small performance boost for bitwise...
2009-10-25 Georg BrandlFix a demo.
2009-10-24 Eric SmithRemoved unused function PyFloat_AsStringEx. It is unuse...
2009-10-24 Mark DickinsonIssue #7117: temporarily disable the short float repr...
2009-10-24 Tarek Ziadéfixed warning and error message
2009-10-24 Tarek Ziadéfixed finally state in distutils.test_util
2009-10-24 Tarek ZiadéIssue #7071: byte-compilation in Distutils now looks...
2009-10-24 Mark DickinsonIssue #7117 (backport py3k float repr) continued:
2009-10-24 Mark DickinsonConfigure check for double rounding should take BASECFL...
2009-10-24 Mark DickinsonRemove temporary define from r75653
2009-10-24 Tarek Ziadé#7066 - Fixed distutils.archive_util.make_archive behav...
2009-10-24 Mark DickinsonIssue #7117 (backport py3k float repr) continued:
2009-10-24 Antoine PitrouFix compilation error in debug mode.
2009-10-24 Antoine PitrouManual py3k backport: [svn r74316] Issue #5449: Fix...
2009-10-24 Antoine PitrouManual py3k backport: [svn r74158] Issue #6218: Make...
2009-10-24 Mark DickinsonTemporary define to avoid build failure
2009-10-24 Mark DickinsonIssue #7117: Prepare for backport of py3k float repr.
2009-10-24 Antoine PitrouManual py3k backport: [svn r74155] Issue #6242: Fix...
2009-10-24 Mark DickinsonAcknowledge Ned Deily (extensive bug hunting and testin...
2009-10-24 Georg BrandlFix markup.
2009-10-23 Neil SchemenauerImprove some docstrings in the 'warnings' module.
2009-10-23 Antoine PitrouIssue #7194: test_thread could try to release an unacqu...
2009-10-23 Fred Drakeadd further note about what's passed to optionxform
2009-10-23 Antoine PitrouFix Windows buildbot failure
2009-10-23 Georg Brandl#7188: fix optionxform() docs.
2009-10-22 Eric SmithPer the discussion in issue6882, backport the try/final...
2009-10-22 Georg BrandlMake printout margin important.
2009-10-22 Georg BrandlAdd proper references.
2009-10-22 Georg Brandl#6977: getopt does not support optional option arguments.
2009-10-22 Georg Brandl#7156: document curses as Unix-only.
2009-10-22 Georg Brandl#7035: improve docs of the various <method>_errors...
2009-10-22 Georg BrandlReorder __slots__ fine print and add a clarification.
2009-10-22 Georg Brandl#7088: document new functions in signal as Unix-only.
2009-10-22 Georg Brandl#6324: membership test tries iteration via __iter__.
2009-10-22 Georg BrandlUse "impl-detail" directive where applicable.
2009-10-22 Georg BrandlFix stylesheet for multi-paragraph impl-details.
2009-10-22 Georg BrandlAllow short form with text as argument.
2009-10-22 Georg BrandlDocument new directive.
2009-10-22 Georg BrandlMake it more robust.
2009-10-22 Georg BrandlAdd a new directive marking up implementation details...
2009-10-22 Georg BrandlFix duplicate target.
2009-10-22 Georg BrandlFix markup.
2009-10-22 Georg BrandlRevert unintended change.
2009-10-22 Georg BrandlFix punctuation.
2009-10-22 Benjamin Petersonrewrite for style, clarify, and comments
2009-10-22 Benjamin Petersonrewrite to be nice to other implementations
2009-10-22 Benjamin Petersonwhitespace
next