2010-04-03 |
Michael Foord | Cross platform unittest.TestResult newline handling... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | give TypeError when trying to set T_STRING_INPLACE |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Michael Foord | Support dotted module names for test discovery paths... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | split out large test function |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Brian Curtin | Fix assertRaises usage on reflection functions which... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Benjamin Peterson | more _PyString_Resize error checking |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Raymond Hettinger | Clear cyclical references in list based OrderedDict. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Benjamin Peterson | always check _PyString_Resize for error |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Benjamin Peterson | set svn:eol-style on new file |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Brian Curtin | Add note about #1220212 (os.kill on Windows) |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Brian Curtin | Implement #1220212. Add os.kill support for Windows. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Michael Foord | Issue #8038: Addition of unittest.TestCase.assertNotReg... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Michael Foord | unittest tests no longer replace the sys.stdout put... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Issue #8294: Allow float and Decimal arguments in... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Michael Foord | TestResult stores original sys.stdout and tests no... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Brian Curtin | Add a line about #7347 to Misc\News |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Ezio Melotti | Fix test_compiler.py that was using unittest.__file__... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Michael Foord | Addition of -b command line option to unittest for... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Tarek Ziadé | removed documentation on code that was reverted and... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Brian Curtin | Implement #7347. Add CreateKeyEx, DeleteKeyEx, and... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Tarek Ziadé | removed the local copy of xxmodule, and skip only test_... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Add python-gdb.py and python.exe-gdb.py to distclean... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Add python.exe-gdb.py to svn:ignore, for the benefit... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Raymond Hettinger | Issue 8257: Decimal constructor to accept float. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Andrew M. Kuchling | #6647: add note to two examples |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Andrew M. Kuchling | #6647: document that catch_warnings is not thread-safe |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Florent Xicluna | Backport some robotparser test and skip the test if... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Andrew M. Kuchling | #4440: modernize a use of filter(), making it compatibl... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Eric Smith | Issue 7994: Make object.__format__ with a non-empty... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Larry Hastings | Issue #8235: _socket: Add the constant ``SO_SETFIB... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Larry Hastings | Capsule-related changes: |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Issue #7279: Make Decimal('nan') hashable. Decimal... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Issue #7279: Make comparisons involving a Decimal... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | #8012: clarification in generator glossary entry. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | Document PyImport_ExecCodeModuleEx(). |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | Remove col-spanning cells in logging docs. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mark Dickinson | Issue #2531: Make float-to-decimal comparisons return... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | Fix typo in unicode character name. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | #2768: add a note on how to get a file descriptor. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Georg Brandl | Add 2.6.5. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Florent Xicluna | #7092: silence some py3k warnings |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Florent Xicluna | #7092: Drop the cmp argument. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Florent Xicluna | #7092: Fix additional "-3" warnings in the idlelib... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Raymond Hettinger | Cleanup itertools recipes |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Raymond Hettinger | Add and update itertools recipes. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Florent Xicluna | #7092: Fix some -3 warnings, and fix Lib/platform.py... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Antoine Pitrou | Issue #8281: rename test_gdb_sample.py to gdb_sample... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Antoine Pitrou | Issue #8276: PyEval_CallObject() is now only available... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Raymond Hettinger | Document link to Sorting HowTo |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Martin v. Löwis | Issue #8032: For gdb7, a python-gdb.py file is added... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Brian Curtin | Fix a test_pydoc failure on Neal Norwitz's buildbot. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
R. David Murray | A couple small grammar fixes in test.rst, and rewrite the |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ezio Melotti | Add -Wd and -3 to the flags used to run the tests on... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ezio Melotti | Add -Wd and -3 to the flags used to run the tests. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Florent Xicluna | Replace catch_warnings with check_warnings when it... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Florent Xicluna | Fix typo |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Antoine Pitrou | Issue #8268: Old-style classes (not just instances... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Florent Xicluna | Fix test for xml.etree when using a non-ascii path... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Barry Warsaw | - Issue #8233: When run as a script, py_compile.py... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Brian Curtin | Correct what was intended to be a single-tuple to just... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ezio Melotti | Silence a py3k warning. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ezio Melotti | Revert r79179 and merge r75584 to explain how to implem... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Brian Curtin | Fix #8225. xml.etree was displaying an incorrect link... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Thomas Heller | Revert rev. 79509; ctypes doesn't build on linux. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Thomas Heller | Removed merge tracking for "svnmerge" for |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Thomas Heller | Merged revisions 79115,79424,79491 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Antoine Pitrou | Fix small error in r79502 |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Antoine Pitrou | Issue #8248: Add some tests for the bool type. Patch... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Benjamin Peterson | add inspect.getcallargs, which binds function arguments... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Florent Xicluna | fix ACKS: alphabetic order and UTF-8 |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Florent Xicluna | #8263: Now regrtest.py will report a failure if it... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Florent Xicluna | Highlight the change of behavior related to r79494... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Florent Xicluna | #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Michael Foord | Backport of weakref.WeakSet and tests from Python 3. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Raymond Hettinger | Update itertools recipe for consume(). |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Raymond Hettinger | Add a note on optimizing the itertools recipes for... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Raymond Hettinger | Update itertools recipes. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Michael Foord | Addition of delta keyword argument to unittest.TestCase... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Michael Foord | Rename the unittest test_suite function to not clash... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Michael Foord | A fix for running unittest tests on platforms without... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Mark Dickinson | Add Misc/NEWS entry for r79455. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Mark Dickinson | Make Fraction to complex comparisons with <=, <, >... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Florent Xicluna | Ensure that the failed or unexpected tests are sorted... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Antoine Pitrou | Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Benjamin Peterson | reorder imports |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Michael Foord | Makefile.pre.in for the unittest/test directory |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Michael Foord | Addition of -c command line option to unittest, to... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Michael Foord | Move a support TestCase out of the main namespace in... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Michael Foord | Remove incorrect docstring in unittest.test |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Michael Foord | Turn unittest tests into a package |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Brian Curtin | Fix #6538. Markup RegexObject and MatchObject as classe... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Benjamin Peterson | make naming convention consistent |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Florent Xicluna | Fix test_unittest and test_warnings when running "pytho... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Florent Xicluna | #8207: Fix test_pep277 on OS X |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Florent Xicluna | Syntax cleanup `== None` -> `is None` |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Benjamin Peterson | make an attempt to add capsule to the Windows build |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Larry Hastings | Remove extraneous experimental code checked in by accident. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Victor Stinner | Fix a gcc warning introduced by r79397. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Benjamin Peterson | fix eol properties on capsule files |
commit | commitdiff | tree | snapshot |
next |