Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Paul Kippes was given commit privileges to work on 3to2. | Brett Cannon | 2009-04-01 | 1 | -0/+2 |
| | |||||
* | #5655: fix docstring oversight. | Georg Brandl | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2. | Brett Cannon | 2009-04-01 | 1 | -0/+2 |
| | |||||
* | Issue 3270: document Listener address restrictions on windows | Jesse Noller | 2009-04-01 | 1 | -0/+6 |
| | |||||
* | http://bugs.python.org/issue5623 | Kristján Valur Jónsson | 2009-04-01 | 1 | -33/+24 |
| | | | | | Dynamically discoverd the size of the ioinfo struct used by the crt for its file descriptors. This should work across all flavors of the CRT. Thanks to Amaury Forgeot d'Arc Needs porting to 3.1 | ||||
* | The cgitb module had imports in its functions. This can cause deadlock with the | Brett Cannon | 2009-04-01 | 2 | -14/+15 |
| | | | | | | import lock if called from within a thread that was triggered by an import. Partially fixes issue #1665206. | ||||
* | Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH. | Georg Brandl | 2009-04-01 | 2 | -2/+6 |
| | |||||
* | Fixed compile error on windows. | Hirokazu Yamamoto | 2009-04-01 | 1 | -0/+3 |
| | |||||
* | Add Maksim, who worked on several issues at the sprint. | Georg Brandl | 2009-04-01 | 1 | -0/+1 |
| | |||||
* | #5631: add upload to list of possible commands, which is presented in ↵ | Georg Brandl | 2009-04-01 | 1 | -0/+2 |
| | | | | --help-commands. | ||||
* | The SimpleXMLRPCServer's CGI handler now runs like a pony. | Georg Brandl | 2009-04-01 | 2 | -1/+7 |
| | |||||
* | Fix multiprocessing.event to match the new threading.Event API | Jesse Noller | 2009-04-01 | 3 | -7/+20 |
| | |||||
* | Fix issue 2522. locale.format now checks that it is passed | R. David Murray | 2009-04-01 | 4 | -8/+35 |
| | | | | | exactly one pattern, which avoids mysterious errors where it had seemed to fail to do localization. | ||||
* | Fix for failing asyncore tests. | Josiah Carlson | 2009-04-01 | 3 | -3/+5 |
| | |||||
* | Issue #5635: Fix running test_sys with tracing enabled. | Georg Brandl | 2009-04-01 | 2 | -1/+9 |
| | |||||
* | #5228: add pickle support to functools.partial | Jack Diederich | 2009-03-31 | 4 | -2/+65 |
| | |||||
* | Fix Windows test skip error revealed by buildbot. Also a comment spelling | R. David Murray | 2009-03-31 | 2 | -10/+5 |
| | | | | correction in a previously fixed test. | ||||
* | Dont shout to users. | Georg Brandl | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | fixed the test for win32 CompileError | Tarek Ziadé | 2009-03-31 | 1 | -1/+3 |
| | |||||
* | catching msvc9compiler error as well | Tarek Ziadé | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | Improve examples for collections.deque() | Raymond Hettinger | 2009-03-31 | 1 | -25/+24 |
| | |||||
* | #5018: remove confusing paragraph. | Georg Brandl | 2009-03-31 | 1 | -7/+5 |
| | |||||
* | #5617: add a handy function to print a unicode string to gdbinit. | Georg Brandl | 2009-03-31 | 1 | -0/+13 |
| | |||||
* | #5583 Added optional Extensions in Distutils | Tarek Ziadé | 2009-03-31 | 5 | -2/+40 |
| | |||||
* | Issue 5619: Pass MS CRT debug flags into subprocesses | Jesse Noller | 2009-03-31 | 4 | -0/+12 |
| | |||||
* | #3427: document correct return type for urlopen().info(). | Georg Brandl | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | #1651995: fix _convert_ref for non-ASCII characters. | Georg Brandl | 2009-03-31 | 2 | -1/+10 |
| | |||||
* | #5563: more documentation for bdist_msi. | Georg Brandl | 2009-03-31 | 1 | -1/+9 |
| | |||||
* | Made handle_expt_event() be called last, so that we don't accidentally read | Josiah Carlson | 2009-03-31 | 1 | -2/+2 |
| | | | | after closing the socket. | ||||
* | #1676135: remove trailing slashes from --prefix argument. | Georg Brandl | 2009-03-31 | 2 | -1/+15 |
| | |||||
* | #1675026: add a note about a strange Windows problem, and remove notes about ↵ | Georg Brandl | 2009-03-31 | 1 | -69/+4 |
| | | | | AtheOS. | ||||
* | Remove warning about pending Win9x support removal. | Georg Brandl | 2009-03-31 | 1 | -15/+0 |
| | |||||
* | fix Thread.ident when it is the main thread or a dummy thread #5632 | Benjamin Peterson | 2009-03-31 | 3 | -1/+22 |
| | |||||
* | #5598: document DocFileSuite *args argument. | Georg Brandl | 2009-03-31 | 1 | -32/+34 |
| | |||||
* | take the usual lock precautions around _active_limbo_lock | Benjamin Peterson | 2009-03-31 | 1 | -21/+13 |
| | |||||
* | #1530012: move TQS section before raw strings. | Georg Brandl | 2009-03-31 | 1 | -15/+14 |
| | |||||
* | making sdist and config test silents | Tarek Ziadé | 2009-03-31 | 2 | -2/+4 |
| | |||||
* | added tests to the install_headers command | Tarek Ziadé | 2009-03-31 | 2 | -6/+46 |
| | |||||
* | added test to the install_data command | Tarek Ziadé | 2009-03-31 | 2 | -6/+80 |
| | |||||
* | more tests for the upload command | Tarek Ziadé | 2009-03-31 | 2 | -8/+64 |
| | |||||
* | more tests for the register command | Tarek Ziadé | 2009-03-31 | 2 | -42/+89 |
| | |||||
* | added tests for the clean command | Tarek Ziadé | 2009-03-31 | 3 | -3/+69 |
| | |||||
* | using log.warn for sys.stderr | Tarek Ziadé | 2009-03-31 | 2 | -9/+9 |
| | |||||
* | #1674032: return value of flag from Event.wait(). OKed by Guido. | Georg Brandl | 2009-03-31 | 3 | -4/+12 |
| | |||||
* | Issue #5387: Fixed mmap.move crash by integer overflow. (take2) | Hirokazu Yamamoto | 2009-03-31 | 2 | -5/+17 |
| | |||||
* | Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. | Gregory P. Smith | 2009-03-31 | 2 | -9/+38 |
| | | | | Document the deprecation. | ||||
* | Add NEWS entry for regrtest change. | R. David Murray | 2009-03-31 | 1 | -0/+4 |
| | |||||
* | Remove the regrtest check that turns any ImportError into a skipped test. | R. David Murray | 2009-03-31 | 1 | -1/+1 |
| | | | | | Hopefully all modules whose imports legitimately result in a skipped test have been properly wrapped by the previous commits. | ||||
* | Improve test_support.import_module docstring, remove | R. David Murray | 2009-03-31 | 1 | -16/+14 |
| | | | | | deprecated flag from get_attribute since it isn't likely to do anything useful. | ||||
* | This resolves issue 1161031. Tests pass. | Josiah Carlson | 2009-03-31 | 1 | -27/+25 |
| |