]> granicus.if.org Git - python/shortlog
python
2010-04-04 Benjamin Petersonfix tabs
2010-04-04 Benjamin Petersontabify
2010-04-04 Michael Foordunittest documentation formatting changes
2010-04-04 Raymond HettingerAdd tests for functools.total_ordering.
2010-04-04 Mark DickinsonAdd versionchanged entry for Decimal(float) construction.
2010-04-04 Raymond HettingerAdd tests for cmp_to_key.
2010-04-04 Mark DickinsonA handful of whitespace fixes in Modules/_struct.c.
2010-04-04 Raymond HettingerAdd functools.CmpToKey()
2010-04-04 Mark DickinsonIssue #8300 (__index__ handling in struct.pack): Remove...
2010-04-04 Raymond HettingerDocumentation nit
2010-04-04 Ezio MelottiUse more specific assert* methods in test_struct.
2010-04-04 Ezio MelottiRevert 79733 - Counter is new in 2.7, the versionadded...
2010-04-04 Ezio MelottiAdd a versionadded to Counter.subtract() doc.
2010-04-04 Raymond HettingerIssue 5479: Add functools.total_ordering class decorator.
2010-04-03 Benjamin Petersonuse our own locale independent ctype macros
2010-04-03 Benjamin Petersonensure that the locale does not affect the tokenization...
2010-04-03 Raymond HettingerExpand test coverage for deque.count().
2010-04-03 Benjamin Petersonimport bsddb more robustly
2010-04-03 Antoine PitrouRemove useless (?) import from r79706
2010-04-03 Antoine PitrouFix wording / typography, and a slightly misleading...
2010-04-03 Martin v. LöwisDon't install python-gdb.py as an executable.
2010-04-03 Mark DickinsonSilence DeprecationWarnings from uses of has_key and...
2010-04-03 Raymond HettingerAdd count() method to collections.deque().
2010-04-03 Raymond HettingerSilence a compiler warning.
2010-04-03 Michael FoordDocumenting new features in unittest
2010-04-03 Mark DickinsonReplace backquotes with repr(), to silence a SyntaxWarning.
2010-04-03 Mark DickinsonEnsure 'module removed' warning messages contain the...
2010-04-03 Benjamin Petersonstop CObject deprecation warnings in test___all__
2010-04-03 Benjamin Petersonremove deprecation warnings silence attempting
2010-04-03 Mark DickinsonAdd Misc/NEWS entry for r79609.
2010-04-03 Benjamin Petersonspelling
2010-04-03 Benjamin Petersonsilence PyCObject warnings in bsddb
2010-04-03 Benjamin Petersonremove unneeded argument
2010-04-03 Benjamin Petersonwrap
2010-04-03 Michael FoordMinor tweak to unittest command line usage message
2010-04-03 Michael FoordAdding -b command line option to the unittest usage...
2010-04-03 Ezio MelottiUse more specific assert* methods in test_decimal.
2010-04-03 Mark DickinsonIssue #8300: Let struct.pack use __index__ to convert...
2010-04-03 Brian CurtinAdd missing return statement in an error condition.
2010-04-03 Mark DickinsonFix a couple of issues with the test_structmembersType...
2010-04-03 Raymond HettingerAdd subtract() method to collections.Counter() objects.
2010-04-03 Victor StinnerIssue #8227: Fix C API documentation, argument parsing
2010-04-03 Tarek ZiadéIssue #1222585: Added LDCXXSHARED for C++ support
2010-04-03 Raymond HettingerFactor-out constant expressions
2010-04-03 Raymond HettingerImprove clear() method. Keeps key/value refcnts >...
2010-04-03 Michael FoordAnother attempt at a fix for unittest.test.test_result...
2010-04-03 Michael FoordCross platform unittest.TestResult newline handling...
2010-04-03 Benjamin Petersongive TypeError when trying to set T_STRING_INPLACE
2010-04-03 Michael FoordSupport dotted module names for test discovery paths...
2010-04-03 Benjamin Petersonsplit out large test function
2010-04-03 Brian CurtinFix assertRaises usage on reflection functions which...
2010-04-03 Benjamin Petersonmore _PyString_Resize error checking
2010-04-03 Raymond HettingerClear cyclical references in list based OrderedDict.
2010-04-02 Benjamin Petersonalways check _PyString_Resize for error
2010-04-02 Benjamin Petersonset svn:eol-style on new file
2010-04-02 Brian CurtinAdd note about #1220212 (os.kill on Windows)
2010-04-02 Brian CurtinImplement #1220212. Add os.kill support for Windows.
2010-04-02 Michael FoordIssue #8038: Addition of unittest.TestCase.assertNotReg...
2010-04-02 Michael Foordunittest tests no longer replace the sys.stdout put...
2010-04-02 Mark DickinsonIssue #8294: Allow float and Decimal arguments in...
2010-04-02 Michael FoordTestResult stores original sys.stdout and tests no...
2010-04-02 Brian CurtinAdd a line about #7347 to Misc\News
2010-04-02 Ezio MelottiFix test_compiler.py that was using unittest.__file__...
2010-04-02 Michael FoordAddition of -b command line option to unittest for...
2010-04-02 Tarek Ziadéremoved documentation on code that was reverted and...
2010-04-02 Brian CurtinImplement #7347. Add CreateKeyEx, DeleteKeyEx, and...
2010-04-02 Tarek Ziadéremoved the local copy of xxmodule, and skip only test_...
2010-04-02 Mark DickinsonAdd python-gdb.py and python.exe-gdb.py to distclean...
2010-04-02 Mark DickinsonAdd python.exe-gdb.py to svn:ignore, for the benefit...
2010-04-02 Raymond HettingerIssue 8257: Decimal constructor to accept float.
2010-04-02 Andrew M. Kuchling#6647: add note to two examples
2010-04-02 Andrew M. Kuchling#6647: document that catch_warnings is not thread-safe
2010-04-02 Florent XiclunaBackport some robotparser test and skip the test if...
2010-04-02 Andrew M. Kuchling#4440: modernize a use of filter(), making it compatibl...
2010-04-02 Eric SmithIssue 7994: Make object.__format__ with a non-empty...
2010-04-02 Larry HastingsIssue #8235: _socket: Add the constant ``SO_SETFIB...
2010-04-02 Larry HastingsCapsule-related changes:
2010-04-02 Mark DickinsonIssue #7279: Make Decimal('nan') hashable. Decimal...
2010-04-02 Mark DickinsonIssue #7279: Make comparisons involving a Decimal...
2010-04-02 Georg Brandl#8012: clarification in generator glossary entry.
2010-04-02 Georg BrandlDocument PyImport_ExecCodeModuleEx().
2010-04-02 Georg BrandlRemove col-spanning cells in logging docs.
2010-04-02 Mark DickinsonIssue #2531: Make float-to-decimal comparisons return...
2010-04-02 Georg BrandlFix typo in unicode character name.
2010-04-02 Georg Brandl#2768: add a note on how to get a file descriptor.
2010-04-02 Georg BrandlAdd 2.6.5.
2010-04-02 Florent Xicluna#7092: silence some py3k warnings
2010-04-02 Florent Xicluna#7092: Drop the cmp argument.
2010-04-02 Florent Xicluna#7092: Fix additional "-3" warnings in the idlelib...
2010-04-02 Raymond HettingerCleanup itertools recipes
2010-04-02 Raymond HettingerAdd and update itertools recipes.
2010-04-01 Florent Xicluna#7092: Fix some -3 warnings, and fix Lib/platform.py...
2010-04-01 Antoine PitrouIssue #8281: rename test_gdb_sample.py to gdb_sample...
2010-04-01 Antoine PitrouIssue #8276: PyEval_CallObject() is now only available...
2010-04-01 Raymond HettingerDocument link to Sorting HowTo
2010-04-01 Martin v. LöwisIssue #8032: For gdb7, a python-gdb.py file is added...
2010-04-01 Brian CurtinFix a test_pydoc failure on Neal Norwitz's buildbot.
2010-04-01 R. David MurrayA couple small grammar fixes in test.rst, and rewrite the
2010-03-31 Ezio MelottiAdd -Wd and -3 to the flags used to run the tests on...
2010-03-31 Ezio MelottiAdd -Wd and -3 to the flags used to run the tests.
next