Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | set svn:eol-style on Lib files | Benjamin Peterson | 2010-03-05 | 0 | -0/+0 | |
| | ||||||
* | set svn:eol-style | Benjamin Peterson | 2010-03-05 | 0 | -0/+0 | |
| | ||||||
* | These line should not be there. | Florent Xicluna | 2010-03-05 | 1 | -1/+0 | |
| | ||||||
* | Let's use assertIsNone / assertIsNotNone. It's hype. | Florent Xicluna | 2010-03-05 | 1 | -5/+5 | |
| | ||||||
* | Workaround #3137: Retry SIGINT if it is not received the first time. | Florent Xicluna | 2010-03-05 | 1 | -2/+13 | |
| | | | | test_send_signal should not hang anymore on various Linux distributions. | |||||
* | reverted the usage of compiler_obj in Python's setup.py | Tarek Ziadé | 2010-03-05 | 1 | -39/+39 | |
| | ||||||
* | reverting partially distutils to its 2.6.x state so 2.7a4 looks more like ↵ | Tarek Ziadé | 2010-03-05 | 14 | -1234/+1157 | |
| | | | | the 2.7b1 in this. the whole revert will occur after a4 is tagged | |||||
* | #2777: Enable test_send_signal, test_kill and test_terminate on all platforms. | Florent Xicluna | 2010-03-04 | 1 | -6/+20 | |
| | ||||||
* | Cleanup. | Florent Xicluna | 2010-03-04 | 1 | -5/+5 | |
| | ||||||
* | Try to fix buildbot breakage from r78384. | Dirkjan Ochtman | 2010-03-04 | 1 | -1/+2 | |
| | | | | Thanks bitdancer and briancurtin for the help. | |||||
* | Fix documentation of email.Message.get_filename to match | R. David Murray | 2010-03-04 | 1 | -3/+4 | |
| | | | | the fix applied in Issue 7082. | |||||
* | #7805: wait until all workers are started before collecting their PIDs | Florent Xicluna | 2010-03-04 | 2 | -2/+10 | |
| | ||||||
* | Fix transient refleak in test_popen2. | Florent Xicluna | 2010-03-04 | 1 | -1/+7 | |
| | ||||||
* | Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review | Victor Stinner | 2010-03-04 | 3 | -1/+9 | |
| | | | | | | Issue #29. PR #29 was released in february 2004! | |||||
* | set svn:executable on all regen scripts | Benjamin Peterson | 2010-03-04 | 7 | -0/+0 | |
| | ||||||
* | Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, | Victor Stinner | 2010-03-04 | 2 | -1/+9 | |
| | | | | reset also the pointer to the current pointer context. | |||||
* | Issue #7544: Preallocate thread memory before creating the thread to avoid a | Victor Stinner | 2010-03-03 | 4 | -7/+38 | |
| | | | | fatal error in low memory condition. | |||||
* | Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL() | Victor Stinner | 2010-03-03 | 1 | -5/+8 | |
| | | | | | | by Py_DECREF() to avoid a crash in pydebug mode. Use po->wo==NULL to detect than the panel is in the lop list or not. | |||||
* | rephrase | Benjamin Peterson | 2010-03-03 | 1 | -1/+1 | |
| | ||||||
* | Issue #7232: Add support for the context manager protocol | Lars Gustäbel | 2010-03-03 | 4 | -0/+92 | |
| | | | | to the TarFile class. | |||||
* | Revert a nonexistent docstring typo, r42805. | Florent Xicluna | 2010-03-03 | 1 | -1/+1 | |
| | ||||||
* | fix Sphinx warnings | Benjamin Peterson | 2010-03-03 | 1 | -3/+4 | |
| | ||||||
* | edit for style | Benjamin Peterson | 2010-03-03 | 1 | -249/+220 | |
| | ||||||
* | Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del() | Victor Stinner | 2010-03-03 | 1 | -8/+9 | |
| | | | | by Py_DECREF() to fix a crash in pydebug mode. | |||||
* | Fix wording. | Florent Xicluna | 2010-03-02 | 1 | -2/+2 | |
| | ||||||
* | plug ref leaks | Benjamin Peterson | 2010-03-02 | 1 | -0/+4 | |
| | ||||||
* | Issue #7820: The parser tokenizer restores all bytes in the right if the BOM | Victor Stinner | 2010-03-02 | 3 | -22/+46 | |
| | | | | | | check fails. Fix an assertion in pydebug mode. | |||||
* | remove cross-version compatibility code | Benjamin Peterson | 2010-03-02 | 2 | -50/+9 | |
| | ||||||
* | remove code to avoid BaseException.message bug | Benjamin Peterson | 2010-03-02 | 2 | -15/+0 | |
| | ||||||
* | Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and | Victor Stinner | 2010-03-02 | 1 | -0/+5 | |
| | | | | | method->d2i(): OpenSSL API changed in OpenSSL 0.9.6m. Patch written by Daniel Black. | |||||
* | Test test_pep277 is only relevant for Unicode-friendly filesystems. | Florent Xicluna | 2010-03-02 | 2 | -5/+8 | |
| | ||||||
* | convert deprecated fail* methods to assert* variants | Benjamin Peterson | 2010-03-02 | 1 | -16/+16 | |
| | ||||||
* | use test_main() in __main__ section | Benjamin Peterson | 2010-03-02 | 1 | -1/+1 | |
| | ||||||
* | prevent warning filter adjustment from altering other tests | Benjamin Peterson | 2010-03-02 | 1 | -24/+23 | |
| | ||||||
* | enable running of argparse tests and fix two that failed in the new environment | Benjamin Peterson | 2010-03-02 | 1 | -4/+11 | |
| | ||||||
* | Add some x-refs. | Georg Brandl | 2010-03-02 | 1 | -209/+206 | |
| | ||||||
* | remove another coding cookie | Benjamin Peterson | 2010-03-02 | 1 | -3/+1 | |
| | ||||||
* | set svn:eol-style | Benjamin Peterson | 2010-03-02 | 3 | -8315/+8315 | |
| | ||||||
* | remove coding cookie as mandated by PEP 8 | Benjamin Peterson | 2010-03-02 | 1 | -3/+1 | |
| | ||||||
* | Tentatively enable test_pep277 on all platforms. | Florent Xicluna | 2010-03-02 | 2 | -3/+9 | |
| | ||||||
* | Refactor test_dict using assertRaises. | Florent Xicluna | 2010-03-02 | 1 | -68/+47 | |
| | ||||||
* | Link correction in documentation. | Michael Foord | 2010-03-02 | 1 | -1/+1 | |
| | ||||||
* | Add an item | Andrew M. Kuchling | 2010-03-02 | 1 | -0/+10 | |
| | ||||||
* | Initial commit of the argparse library, based on argparse 1.1. | Steven Bethard | 2010-03-02 | 8 | -6/+8326 | |
| | | | | | Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation. | |||||
* | remove CVS id | Benjamin Peterson | 2010-03-01 | 1 | -2/+0 | |
| | ||||||
* | Manually copy patch for bug 7250 from the release26-maint branch. I suck | Barry Warsaw | 2010-03-01 | 2 | -0/+7 | |
| | | | | | because I did this in the wrong order and couldn't smack svnmerge into submission. | |||||
* | #7808: Fix reference leaks in _bsddb and related tests. | Florent Xicluna | 2010-03-01 | 4 | -4/+20 | |
| | ||||||
* | #7637: avoid repeated-concatenation antipattern in example | Andrew M. Kuchling | 2010-03-01 | 1 | -3/+3 | |
| | ||||||
* | #7191: describe more details of wbits parameter | Andrew M. Kuchling | 2010-03-01 | 1 | -2/+6 | |
| | ||||||
* | #7637: update discussion of minidom.unlink() and garbage collection | Andrew M. Kuchling | 2010-03-01 | 1 | -16/+6 | |
| |