Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed test failure on Win64 machines. | Robert Schuppenies | 2008-07-14 | 1 | -8/+5 |
| | |||||
* | Fix posix.fork1() / os.fork1() to only call PyOS_AfterFork() in the child | Gregory P. Smith | 2008-07-14 | 1 | -1/+2 |
| | | | | | | | | process rather than both parent and child. Does anyone actually use fork1()? It appears to be a Solaris thing but if Python is built with pthreads on Solaris, fork1() and fork() should be the same. | ||||
* | Expand the multiprocessing section | Andrew M. Kuchling | 2008-07-14 | 1 | -10/+134 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2008-07-14 | 1 | -1/+1 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2008-07-14 | 1 | -1/+1 |
| | |||||
* | Typo fixes | Andrew M. Kuchling | 2008-07-14 | 1 | -3/+4 |
| | |||||
* | Issue #3153: sqlite leaks on error. | Alexandre Vassalotti | 2008-07-13 | 2 | -23/+12 |
| | | | | Changed statements of the form Py_DECREF(obj), obj = 0 to Py_CLEAR(obj). | ||||
* | Add various items; move ctypes items into a subsection of their own | Andrew M. Kuchling | 2008-07-13 | 1 | -16/+40 |
| | |||||
* | Re-word | Andrew M. Kuchling | 2008-07-13 | 1 | -2/+2 |
| | |||||
* | Issue #3274: Use a less common identifier for the temporary variable | Alexandre Vassalotti | 2008-07-13 | 1 | -2/+2 |
| | | | | in Py_CLEAR(). | ||||
* | Add turtle into the module index. | Martin v. Löwis | 2008-07-13 | 1 | -0/+4 |
| | |||||
* | remove sys.version_info check for 3.0 | Benjamin Peterson | 2008-07-13 | 1 | -5/+1 |
| | |||||
* | remove bytes alias | Benjamin Peterson | 2008-07-13 | 1 | -7/+0 |
| | |||||
* | Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError ↵ | Nick Coghlan | 2008-07-13 | 3 | -6/+61 |
| | | | | when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute) | ||||
* | Correct a couple of errors in the updated catch_warning documentation (the ↵ | Nick Coghlan | 2008-07-13 | 1 | -2/+2 |
| | | | | Py3k version was fixed before being checked in) | ||||
* | Make test.test_support.catch_warnings more robust as discussed on ↵ | Nick Coghlan | 2008-07-13 | 6 | -72/+126 |
| | | | | python-dev. Also add explicit tests for itto test_warnings. | ||||
* | dummy_thread.acquire() would return None if no waitflag argument was given. It | Brett Cannon | 2008-07-13 | 3 | -7/+6 |
| | | | | | | | should have returned True. Fixes issue #3339. Thanks, Henk Punt for the report and Andrii v. Mishkovskiyi for attempting a patch. | ||||
* | #1778443 robotparser fixes from Aristotelis Mikropoulos | Benjamin Peterson | 2008-07-12 | 2 | -6/+4 |
| | |||||
* | Fixed typo. | Alexandre Vassalotti | 2008-07-12 | 1 | -1/+1 |
| | |||||
* | fix various doc typos #3320 | Benjamin Peterson | 2008-07-12 | 20 | -35/+35 |
| | |||||
* | - Fix bashisms in Tools/faqwiz/move-faqwiz.sh | Matthias Klose | 2008-07-12 | 1 | -3/+9 |
| | |||||
* | Fixed test for asyncore. | Josiah Carlson | 2008-07-11 | 1 | -3/+3 |
| | |||||
* | Fix for the AttributeError in test_asynchat. | Josiah Carlson | 2008-07-11 | 1 | -1/+1 |
| | |||||
* | #3342: In tracebacks, printed source lines were not indented since r62555. | Amaury Forgeot d'Arc | 2008-07-11 | 4 | -9/+24 |
| | | | | #3343: Py_DisplaySourceLine should be a private function. Rename it to _Py_DisplaySourceLine. | ||||
* | #3317 in zipfile module, restore the previous names of global variables: | Amaury Forgeot d'Arc | 2008-07-11 | 1 | -55/+27 |
| | | | | | | some applications relied on them. Also remove duplicated lines. | ||||
* | Add cautionary note on the use of PySequence_Fast_ITEMS. | Raymond Hettinger | 2008-07-11 | 1 | -0/+4 |
| | |||||
* | Fix a minor typo in the last entry made. | Brett Cannon | 2008-07-11 | 1 | -1/+1 |
| | |||||
* | Doc that robotparse has been renamed urllib.robotparser in Python 3.0. | Brett Cannon | 2008-07-11 | 2 | -0/+9 |
| | |||||
* | Doc that urlparse is named urllib.parse in Python 3.0. | Brett Cannon | 2008-07-11 | 2 | -0/+8 |
| | |||||
* | Document the fact that urllib2 spans multiple modules with new names in Python | Brett Cannon | 2008-07-11 | 2 | -0/+17 |
| | | | | 3.0. | ||||
* | Removal an invalid entry as the fixer for urllib is under active development. | Brett Cannon | 2008-07-11 | 1 | -4/+0 |
| | |||||
* | Added garbage collector overhead and optional default return value to | Robert Schuppenies | 2008-07-10 | 4 | -15/+79 |
| | | | | sys.getsizeof. | ||||
* | Suppress -3 warnings in unittest.py | Raymond Hettinger | 2008-07-10 | 1 | -5/+12 |
| | |||||
* | Clear the -3 warnings in optparse.py | Raymond Hettinger | 2008-07-10 | 1 | -15/+9 |
| | |||||
* | Added additional __sizeof__ implementations and addressed comments made in | Robert Schuppenies | 2008-07-10 | 6 | -35/+105 |
| | | | | Issue3122. | ||||
* | Wording changes | Andrew M. Kuchling | 2008-07-10 | 1 | -6/+6 |
| | |||||
* | Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments. | Raymond Hettinger | 2008-07-10 | 3 | -10/+12 |
| | |||||
* | Issue 3301: Bisect functions behaved badly when lo was negative. | Raymond Hettinger | 2008-07-10 | 4 | -0/+27 |
| | |||||
* | Fixed Issue3122 and extended sys.getsizeof tests for built-in types. | Robert Schuppenies | 2008-07-10 | 2 | -78/+182 |
| | |||||
* | Use operator.index() instead of n.__index__(). | Raymond Hettinger | 2008-07-10 | 1 | -5/+2 |
| | |||||
* | Issue 3287: Raise correct exception for float inputs. | Raymond Hettinger | 2008-07-10 | 2 | -7/+9 |
| | |||||
* | Add missing NEWS and ACK entries for r64791 | Nick Coghlan | 2008-07-08 | 2 | -0/+5 |
| | |||||
* | Issue 2517: Allow unicode messages in Exceptions again by correctly ↵ | Nick Coghlan | 2008-07-08 | 3 | -9/+57 |
| | | | | bypassing the instance dictionary when looking up __unicode__ on new-style classes | ||||
* | Add missing ABCs to list. | Georg Brandl | 2008-07-08 | 1 | -36/+44 |
| | |||||
* | Issue 3306. Better control for a lenght in findmax() function. | Facundo Batista | 2008-07-07 | 2 | -1/+5 |
| | |||||
* | Fix example to match text | Andrew M. Kuchling | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | Correct grammar. | Skip Montanaro | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | - Issue #3094: httplib.HTTPSConnection Host: headers no longer include the | Gregory P. Smith | 2008-07-07 | 2 | -1/+5 |
| | | | | | redundant ":443" port number designation when the connection is using the default https port (443). | ||||
* | Add commented out #_sha256 and #_sha512 lines per issue 3183. | Gregory P. Smith | 2008-07-07 | 1 | -2/+4 |
| | |||||
* | Fixed bugs 760475, 953599, and 1519. | Josiah Carlson | 2008-07-07 | 3 | -6/+14 |
| |