2010-03-25 |
Benjamin Peterson | fix eol properties on capsule files |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Benjamin Peterson | set eol on email example |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Benjamin Peterson | set bsddb eol style |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Larry Hastings | Backported PyCapsule from 3.1, and converted most uses of |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Victor Stinner | Fix _curses.tiget*() functions: deny None to avoid... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Victor Stinner | Issue #8211: Save/restore CFLAGS around AC_PROG_CC... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Steven Bethard | Replace license with simple attribution. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Antoine Pitrou | Revert r79384 (the fix failed). |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Benjamin Peterson | replace copy right notice with simple attribution |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Antoine Pitrou | Trying to fix #8108. Will watch the buildbot(s). |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Florent Xicluna | Skip tests which depend on multiprocessing.sharedctypes... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Andrew M. Kuchling | Various edits |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Vinay Sajip | logging: Updated SysLogHandler documentation. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Florent Xicluna | Skip test_ascii_formatd if _ctypes is not available... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Vinay Sajip | logging: Documentation tweak. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Martin v. Löwis | Add Brian Curtin. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Vinay Sajip | logging: Added LOG_FTP for SysLogHandler and updated... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ezio Melotti | Another typo. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ezio Melotti | #8217: typo. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Benjamin Peterson | the == test doesn't work on Solaris #8210 |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Florent Xicluna | The SIGINT signal may happen earlier, during site.py... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Andrew M. Kuchling | add some unittest items |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Florent Xicluna | The standard error should be empty when the signal... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Florent Xicluna | Silence test_subprocess. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Florent Xicluna | Skip test_format_deprecation if _ctypes is not availabl... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Senthil Kumaran | Fixed Issue8209 - OptionParser keyword arg 'epilog... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Benjamin Peterson | Merged revisions 79313,79324 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ezio Melotti | Link specifically to the UCD version 5.2.0. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ezio Melotti | Remove link to objects.rst (gone in r79179). |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Ezio Melotti | Update the version number of the Unicode Database in... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Benjamin Peterson | Merged revisions 79309 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Florent Xicluna | Issue #8205: Remove the "Modules" directory from sys... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Florent Xicluna | #7667: Fix doctest failures with non-ASCII paths. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Benjamin Peterson | Merged revisions 79077,79137,79304-79305 via svnmerge... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Antoine Pitrou | Issue #7512: shutil.copystat() could raise an OSError... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Florent Xicluna | #7668: Fix test_httpservers failure when sys.executable... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Florent Xicluna | Preserve backward compatibility of the ctypes module. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Florent Xicluna | Issue #7703: ctypes supports both buffer() and memoryvi... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
R. David Murray | Issue #7860: platform.uname now reports the correct... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Vinay Sajip | logging: Added getChild utility method to Logger and... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Jesus Cea | Missing testsuite files |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Florent Xicluna | Get rid of buffer() in test_ctypes: backport the 3... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Antoine Pitrou | Fix an occasional test_ftplib failure, following r79226. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Jesus Cea | pybsddb 4.8.4 integration. Please, comment in issue... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Vinay Sajip | Issue #8201: logging: Handle config errors when non... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Victor Stinner | Fix the NEWS about my last commit: an unicode subclass... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Vinay Sajip | Issue #8200: logging: Handle errors when multiprocessin... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Victor Stinner | Issue #1583863: An unicode subclass can now override... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Michael Foord | Correct usage message displayed for python -m unittest -h |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Michael Foord | expected failure should not trigger failfast behavior... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Michael Foord | Removing Python 2.3 compatibility code from unittest. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Michael Foord | Fix failing test committed by accident. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Michael Foord | -f/--failfast command line option for unittest. Issue... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Michael Foord | Issue 7815. __unittest in module globals trims frames... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Benjamin Peterson | take into account keyword arguments when passing too... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Benjamin Peterson | improve error message from passing inadequate number... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Benjamin Peterson | don't write duplicate tests |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Benjamin Peterson | fix import |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Benjamin Peterson | co_varnames is certainly a tuple, so let's not waste... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Benjamin Peterson | remove pointless condition |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Antoine Pitrou | Issue #3890: Fix recv() and recv_into() on non-blocking... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Benjamin Peterson | flatten condition |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Antoine Pitrou | Issue #1628484: The Makefile doesn't ignore the CFLAGS... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Fix plural. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Andrew M. Kuchling | Add items |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Florent Xicluna | #8180: Fix test_pep277 on OS X and add more tests for... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Benjamin Peterson | rewrite a bit |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Florent Xicluna | Issue #8179: Fix macpath.realpath() on a non-existing... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Florent Xicluna | Use assertRaises and add a specific warning filter. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Remove leftover word. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Florent Xicluna | No more deprecation warnings for distutils.sysconfig... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Florent Xicluna | Silence some py3k SyntaxWarning using check_py3k_warnin... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Florent Xicluna | Fix py3k warnings in test_decimal, using unittest.asser... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Florent Xicluna | Silence more py3k warnings in unittest.case. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Include structmember.h correctly. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Update text for newest US DST regulation. The sample... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Update os.kill() emulation example for Windows to use... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Mention inefficiency of lists as queues, add link to... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Clarify that for shell=True, the shell PID will be... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Introduce copy by slicing, used in later chapters. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Document that GzipFile supports iteration. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Add a paragraph about set displays. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Remove the "built-in objects" file. It only contained... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Georg Brandl | Fix some issues found by Jacques Ducasse on the docs... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Florent Xicluna | #7092 - Silence more py3k deprecation warnings, using... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Michael Foord | Change order of arguments in a unittest function. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Michael Foord | A faulty load_tests in a test module no longer halts... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Antoine Pitrou | Fix overzealous .hgignore file |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Florent Xicluna | Cleanup test_tarfile, and use check_warnings. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Florent Xicluna | Cleanup test_struct using check_warnings. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Benjamin Peterson | wrap |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Benjamin Peterson | document exitfunc fixer |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Michael Foord | Issue 7832: renaming unittest.TestCase.assertSameElemen... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Florent Xicluna | #8178 Cleanup the threads after test_thread.TestForkInT... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Sean Reifscheider | Fixing the file call in the rfc822.Message replacement... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Sean Reifscheider | Adding an example of reproducing the rfc822.Message... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Benjamin Peterson | set svn:eol-style to native on C files |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Thomas Heller | Initialized merge tracking via "svnmerge" with revision... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Matthias Klose | update libffi to commit 59a259f4d348f593b45f452309f4d02... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Florent Xicluna | Various tests cleanup: check_warnings/check_py3k_warnin... |
commit | commitdiff | tree | snapshot |
next |