]> granicus.if.org Git - python/shortlog
python
2009-03-30 Andrew M. Kuchlingtypo fix
2009-03-30 R. David MurrayChange more tests to use import_module for the modules...
2009-03-30 Georg Brandl#5039: make it clear that the impl. note refers to...
2009-03-30 Barry WarsawA fix for issue 1974, inspired by the patch from Andi...
2009-03-30 Andrew M. KuchlingMany edits
2009-03-30 Andrew M. KuchlingAdd several items and placeholders
2009-03-30 Andrew M. KuchlingRemove comment
2009-03-30 Andrew M. KuchlingTypo fixes
2009-03-30 Georg Brandl#5199: make warning about vars() assignment more visible.
2009-03-30 Martin v. LöwisAdd several VM developers.
2009-03-30 Jesse Nollerfinalize the queue prior to shutdown
2009-03-30 Senthil KumaranFix for bugs: Issue4675 and Issue4962.
2009-03-30 R. David MurrayRemove references to test_socket_ssl which was deleted...
2009-03-30 Ronald OussorenFix for issue 13095
2009-03-30 Ronald OussorenFixes issue 5270
2009-03-30 Ronald Oussoren* Set a custom icon on the Python installer DMG
2009-03-30 Ronald OussorenRemove usage of the deprecated '-cString' and '+stringW...
2009-03-30 R. David MurrayAdd import_function method to test.test_support, and...
2009-03-30 Ronald OussorenFix issue where 'make altinstall' or 'make install...
2009-03-30 Ronald Oussoren* Updates installed dependencies to latest releaases...
2009-03-30 Kurt B. KaiserTk 8.5 Text widget requires 'wordprocessor' tabstyle...
2009-03-30 Ronald OussorenFix for issue 896199 (some Carbon modules aren't presen...
2009-03-30 Jesse NollerIssue 5177: use socket.SO_REUSEADDR on multiprocessing...
2009-03-30 R. David MurrayRevert incorrect change.
2009-03-30 Brett CannonAdd an entry to developers.txt.
2009-03-30 Ronald OussorenThis patch fixes issue 1254695 (wrong argument type...
2009-03-30 Benjamin Petersondon't rely on the order dict repr #5605
2009-03-30 R. David MurrayConvert import try/except to use test_support.import_mo...
2009-03-30 Benjamin Petersonadd missing import
2009-03-30 Benjamin Petersonthere's actually three methods here #5600
2009-03-30 Benjamin Petersonfix import
2009-03-29 Bob IppolitoIssue 5381: fix regression in pure python code path...
2009-03-29 Benjamin Petersonadd missing import
2009-03-29 Benjamin Petersonuse the awesome new status iterator
2009-03-29 Benjamin Petersonthanks to guido's bytecode verifier, this is fixed
2009-03-29 Benjamin Petersonthis has been fixed since 2.6 (I love removing these)
2009-03-29 Raymond HettingerMake life easier for non-CPython implementations.
2009-03-29 Mark DickinsonIssue #532631: Apply floatformat changes to unicodeobject.c
2009-03-29 Mark DickinsonIssue #532631: Add paranoid check to avoid potential...
2009-03-29 Mark DickinsonIssue #532631: Replace confusing fabs(x)/1e25 >= 1e25...
2009-03-29 Guilherme PoloTypo fix.
2009-03-29 Collin WinterAdd the ability to control the random seed used by...
2009-03-29 Benjamin Petersonfix consistency
2009-03-29 Benjamin Petersonstop the versionchanged directive from hiding the docs
2009-03-29 Benjamin Petersona more realistic example
2009-03-28 Georg BrandlAdd section numbering to some of the larger subdocuments.
2009-03-28 Georg BrandlSwitch to fixed Sphinx version.
2009-03-28 Georg BrandlAdd a script to fixup rst files if the pre-commit hook...
2009-03-28 Antoine PitrouFix a typo and be more specific
2009-03-28 Guilherme PoloTypo fix
2009-03-28 Benjamin Petersongive os.symlink and os.link() better parameter names...
2009-03-28 Georg Brandl#5324: document __subclasses__().
2009-03-28 Antoine PitrouPublicize the GC untracking optimization
2009-03-28 Georg BrandlFix typo.
2009-03-27 Guilherme PoloAdjusted _tkinter to compile without warnings when...
2009-03-26 Benjamin Petersonfix another name
2009-03-26 Benjamin Petersonupdate email tests to use SkipTest
2009-03-26 Benjamin Peterson** is required here
2009-03-26 Benjamin Petersonadd missing import
2009-03-26 Benjamin Petersonmust pass argument to get expected behavior ;)
2009-03-26 Benjamin Petersonfix incorrect auto-translation of TestSkipped -> unitte...
2009-03-26 Benjamin Petersonfix naming
2009-03-26 Benjamin Petersonremove test_support.TestSkipped and just use unittest...
2009-03-26 Benjamin Petersonapply the second part of #4242's patch; classify all...
2009-03-26 Benjamin Petersonrename TestCase.skip() to skipTest() because it causes...
2009-03-26 Benjamin Petersonadd some useful utilities for skipping tests with unitt...
2009-03-26 Benjamin Petersonadd support for PyPy
2009-03-26 Benjamin Petersonroll old test in with new one
2009-03-26 Benjamin Petersonmore and more implementations now support sys.subversion
2009-03-26 Benjamin Petersonadd much better tests for python version information...
2009-03-26 Benjamin Petersonremove uneeded function
2009-03-25 Raymond HettingerSeparate initialization from clearing.
2009-03-25 Benjamin Petersonthis can be slightly less ugly
2009-03-25 Benjamin Petersonadd shorthands for expected failures and unexpected...
2009-03-25 Marc-André... News item for the platform.py fix (r70594).
2009-03-25 Marc-André... Remove the sys.version_info shortcut, since they cause...
2009-03-25 Skip Montanaroclarify the type of data returned
2009-03-24 Benjamin Petersonanother style nit
2009-03-24 Benjamin Petersonfix newline issue in test summary
2009-03-24 Benjamin Petersonthis is better written using assertRaises
2009-03-24 Benjamin Petersonfix typo
2009-03-24 Benjamin Petersonadd new skipping things to __all__
2009-03-24 Benjamin Petersonupdate docstring
2009-03-24 Benjamin Petersonremove special metadata
2009-03-24 Benjamin Petersonsome cleanup and modernization
2009-03-24 Raymond HettingerAdd links to related resources.
2009-03-23 Benjamin Petersonupdate from CVS
2009-03-23 Benjamin Petersonforgot to document that setUp can be skipped (silly...
2009-03-23 Benjamin Petersonrefactor unittest docs
2009-03-23 Benjamin Petersoncomply with the evilJavaNamingScheme for attribute...
2009-03-23 Benjamin Petersonimplement test skipping and expected failures
2009-03-23 Benjamin Petersoncomplain when there's no last exception
2009-03-23 Benjamin Petersonrevert r70552; wrong fix
2009-03-23 Benjamin Petersonfix very old names for exception terms #5543
2009-03-23 Antoine PitrouThe tracking statistics were actually too pessimistic
2009-03-23 Antoine PitrouIssue #4688: Add a heuristic so that tuples and dicts...
2009-03-23 Raymond HettingerMake imported name private and wrap long-line.
2009-03-23 Mark DickinsonIssue #5512: speed up the long division algorithm for...
2009-03-23 Raymond HettingerMove initialization of root link to __init__.
2009-03-23 Raymond HettingerAdd more comments. Improve variable names.
next