]> granicus.if.org Git - python/shortlog
python
2009-09-22 Benjamin Petersonfix typos/rephrase
2009-09-22 Brett CannonFix a minor doc syntax typo.
2009-09-22 Ronald OussorenHalf of the fix for issue 6957: ensure that distutils
2009-09-22 Brett CannonFix whitespace.
2009-09-22 Vinay SajipFixed a typo, and added sections on optimization and...
2009-09-22 Ronald OussorenThe 'Navigation Toolbox' is not available at all for...
2009-09-22 Georg BrandlFix encoding name.
2009-09-22 Brett CannonWhen range checking was added to time.strftime() a...
2009-09-21 Antoine PitrouIssue #6236, #6348: Fix various failures in the io...
2009-09-21 Mark DickinsonSilence MSVC compiler warnings.
2009-09-21 Tarek Ziadéforgot to commit a file in previous commit (r74994...
2009-09-21 Tarek Ziadé#6954: Fixed crash when using DISTUTILS_DEBUG flag...
2009-09-21 Tarek Ziadéimproving distutils coverage
2009-09-21 Tarek Ziadéimproved distutils test coverage: now the DEBUG mode...
2009-09-20 Doug HellmannFix markup for external links.
2009-09-20 Ronald Oussoren* Make it easier to build custom installers (such as...
2009-09-20 Ronald OussorenFix typo in error message
2009-09-20 Ronald OussorenMerge a newer version of libffi_osx, based on the
2009-09-20 Ronald OussorenIssue 6877: this patch makes it possible to link the...
2009-09-20 Ronald OussorenFor for issue 6934: failures in postflight script in...
2009-09-20 Ronald OussorenFollowup for r74962
2009-09-20 Ronald OussorenFix for issue 6851: urllib.urlopen crashes in a thread...
2009-09-20 Ezio Melotti#6881 - fixed wrong return type; improved the formatting
2009-09-19 Georg BrandlAdd Mark Summerfield.
2009-09-19 Georg BrandlAdd Doug.
2009-09-19 Georg BrandlFix references to threading.enumerate().
2009-09-19 Georg Brandl#6946: fix duplicate index entries for datetime classes.
2009-09-19 Thomas HellerRemove unused variable and static function to fix compi...
2009-09-19 Georg BrandlUpdate bug tracker reference.
2009-09-19 Georg Brandl#6944: the argument to PyArg_ParseTuple should be a...
2009-09-18 Benjamin Petersontypo
2009-09-18 Benjamin Petersonbackport keyword argument support for bytearray.decode
2009-09-18 Georg Brandl#6930: clarify description about byteorder handling...
2009-09-18 Georg Brandl#6925: rewrite docs for locals() and vars() a bit.
2009-09-18 Benjamin Petersonadd keyword arguments support to str/unicode encode...
2009-09-18 Mark DickinsonUse skipUnless to skip math module tests on non-IEEE...
2009-09-18 Thomas HellerIssue #4606: Passing 'None' if ctypes argtype is set...
2009-09-18 Thomas HellerIssue #5042: Structure sub-subclass does now initialize...
2009-09-18 Mark DickinsonAdd Gawain Bolton to Misc/ACKS for his work on base...
2009-09-18 Georg BrandlOptimize optimization and fix method name in docstring.
2009-09-18 Georg BrandlUse str.format() to fix beginner's mistake with %-style...
2009-09-18 Georg Brandl#6938: "ident" is always a string, so use a format...
2009-09-18 Georg Brandl#6905: use better exception messages in inspect when...
2009-09-18 Georg Brandl#6936: for interactive use, quit() is just fine.
2009-09-17 Benjamin Petersonuse macros
2009-09-17 Georg BrandlMake the optparse doc style a bit more standard: use...
2009-09-17 Georg BrandlRemove duplicate doc of enable/disable_interspersed_args.
2009-09-17 Georg Brandl#6932: remove paragraph that advises relying on __del__...
2009-09-17 Georg Brandl#6844 followup: the warning when setting Exception...
2009-09-17 Georg BrandlIssue #6922: Fix an infinite loop when trying to decode...
2009-09-17 Georg BrandlString values should be shown with quotes, to avoid...
2009-09-17 Georg Brandl#6912: add "with" block support to pindent.
2009-09-17 Benjamin Petersonrationalize a bit
2009-09-17 Brett CannonNote in the intro to Extending... that ctypes can be...
2009-09-17 Benjamin Petersonpep 8 defaults
2009-09-17 Benjamin Petersonkill bare except
2009-09-16 Mark DickinsonIssue #6713: Improve performance of str(n) and repr...
2009-09-16 Thomas WoutersAdd news entry for r74841.
2009-09-16 Georg Brandl#6844: do not emit DeprecationWarnings on access if...
2009-09-16 Mark DickinsonRemove outdated include; this include was breaking...
2009-09-16 Thomas WoutersFix issue #1590864, multiple threads and fork() can...
2009-09-16 Georg BrandlMake the pdb displayhook compatible with the standard...
2009-09-16 Georg BrandlRemove some more boilerplate from the actual tests...
2009-09-16 Georg BrandlRewrap long lines.
2009-09-16 Ezio Melotti#6879 - fix misstatement about exceptions
2009-09-16 Georg Brandl#6892: fix optparse example involving help option.
2009-09-16 Georg BrandlRemove strange trailing commas.
2009-09-16 Georg Brandl#5621: refactor description of how class/instance attri...
2009-09-16 Georg Brandl#6891: comment out dead link to Unicode article.
2009-09-16 Georg Brandl#6876: fix base class constructor invocation in example.
2009-09-16 Georg Brandl#6880: add reference to classes section in exceptions...
2009-09-16 Georg BrandlMake deprecation notices as visible as warnings are...
2009-09-15 Ronald OussorenUpdate distutils.util tests after my changes
2009-09-15 Georg BrandlAdd Armin Ronacher.
2009-09-15 Ronald OussorenFinish support for --with-universal-archs=intel
2009-09-15 Ezio Melotti#6917 - typo in method name
2009-09-15 Ronald OussorenMacOSX: detect the architectures supported by
2009-09-15 Benjamin PetersonPy_SetPythonHome uses static storage #6913
2009-09-14 Georg Brandl#6908: fix association of hashlib hash attributes.
2009-09-14 Georg Brandl#6574: list the future features in a table.
2009-09-14 Ezio Melotti#6904 - fix broken link
2009-09-13 Michael FoordRemove an extraneous space in unittest documentation.
2009-09-13 Michael FoordTest discovery in unittest will only attempt to import...
2009-09-13 Georg BrandlTypo fix.
2009-09-13 Michael Foordunittest.TestLoader.loadTestsFromName honors the loader...
2009-09-13 Michael FoordTutorial tweaks. Issue 6849.
2009-09-13 Michael FoordNote that sys._getframe is not guaranteed to exist...
2009-09-13 Michael FoordObjects that compare equal automatically pass or fail...
2009-09-13 Michael FoordChange to tutorial wording for reading text / binary...
2009-09-13 Matthias KloseIssue #6635: Fix profiler printing usage message.
2009-09-13 Mark DickinsonFix potential signed-overflow bug in _PyLong_Format...
2009-09-13 Benjamin Petersonupdate urls
2009-09-12 Ezio Melotti#6026 - fix tests that failed without zlib
2009-09-12 Lars GustäbelIssue #6856: Add a filter keyword argument to TarFile...
2009-09-11 Georg BrandlMove function back to its section.
2009-09-09 Georg BrandlProperly document copy and deepcopy as functions.
2009-09-09 Benjamin Petersonrevert unintended changes
2009-09-09 Benjamin Petersontabbify
2009-09-09 Tarek ZiadéIssue #6163: Fixed HP-UX runtime library dir options...
2009-09-08 Benjamin Peterson#6865 fix ref counting in initialization of pwd module
next