]> granicus.if.org Git - python/shortlog
python
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
2009-10-21 Vinay SajipIssue #7077: logging: SysLogHandler now treats Unicode...
2009-10-21 Georg Brandl#7170: fix explanation about non-weakrefable builtin...
2009-10-20 Antoine PitrouTest wouldn't work in debug mode.
2009-10-20 Benjamin Petersonclarify buffer arg #7178
2009-10-20 Antoine PitrouIssue #1722344: threading._shutdown() is now called...
2009-10-20 Mark DickinsonIssue #7099: Decimal.is_normal should return True for...
2009-10-20 Benjamin Petersonuse property api
2009-10-19 Antoine PitrouNEWS entry for r75531.
2009-10-19 Antoine PitrouIssue #5833: Fix extra space character in readline...
2009-10-19 Antoine PitrouIssue #7133: SSL objects now support the new buffer...
2009-10-19 R. David MurrayClarify error report message, and don't recommend runni...
2009-10-19 R. David MurrayEliminate warning message that looks like an error...
2009-10-19 R. David MurrayOnly run test_curses when sys.__stdout__ is a tty....
2009-10-19 Eric SmithIssue #7169: Document PyFloat_AsString and PyFloat_AsRe...
2009-10-19 Eric SmithRemoved calls to PyFloat_AsReprString.
2009-10-18 R. David MurrayIssue #7151: regrtest would generate a JSON failure...
2009-10-18 Antoine PitrouAdd a comment about unreachable code, and fix a typo
2009-10-18 Antoine PitrouAdd a test for same-thread asynchronous exceptions...
2009-10-18 Nick CoghlanRestore sys.path in test_tk
2009-10-18 Nick CoghlanSilence a deprecation warning by using the appropriate...
2009-10-18 Tarek ZiadéChanged distutils tests to avoid environment alteration
2009-10-18 Georg BrandlFix missing word.
2009-10-18 Ronald OussorenFix for issue 7149: a regression in 2.6.3 that causes...
2009-10-18 Nick CoghlanUsing CleanImport to revert a reload of the os module...
2009-10-18 Senthil KumaranFix a typo.
2009-10-18 Senthil KumaranFix for Issue7155 - urllib do not document default...
2009-10-17 Mark DickinsonProtect against attempts to replace PyNumber_Add with...
2009-10-17 Nick CoghlanDon't replace sys.path in test_site
2009-10-17 Nick CoghlanAvoid replacing existing modules and sys.path in import...
2009-10-17 Nick CoghlanAlso check and restore identity of sys.path, sys.argv...
2009-10-17 Nick CoghlanMove restoration of the os.environ object into the...
2009-10-17 Nick CoghlanRevert changes made to environment in test_httpservers
2009-10-17 Nick CoghlanDon't invoke reload(sys) and use StringIO objects inste...
2009-10-17 Nick CoghlanRestore original sys.path when running TTK tests
2009-10-17 Georg BrandlFix refleaks in _ctypes PyCSimpleType_New, which fixes...
next