| Commit message (Expand) | Author | Age | Files | Lines |
* | This check-in fixes two problems: | Ronald Oussoren | 2010-04-08 | 3 | -99/+74 |
|
|
* | Correction of unittest documentation typos and omissions | Michael Foord | 2010-04-08 | 1 | -3/+3 |
|
|
* | Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing... | Michael Foord | 2010-04-08 | 2 | -7/+11 |
|
|
* | unittest.result.TestResult does not create its buffers until they're used. It... | Michael Foord | 2010-04-07 | 2 | -6/+11 |
|
|
* | Issue #8337: Disable the remaining test also for now. | Martin v. Löwis | 2010-04-07 | 1 | -1/+1 |
|
|
* | Document the libffi FreeBSD fix. | Jeroen Ruigrok van der Werven | 2010-04-07 | 1 | -0/+3 |
|
|
* | FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is | Jeroen Ruigrok van der Werven | 2010-04-07 | 1 | -1/+1 |
|
|
* | Issue #8314: Fix unsigned long long bug in libffi on Sparc v8. | Martin v. Löwis | 2010-04-07 | 2 | -0/+6 |
|
|
* | Use some more interesting test values for (unsigned) long long ctypes tests, | Mark Dickinson | 2010-04-07 | 1 | -0/+6 |
|
|
* | Issue #8331: logging: fixed some grammatical errors in documentation. | Vinay Sajip | 2010-04-07 | 1 | -2/+2 |
|
|
* | Issue #8328: Silence Visual Studio warnings. | Stefan Krah | 2010-04-07 | 1 | -6/+6 |
|
|
* | document new PYTHONWARNINGS env var | Philip Jenvey | 2010-04-06 | 1 | -0/+3 |
|
|
* | tell people to update python.man, too | Benjamin Peterson | 2010-04-06 | 1 | -0/+3 |
|
|
* | #7301: add the environment variable $PYTHONWARNINGS to supplement the -W | Philip Jenvey | 2010-04-06 | 4 | -0/+60 |
|
|
* | Fix module directory finding logic for dotted paths in unittest test discovery. | Michael Foord | 2010-04-06 | 1 | -1/+13 |
|
|
* | Issue #8327: logging: Clarification of propagation functionality in documenta... | Vinay Sajip | 2010-04-06 | 1 | -13/+16 |
|
|
* | More NaN consistency doc fixes. | Mark Dickinson | 2010-04-06 | 1 | -3/+3 |
|
|
* | Use consistent spelling for nans (thanks Georg for noticing). | Mark Dickinson | 2010-04-06 | 1 | -3/+3 |
|
|
* | remove a optimization that resulted in unexpected behavior #8929 | Benjamin Peterson | 2010-04-06 | 3 | -8/+10 |
|
|
* | use skip decorator | Benjamin Peterson | 2010-04-06 | 1 | -4/+2 |
|
|
* | Fix syntax. | Georg Brandl | 2010-04-06 | 1 | -1/+3 |
|
|
* | Issue #7947: Clarify math module behaviour for IEEE 754 special cases, along | Mark Dickinson | 2010-04-06 | 1 | -26/+24 |
|
|
* | Silence a 'comparison between signed and unsigned integer expressions' gcc wa... | Mark Dickinson | 2010-04-06 | 1 | -1/+1 |
|
|
* | Issue #8259: Clarify that there's an upper bound on the right-hand operand of... | Mark Dickinson | 2010-04-06 | 1 | -0/+3 |
|
|
* | Issue #8193: Fix test_zlib failure with zlib 1.2.4. | Antoine Pitrou | 2010-04-06 | 2 | -1/+3 |
|
|
* | Misc/NEWS entry for r79843. | Mark Dickinson | 2010-04-06 | 1 | -0/+4 |
|
|
* | Issue #8259: Get rid of 'outrageous left shift count' error when | Mark Dickinson | 2010-04-06 | 1 | -14/+6 |
|
|
* | 14 years later, we still don't know what it's for. | Antoine Pitrou | 2010-04-06 | 1 | -10/+0 |
|
|
* | Note that PEP 378 also applies to int. | Eric Smith | 2010-04-06 | 1 | -0/+5 |
|
|
* | Add JP. | Georg Brandl | 2010-04-06 | 1 | -1/+4 |
|
|
* | Fixed PEP 378 example. | Eric Smith | 2010-04-06 | 1 | -6/+1 |
|
|
* | #8320: document return value of recv_into(). | Georg Brandl | 2010-04-06 | 1 | -4/+4 |
|
|
* | ready _sre types | Benjamin Peterson | 2010-04-06 | 1 | -2/+3 |
|
|
* | Fix several links and other mistakes. | Ezio Melotti | 2010-04-06 | 1 | -166/+191 |
|
|
* | Fix Issue8262 - changing RuntimeError wording to "Threads can only be started... | Senthil Kumaran | 2010-04-06 | 1 | -1/+1 |
|
|
* | Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, | Antoine Pitrou | 2010-04-05 | 5 | -1/+92 |
|
|
* | Fix a failing test on an apparently slow Windows buildbot. | Brian Curtin | 2010-04-05 | 2 | -3/+4 |
|
|
* | Use a better NaN test in _Py_HashDouble as well. | Mark Dickinson | 2010-04-05 | 1 | -3/+6 |
|
|
* | Classes that override __eq__ also need to define __hash__. | Raymond Hettinger | 2010-04-05 | 2 | -0/+9 |
|
|
* | Use a more robust infinity check in _Py_HashDouble. | Mark Dickinson | 2010-04-05 | 2 | -3/+12 |
|
|
* | Issue 8316: make test_gdb robust in the face of differing terminal | R. David Murray | 2010-04-05 | 1 | -14/+13 |
|
|
* | added a note for Andrew, about distutils2 | Tarek Ziadé | 2010-04-05 | 1 | -0/+3 |
|
|
* | Fix some broken URLs. | Ezio Melotti | 2010-04-05 | 5 | -7/+7 |
|
|
* | Ensure that the gdb hooks can be installed when | Ronald Oussoren | 2010-04-05 | 1 | -1/+1 |
|
|
* | Further documentation fix for unittest.rst | Michael Foord | 2010-04-05 | 1 | -1/+1 |
|
|
* | Furterh documentation fix for unittest.rst | Michael Foord | 2010-04-05 | 1 | -1/+1 |
|
|
* | Documentation fixes for unittest | Michael Foord | 2010-04-05 | 1 | -7/+8 |
|
|
* | Fix markup errors. | Ezio Melotti | 2010-04-05 | 3 | -3/+3 |
|
|
* | Fix markup, punctuation and whitespaces in _winreg.rst. | Ezio Melotti | 2010-04-05 | 1 | -73/+75 |
|
|
* | #8212: rephrase the webservers howto and fix some mistakes. | Ezio Melotti | 2010-04-05 | 1 | -374/+421 |
|
|