]> granicus.if.org Git - python/shortlog
python
2009-04-24 Mark DickinsonIssue #5812: The two-argument form of the Fraction...
2009-04-24 Mark DickinsonFix missing 'return NULL'
2009-04-24 Mark DickinsonIssue #5816:
2009-04-23 Georg BrandlAdd link to PEP 236.
2009-04-23 Georg Brandl#5813: add a reference to the "future statements" section.
2009-04-23 Georg BrandlFix rewrapping accident.
2009-04-23 Georg Brandl#5820: fix bug in usage of getreader().
2009-04-23 Kurt B. KaiserProduce correct version string to access the .chm
2009-04-22 Mark DickinsonIssue #5812: make Fraction('1e-6') valid. Backport...
2009-04-22 Eric SmithFixed issue 5782: formatting with commas didn't work...
2009-04-22 Nick CoghlanIssue 5354: Change API for import_fresh_module() to...
2009-04-22 Eric SmithBackport of some of the work in r71665 to trunk. This...
2009-04-22 Vinay SajipIssue #5170: Fixed regression caused when fixing #5768.
2009-04-22 Eric SmithDocumentation for issue 5237, auto-numbered format...
2009-04-21 Georg Brandl#5751: fix escaping of \\n.
2009-04-21 Georg Brandl#5757: fix copy-paste error in notify().
2009-04-21 R. David MurrayRestore skips of posix and pty tests on Windows by...
2009-04-21 Senthil KumaranFix for the Issue918368 - urllib doesn't correct server...
2009-04-20 Mark DickinsonNit: integer division should use //, not /
2009-04-20 Mark DickinsonIssue #3166: Make long -> float (and int -> float)...
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
next