]> granicus.if.org Git - python/shortlog
python
2009-04-20 Raymond HettingerFix typo
2009-04-20 Tarek Ziadéadding a NEWS note for #5795 (previously checked via...
2009-04-20 Tarek Ziadémaking BuildWinInstTestCase silent in case bdist_winins...
2009-04-20 Tarek Ziadé#5795 sysconfig._config_vars was shadowed in tearDown
2009-04-19 Mark DickinsonAutomatic conversion of floats to integers for struct...
2009-04-19 Ronald OussorenFix for issue5657.
2009-04-19 Benjamin Petersonfix typo
2009-04-19 Benjamin Petersonmake errors consistent
2009-04-19 Benjamin Petersoninitialize weakref some weakref types
2009-04-18 Benjamin Petersonmany more types to initialize (I had to expose some...
2009-04-18 Benjamin Petersonmove test to a more appropiate one
2009-04-18 Benjamin Petersoninitalize -> initialize
2009-04-18 Benjamin Petersontry to initalize all builtin types with PyType_Ready...
2009-04-18 Benjamin Petersonfix a few nits in unittest.py #5771
2009-04-18 Benjamin Petersonrename internal bytes_ functions to bytearray
2009-04-18 Mark DickinsonIssue #1869: Fix a couple of minor round() issues.
2009-04-18 Mark DickinsonBackport r71704 (add configure check for C99 round...
2009-04-18 Mark Dickinsoncopysign shouldn't be declared as static in pymath.c
2009-04-18 Georg Brandl"not subscriptable" should be a bit more understandable...
2009-04-17 Tarek ZiadéDistutilsSetupError was not raised when one single...
2009-04-16 Vinay SajipIssue #5768: Change to Unicode output logic and test...
2009-04-16 Vinay SajipIssue #5768: Change to Unicode output logic and test...
2009-04-16 Raymond HettingerClarify the behavior of any() and all() with an empty...
2009-04-16 R. David MurrayLess red ink (warning->note) and add link to def of...
2009-04-16 Thomas HellerRemove duplicated function declaration.
2009-04-16 Thomas HellerRemove unneeded code.
2009-04-15 R. David MurrayFix for issue3440: add warning to subprocess discussion of
2009-04-15 Benjamin Petersoncall __float__ on str subclasses #5759
2009-04-14 Benjamin Petersontupel -> tuple
2009-04-13 Tarek Ziadépep8-fied
2009-04-13 Tarek Ziadéimproved test coverage for distutils.cmd
2009-04-13 R. David MurrayAdd missing NEWS item for issue1161031 fix.
2009-04-13 Georg Brandl#5745: more linking for identifiers in email docs.
2009-04-13 Tarek Ziadédeactivate test_search_cpp under win32
2009-04-13 Georg Brandl#5741 followup: should also allow %%(blah)s.
2009-04-13 Georg BrandlSimplify markup.
2009-04-13 Tarek ZiadéFixed #5607: Distutils test_get_platform was failing...
2009-04-13 Hirokazu YamamotoFixed another typos. (email.Utils => email.utils)
2009-04-13 Hirokazu YamamotoFixed typo. (email.Utils => email.utils)
2009-04-13 R. David MurrayAdjust test_asyncore to account for intentional asyncor...
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
next