]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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.
2010-03-31  Florent XiclunaReplace catch_warnings with check_warnings when it...
2010-03-31  Florent XiclunaFix typo
2010-03-31  Antoine PitrouIssue #8268: Old-style classes (not just instances...
2010-03-31  Florent XiclunaFix test for xml.etree when using a non-ascii path...
2010-03-31  Barry Warsaw- Issue #8233: When run as a script, py_compile.py...
2010-03-31  Brian CurtinCorrect what was intended to be a single-tuple to just...
2010-03-31  Ezio MelottiSilence a py3k warning.
2010-03-31  Ezio MelottiRevert r79179 and merge r75584 to explain how to implem...
2010-03-31  Brian CurtinFix #8225. xml.etree was displaying an incorrect link...
2010-03-30  Thomas HellerRevert rev. 79509; ctypes doesn't build on linux.
2010-03-30  Thomas HellerRemoved merge tracking for "svnmerge" for
2010-03-30  Thomas HellerMerged revisions 79115,79424,79491 via svnmerge from
2010-03-30  Antoine PitrouFix small error in r79502
2010-03-30  Antoine PitrouIssue #8248: Add some tests for the bool type. Patch...
2010-03-30  Benjamin Petersonadd inspect.getcallargs, which binds function arguments...
2010-03-30  Florent Xiclunafix ACKS: alphabetic order and UTF-8
2010-03-30  Florent Xicluna#8263: Now regrtest.py will report a failure if it...
2010-03-30  Florent XiclunaHighlight the change of behavior related to r79494...
2010-03-30  Florent Xicluna#7643: Unicode codepoints VT (0x0B) and FF (0x0C) are...
2010-03-29  Michael FoordBackport of weakref.WeakSet and tests from Python 3.
2010-03-28  Raymond HettingerUpdate itertools recipe for consume().
2010-03-28  Raymond HettingerAdd a note on optimizing the itertools recipes for...
2010-03-28  Raymond HettingerUpdate itertools recipes.
2010-03-27  Michael FoordAddition of delta keyword argument to unittest.TestCase...
2010-03-27  Michael FoordRename the unittest test_suite function to not clash...
2010-03-27  Michael FoordA fix for running unittest tests on platforms without...
2010-03-27  Mark DickinsonAdd Misc/NEWS entry for r79455.
2010-03-27  Mark DickinsonMake Fraction to complex comparisons with <=, <, >...
2010-03-26  Florent XiclunaEnsure that the failed or unexpected tests are sorted...
2010-03-26  Antoine PitrouIssue #8222: Enable the SSL_MODE_AUTO_RETRY flag on...
2010-03-26  Benjamin Petersonreorder imports
2010-03-26  Michael FoordMakefile.pre.in for the unittest/test directory
2010-03-26  Michael FoordAddition of -c command line option to unittest, to...
2010-03-26  Michael FoordMove a support TestCase out of the main namespace in...
2010-03-26  Michael FoordRemove incorrect docstring in unittest.test
2010-03-25  Michael FoordTurn unittest tests into a package
2010-03-25  Brian CurtinFix #6538. Markup RegexObject and MatchObject as classe...
2010-03-25  Benjamin Petersonmake naming convention consistent
2010-03-25  Florent XiclunaFix test_unittest and test_warnings when running "pytho...
2010-03-25  Florent Xicluna#8207: Fix test_pep277 on OS X
2010-03-25  Florent XiclunaSyntax cleanup `== None` -> `is None`
2010-03-25  Benjamin Petersonmake an attempt to add capsule to the Windows build
2010-03-25  Andrew M. KuchlingAdd various items
2010-03-25  Larry HastingsRemove extraneous experimental code checked in by accident.
next