| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply patch for netbsd multiprocessing support | Jesse Noller | 2009-03-31 | 3 | -2/+15 |
|
|
* | Per the language summit, the optional fastpath imports should use from-import... | Raymond Hettinger | 2009-03-31 | 1 | -1/+1 |
|
|
* | #970783: document PyObject_Generic[GS]etAttr. | Georg Brandl | 2009-03-31 | 1 | -0/+21 |
|
|
* | #992207: document that the parser only accepts \\n newlines. | Georg Brandl | 2009-03-31 | 1 | -1/+6 |
|
|
* | The unittest.TestCase.assertEqual() now displays the differences in lists, | Gregory P. Smith | 2009-03-31 | 6 | -90/+1079 |
|
|
* | #5417: replace references to undocumented functions by ones to documented fun... | Georg Brandl | 2009-03-31 | 1 | -12/+13 |
|
|
* | #1386675: specify WindowsError as the exception, because it has a winerror at... | Georg Brandl | 2009-03-31 | 1 | -9/+8 |
|
|
* | #5529: backport new docs of import semantics written by Brett to 2.x. | Georg Brandl | 2009-03-31 | 3 | -52/+177 |
|
|
* | #5581: fget argument of abstractproperty is optional as well. | Georg Brandl | 2009-03-31 | 1 | -1/+2 |
|
|
* | #5566: fix versionadded from PyLong ssize_t functions. | Georg Brandl | 2009-03-31 | 1 | -3/+3 |
|
|
* | #5519: remove reference to Kodos, which seems dead. | Georg Brandl | 2009-03-31 | 1 | -7/+1 |
|
|
* | Add check for PyDict_Update() error. | Jeremy Hylton | 2009-03-31 | 1 | -1/+2 |
|
|
* | Global statements from one function leaked into parallel functions. | Jeremy Hylton | 2009-03-31 | 2 | -22/+125 |
|
|
* | Update quicktest to match Python 3 branch | Jeremy Hylton | 2009-03-31 | 1 | -3/+4 |
|
|
* | Minor update to OSX build-installer script, needed | Ronald Oussoren | 2009-03-31 | 1 | -0/+11 |
|
|
* | Add is_declared_global() which distinguishes between implicit and | Jeremy Hylton | 2009-03-31 | 2 | -0/+5 |
|
|
* | Issue #5387: Fixed mmap.move crash by integer overflow. | Hirokazu Yamamoto | 2009-03-31 | 3 | -4/+21 |
|
|
* | add JoinableQueue to __all__ | Jesse Noller | 2009-03-31 | 1 | -1/+1 |
|
|
* | Fix a wrong struct field assignment (docstring as closure). | Georg Brandl | 2009-03-31 | 1 | -1/+1 |
|
|
* | Add various items | Andrew M. Kuchling | 2009-03-31 | 1 | -9/+55 |
|
|
* | merge in patch from tim golden to fix contextmanager support for mp.Lock() | Jesse Noller | 2009-03-30 | 4 | -2/+9 |
|
|
* | Actually suppress warnings in test_at_least_import_untested_modules | R. David Murray | 2009-03-30 | 1 | -0/+1 |
|
|
* | Fix issue #4865: add /Library/Python/2.7/site-packages to | Ronald Oussoren | 2009-03-30 | 2 | -4/+8 |
|
|
* | Add more items | Andrew M. Kuchling | 2009-03-30 | 1 | -4/+46 |
|
|
* | typo fix | Andrew M. Kuchling | 2009-03-30 | 1 | -1/+1 |
|
|
* | Change more tests to use import_module for the modules that | R. David Murray | 2009-03-30 | 17 | -43/+53 |
|
|
* | #5039: make it clear that the impl. note refers to CPython. | Georg Brandl | 2009-03-30 | 1 | -2/+3 |
|
|
* | A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), | Barry Warsaw | 2009-03-30 | 4 | -62/+83 |
|
|
* | Many edits | Andrew M. Kuchling | 2009-03-30 | 1 | -75/+74 |
|
|
* | Add several items and placeholders | Andrew M. Kuchling | 2009-03-30 | 1 | -42/+90 |
|
|
* | Remove comment | Andrew M. Kuchling | 2009-03-30 | 1 | -2/+0 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2009-03-30 | 1 | -2/+2 |
|
|
* | #5199: make warning about vars() assignment more visible. | Georg Brandl | 2009-03-30 | 1 | -2/+6 |
|
|
* | Add several VM developers. | Martin v. Löwis | 2009-03-30 | 1 | -0/+5 |
|
|
* | finalize the queue prior to shutdown | Jesse Noller | 2009-03-30 | 1 | -0/+2 |
|
|
* | Fix for bugs: Issue4675 and Issue4962. | Senthil Kumaran | 2009-03-30 | 4 | -2/+22 |
|
|
* | Remove references to test_socket_ssl which was deleted in trunk | R. David Murray | 2009-03-30 | 1 | -12/+0 |
|
|
* | Fix for issue 13095 | Ronald Oussoren | 2009-03-30 | 2 | -1/+7 |
|
|
* | Fixes issue 5270 | Ronald Oussoren | 2009-03-30 | 2 | -5/+12 |
|
|
* | * Set a custom icon on the Python installer DMG | Ronald Oussoren | 2009-03-30 | 2 | -127/+189 |
|
|
* | Remove usage of the deprecated '-cString' and '+stringWithCString:' API's | Ronald Oussoren | 2009-03-30 | 1 | -2/+2 |
|
|
* | Add import_function method to test.test_support, and modify a number of | R. David Murray | 2009-03-30 | 20 | -41/+78 |
|
|
* | Fix issue where 'make altinstall' or 'make install' would install everything | Ronald Oussoren | 2009-03-30 | 2 | -1/+5 |
|
|
* | * Updates installed dependencies to latest releaases (bzip, zlib, ...) | Ronald Oussoren | 2009-03-30 | 2 | -111/+65 |
|
|
* | Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed spa... | Kurt B. Kaiser | 2009-03-30 | 2 | -4/+15 |
|
|
* | Fix for issue 896199 (some Carbon modules aren't present in the documentation) | Ronald Oussoren | 2009-03-30 | 1 | -0/+262 |
|
|
* | Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets | Jesse Noller | 2009-03-30 | 3 | -0/+29 |
|
|
* | Revert incorrect change. | R. David Murray | 2009-03-30 | 1 | -3/+6 |
|
|
* | Add an entry to developers.txt. | Brett Cannon | 2009-03-30 | 1 | -0/+3 |
|
|
* | This patch fixes issue 1254695 (wrong argument type conversion in Carbon.Qt) | Ronald Oussoren | 2009-03-30 | 2 | -365/+368 |
|
|