| 2010-03-06 |
Florent Xicluna | Print platform information to stdout, to help troublesh... |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Florent Xicluna | Keep the test files in the ./build/ subdirectory, if... |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Gregory P.... | Call setreuid and setregid in a subprocess to avoid... |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Benjamin Peterson | settscdump is definitely an implementation detail |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tarek Ziadé | search in the alternative location for VCExpress |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tarek Ziadé | fixed various failures and environment alterations... |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tarek Ziadé | files used by win32 tests |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tarek Ziadé | simplified the fallback case |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tarek Ziadé | provide a fallback for xxmodule.c in case the buildir... |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tarek Ziadé | copied back the build_ext tests from 2.6 |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Florent Xicluna | #2777: Apply same recipe for test_terminate and test_ki... |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Vinay Sajip | Factored out time usage determination into a method... |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Florent Xicluna | #2777: Handle fds more carefully to try to fix some... |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Mark Dickinson | Remove the redundant #define: PY_STRUCT_FLOAT_COERCE |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Mark Dickinson | Fix incorrect stacklevel for DeprecationWarnings origin... |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Gerhard Häring | Merged code from pysqlite 2.6.0. |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Benjamin Peterson | Merged revisions 78679,78681 via svnmerge from |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Benjamin Peterson | remove the svn:executable property from files that... |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Benjamin Peterson | set svn:eol-style on Lib files |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Benjamin Peterson | set svn:eol-style |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Florent Xicluna | These line should not be there. |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Florent Xicluna | Let's use assertIsNone / assertIsNotNone. It's hype. |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Florent Xicluna | Workaround #3137: Retry SIGINT if it is not received... |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Tarek Ziadé | reverted the usage of compiler_obj in Python's setup.py |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Tarek Ziadé | reverting partially distutils to its 2.6.x state so... |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
Florent Xicluna | #2777: Enable test_send_signal, test_kill and test_term... |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
Florent Xicluna | Cleanup. |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
Dirkjan Ochtman | Try to fix buildbot breakage from r78384. |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
R. David Murray | Fix documentation of email.Message.get_filename to... |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
Florent Xicluna | #7805: wait until all workers are started before collec... |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
Florent Xicluna | Fix transient refleak in test_popen2. |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
Victor Stinner | Issue #1054943: Fix unicodedata.normalize('NFC', text... |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
Benjamin Peterson | set svn:executable on all regen scripts |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
Victor Stinner | Issue #7494: fix a crash in _lsprof (cProfile) after... |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Victor Stinner | Issue #7544: Preallocate thread memory before creating... |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Victor Stinner | Issue #3299: fix curses.panel.new_panel() error handler... |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Benjamin Peterson | rephrase |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Lars Gustäbel | Issue #7232: Add support for the context manager protocol |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Florent Xicluna | Revert a nonexistent docstring typo, r42805. |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Benjamin Peterson | fix Sphinx warnings |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Benjamin Peterson | edit for style |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Victor Stinner | Issue #3299: fix thread.allocate_lock() error handler... |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Florent Xicluna | Fix wording. |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Benjamin Peterson | plug ref leaks |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Victor Stinner | Issue #7820: The parser tokenizer restores all bytes... |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Benjamin Peterson | remove cross-version compatibility code |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Benjamin Peterson | remove code to avoid BaseException.message bug |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Victor Stinner | Issue #2973: Fix gcc warning on the 2nd argument of... |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Florent Xicluna | Test test_pep277 is only relevant for Unicode-friendly... |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Benjamin Peterson | convert deprecated fail* methods to assert* variants |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Benjamin Peterson | use test_main() in __main__ section |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Benjamin Peterson | prevent warning filter adjustment from altering other... |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Benjamin Peterson | enable running of argparse tests and fix two that faile... |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Georg Brandl | Add some x-refs. |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Benjamin Peterson | remove another coding cookie |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Benjamin Peterson | set svn:eol-style |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Benjamin Peterson | remove coding cookie as mandated by PEP 8 |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Florent Xicluna | Tentatively enable test_pep277 on all platforms. |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Florent Xicluna | Refactor test_dict using assertRaises. |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Michael Foord | Link correction in documentation. |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Andrew M. Kuchling | Add an item |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Steven Bethard | Initial commit of the argparse library, based on argpar... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Benjamin Peterson | remove CVS id |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Barry Warsaw | Manually copy patch for bug 7250 from the release26... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Florent Xicluna | #7808: Fix reference leaks in _bsddb and related tests. |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Andrew M. Kuchling | #7637: avoid repeated-concatenation antipattern in... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Andrew M. Kuchling | #7191: describe more details of wbits parameter |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Andrew M. Kuchling | #7637: update discussion of minidom.unlink() and garbag... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
R. David Murray | Issue 3892 again. The bsddb3 replication test still... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Gregory P.... | Fix test to be skipped on windows. |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Gregory P.... | Fixes issue #7999: os.setreuid() and os.setregid()... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Gregory P.... | Adds c_ssize_t to ctypes. issue 6729. |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Gregory P.... | Cleanup the test added in r78517 based on Ezio Melotti... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Gregory P.... | Fix the new test on windows (skip it, its posix only) |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Gregory P.... | Fix for r78527. It left out updating forkpty. |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Gregory P.... | Adds the hashlib.algorithms attribute. See issue7418. |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Gregory P.... | Issue #7242: On Solaris 9 and earlier calling os.fork... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Gregory P.... | Issue #1068268: The subprocess module now handles EINTR... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Ezio Melotti | #8030: more docstring fix for builtin types. |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Gregory P.... | Issue #7481: When a threading.Thread failed to start... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Georg Brandl | The set types can also be called without arguments. |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Georg Brandl | #8030: make builtin type docstrings more consistent... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Ezio Melotti | Pep8ify test names in the examples. |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Florent Xicluna | Fix an oversight in r78508: p.wait() should be compared... |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Florent Xicluna | Clean test_subprocess: use assertRaises, skipIf, skipUn... |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Florent Xicluna | #7793: Fix RuntimeError when running "regrtest -R"... |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Georg Brandl | Link to http://www.python.org/dev/workflow/ from bugs... |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Ezio Melotti | Fix missing parenthesis. |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Florent Xicluna | Issue #1729305: Fix doctest to handle encode error... |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Ezio Melotti | Add a test for normpath to test_macpath. |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Florent Xicluna | Add entry for issue #691291. |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Benjamin Peterson | run autoconf |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Ezio Melotti | Show an error when the value passed to --enable-unicode... |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Ezio Melotti | typo: __next__ -> next |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Andrew M. Kuchling | #7407: specify default maxsize value; patch by Floris... |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Florent Xicluna | #691291: codecs.open() should not convert end of lines... |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Senthil Kumaran | Fixing issue5475 : urllib2.getproxies not documented |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Martin v. Löwis | Add Florent Xicluna. |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Ezio Melotti | #7649: "u'%c' % char" now behaves like "u'%s' % char... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Eric Smith | Issue #7928: Document str.format element_index better. |
commit | commitdiff | tree | snapshot |
| next |