]> granicus.if.org Git - python/shortlog
python
2009-04-13 Eric SmithFixed incorrect object passed into format_float_interna...
2009-04-12 Benjamin Petersonfix missing quote
2009-04-12 Benjamin Petersonfix extra parenthesis #5774
2009-04-12 Georg Brandl#5719: add short usage example to optparse docstring.
2009-04-12 Benjamin Petersonremove useless import
2009-04-12 Georg Brandl#5741: dont disallow double percent signs in SafeConfig...
2009-04-12 Tarek Ziadéremoved string usage and added a test for _clean
2009-04-12 Tarek Ziadéadded a test for finalize_options
2009-04-12 Tarek Ziadéadded a simple test for search_cpp
2009-04-12 Tarek Ziadépep8-fied the module before adding tests
2009-04-12 Tarek Ziadéremoved the print statements and added a test
2009-04-12 Georg Brandl#5704: let python -3 imply -t as well.
2009-04-12 Eric SmithTake credit for my patch for issue 5237.
2009-04-11 Benjamin Petersonfix markup
2009-04-11 Benjamin Petersonignore py3_test_grammar when compiling the library
2009-04-11 Georg BrandlTake credit for a patch of mine.
2009-04-11 R. David MurrayMake test_asyncore tests match code changes introduced...
2009-04-11 Andrew M. KuchlingRe-word
2009-04-11 Andrew M. KuchlingAdd various items
2009-04-11 Tarek Ziadétesting a full check case
2009-04-11 Tarek Ziadé#5732: added the check command into Distutils
2009-04-11 Tarek Ziadéfixed link
2009-04-11 Nick CoghlanIssue 5354: Provide a standardised testing mechanism...
2009-04-11 Chris Withersremove unpleasant exec
2009-04-10 Raymond HettingerAdd examples.
2009-04-10 Georg Brandl#5698: Fix casing of !DOCTYPE to conform to W3C specs.
2009-04-10 Georg BrandlLet "lambda" point to the correct heading.
2009-04-10 Raymond HettingerFix the count of datatypes.
2009-04-10 Raymond HettingerClarify the table entries for combinatorics.
2009-04-10 Raymond HettingerIE needs the border-left:0 for some reason.
2009-04-10 Raymond HettingerMore table clean-up
2009-04-09 Raymond HettingerCenter table headings.
2009-04-09 Raymond HettingerMore table formatting.
2009-04-09 Raymond HettingerAdd note on using keyword arguments with OrderedDict.
2009-04-09 R. David MurrayIssue #2170: refactored xml.dom.minidom.normalize,...
2009-04-09 Tarek ZiadéFixed #5731: Distutils bdist_wininst no longer worked...
2009-04-09 Georg BrandlAdd a custom stylesheet with better table formatting.
2009-04-09 Collin WinterIssue 5665: add more pickling tests.
2009-04-09 Andrew M. KuchlingTypo fixes
2009-04-09 Andrew M. KuchlingAdd items
2009-04-08 Georg BrandlUpdate ignore file for suspicious builder.
2009-04-08 Georg BrandlRemove redundant backtick.
2009-04-08 Benjamin Petersonfix syntax
2009-04-08 Benjamin Petersonthese must be installed to correctly run tests
2009-04-08 Raymond HettingerMinor factoring.
2009-04-08 Raymond HettingerAdd docstrings.
2009-04-07 Jack Diederich- Make timing assertions very generous (a la test_timeo...
2009-04-07 Raymond HettingerFix make.bat to match makefile changes
2009-04-07 Jack Diedericheliminate more race conditions in telnetlib tests
2009-04-07 Vinay SajipIssue #5695: Minor tweak to improve the code as suggest...
2009-04-07 Benjamin Petersonrevert unrelated change to test_telnetlib
2009-04-07 Benjamin Petersonfix since difference formating of SyntaxErrors
2009-04-07 Benjamin Petersonfix syntax tests after formatting change
2009-04-06 Benjamin Petersonsee if this helps the doc builds
2009-04-06 Benjamin Petersonadd create_connection to __all__ #5711
2009-04-06 Gregory P.... - Issue #2254: Fix CGIHTTPServer information disclosure...
2009-04-06 Jack Diederichtest the telnetlib.Telnet interface more thoroughly
2009-04-05 Gregory P.... news entry for r71299.
2009-04-05 Gregory P.... Fixes issue5705: os.setuid() and friends did not accept...
2009-04-05 Tarek Ziadépep8-fied method names
2009-04-05 Tarek ZiadéFixed #5095: msi missing from Distutils bdist formats
2009-04-05 Tarek Ziadéadded a simplest test to distutils.spawn._nt_quote_args
2009-04-05 Tarek ZiadéFixed #1491431: distutils.filelist.glob_to_re was broke...
2009-04-05 Matthias KloseIssue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF:...
2009-04-05 Matthias Klose- Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide...
2009-04-05 Georg BrandlNormalize issue referencing style.
2009-04-05 Michael FoordAdding assertIs and assertIsNot methods to unittest...
2009-04-05 Georg Brandl#602893: add indicator for current line in cgitb that...
2009-04-05 Tarek ZiadéFixed 5694: removed spurious test output in Distutils
2009-04-05 Georg Brandl#5298: clarify docs about GIL by using more consistent...
2009-04-05 Georg Brandl#5444: adapt make.bat to new htmlhelp output file name.
2009-04-05 Georg Brandl#5432: make plistlib docstring a raw string, since...
2009-04-05 Georg Brandl#5471: fix expanduser() for $HOME set to "/".
2009-04-05 Georg Brandl#5370: doc update about unpickling objects with custom...
2009-04-05 Georg BrandlAdd NEWS entry for r71237.
2009-04-05 Georg Brandl#1326077: fix traceback formatting of SyntaxErrors...
2009-04-05 Georg BrandlWhitespace normalization.
2009-04-05 Matthias Klose- Py_DECREF: Add `do { ... } while (0)' to avoid compil...
2009-04-05 Georg Brandl#5580: no need to use parentheses when converterr(...
2009-04-05 Georg Brandl#5615: make it possible to configure --without-threads...
2009-04-05 Vinay SajipIssue #5695: Moved logging.captureWarnings() call insid...
2009-04-05 Georg Brandl#1726172: dont raise an unexpected IndexError if a...
2009-04-05 Georg Brandl#1718017: document the relation of os.path and the...
2009-04-05 Georg BrandlAvoid sure signs of a diseased mind.
2009-04-05 Georg BrandlNormalize spelling of Mac OS X.
2009-04-05 Georg Brandl#1742837: expand HTTP server docs, and fix SocketServer...
2009-04-05 Guilherme PoloInclude tkinter.h only after including tk.h (or the...
2009-04-05 Michael FoordChange the way unittest.TestSuite use their tests to...
2009-04-05 Benjamin Petersoncompare types with is
2009-04-04 Benjamin Petersonnote how using iter* are unsafe while mutating and...
2009-04-04 Martin v. LöwisIssue #5470: Package zipdir.zip.
2009-04-04 Hirokazu YamamotoNo behavior change.
2009-04-04 Benjamin Petersonrevert r71159 since it broke the build
2009-04-04 Matthias Klose- Py_DECREF: Add `do { ... } while (0)' to avoid compil...
2009-04-04 Matthias Klose- Issue #3845: In PyRun_SimpleFileExFlags avoid invalid...
2009-04-04 Georg Brandl#5601: clarify that webbrowser is not meant for file...
2009-04-04 Georg Brandl#5642: clarify map() compatibility to the builtin.
2009-04-04 Raymond HettingerReplace the localized min/max calls with normal if...
2009-04-04 Kurt B. KaiserAllow multiple IDLE GUI/subprocess pairs to exist
2009-04-04 R. David MurrayFix error in description of 'oct' (issue 5678).
next