Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ↵ | Jesse Noller | 2009-01-19 | 4 | -3/+33 |
| | | | | handle | ||||
* | Removed merge tracking for "svnmerge" for | Benjamin Peterson | 2009-01-19 | 0 | -0/+0 |
| | | | | svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade | ||||
* | Removed merge tracking for "svnmerge" for | Benjamin Peterson | 2009-01-19 | 0 | -0/+0 |
| | | | | svn+ssh://pythondev@svn.python.org/python/branches/trunk-math | ||||
* | Issue 4957 | Kristján Valur Jónsson | 2009-01-19 | 2 | -3/+2 |
| | | | | Let os.ftruncate raise OSError like documented. | ||||
* | Added more cross-reference targets and tidied up list of useful handlers. | Vinay Sajip | 2009-01-19 | 1 | -22/+45 |
| | |||||
* | raise an OSError for invalid fds #4991 | Benjamin Peterson | 2009-01-19 | 3 | -0/+27 |
| | |||||
* | fix encoding cookie case | Benjamin Peterson | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | fix test that wasn't working as expected #4990 | Benjamin Peterson | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | issue 4301: patch logging to add processName, remove the old ↵ | Jesse Noller | 2009-01-18 | 3 | -24/+13 |
| | | | | _check_logger_class code | ||||
* | #4986: augassigns are not expressions. | Georg Brandl | 2009-01-18 | 1 | -3/+3 |
| | |||||
* | #4923: clarify what was added. | Georg Brandl | 2009-01-18 | 1 | -5/+6 |
| | |||||
* | #4857: fix augmented assignment target spec. | Georg Brandl | 2009-01-18 | 1 | -1/+2 |
| | |||||
* | #4979: correct result range for some random functions. | Georg Brandl | 2009-01-18 | 1 | -9/+10 |
| | |||||
* | issue 4293: make test_capi.py more robutst, it times out on some platforms, ↵ | Kristján Valur Jónsson | 2009-01-18 | 1 | -6/+29 |
| | | | | presumably waiting for threads. Lower the thread count to 16. | ||||
* | #4914: trunc is in math. | Georg Brandl | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | #4974: fix redundant mention of lists and tuples. | Georg Brandl | 2009-01-18 | 1 | -3/+3 |
| | |||||
* | #4976: union() and intersection() take multiple args, but talk about "the ↵ | Georg Brandl | 2009-01-18 | 2 | -2/+5 |
| | | | | other". | ||||
* | Resolve issue 4449: AssertionError in mp_benchmarks.py | Jesse Noller | 2009-01-18 | 4 | -9/+30 |
| | |||||
* | fix grammar | Benjamin Peterson | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | bytearrays are mutable sequences | Benjamin Peterson | 2009-01-18 | 1 | -1/+9 |
| | |||||
* | follow-up of #3997: since 0xFFFF numbers are not enough to indicate a zip64 ↵ | Amaury Forgeot d'Arc | 2009-01-17 | 1 | -11/+6 |
| | | | | | | format, always try to read the "zip64 end of directory structure". | ||||
* | fix inspect.isclass() on instances with a custom __getattr__ #1225107 | Benjamin Peterson | 2009-01-17 | 3 | -2/+16 |
| | |||||
* | #4077: No need to append \n when calling Py_FatalError | Amaury Forgeot d'Arc | 2009-01-17 | 4 | -4/+4 |
| | | | | + fix a declaration to make it match the one in pythonrun.h | ||||
* | #4930: Slightly cleaner (and faster) code in type creation: | Amaury Forgeot d'Arc | 2009-01-17 | 1 | -2/+2 |
| | | | | compare slots by address, not by name. | ||||
* | #3997: zipfiles generated with more than 65536 files could not be opened | Amaury Forgeot d'Arc | 2009-01-17 | 2 | -7/+16 |
| | | | | | | with other applications. Reviewed by Martin, will backport to 2.6 and 3.0 | ||||
* | trying to find some fpathconf() settings that all unixs support... | Benjamin Peterson | 2009-01-17 | 1 | -1/+1 |
| | |||||
* | use enumerate | Benjamin Peterson | 2009-01-17 | 1 | -2/+2 |
| | |||||
* | Change an example in the docs to avoid a mistake when the code is copy | Thomas Heller | 2009-01-16 | 1 | -1/+1 |
| | | | | pasted and changed afterwards. | ||||
* | compare with == not is #4946 | Benjamin Peterson | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Minor changes/corrections in markup. | Vinay Sajip | 2009-01-15 | 1 | -1/+5 |
| | |||||
* | Made minor changes/corrections in markup. Added a couple of section headings. | Vinay Sajip | 2009-01-15 | 1 | -21/+29 |
| | |||||
* | Make all the invalid fd tests for os subject to the function being available. | Kristján Valur Jónsson | 2009-01-15 | 1 | -6/+12 |
| | |||||
* | Fix two test cases in test_os. ftruncate raises IOError unlike all the ↵ | Kristján Valur Jónsson | 2009-01-15 | 1 | -2/+5 |
| | | | | others which raise OSError. And close() on some platforms doesn't complain when given an invalid file descriptor. | ||||
* | Issue 4929: Handle socket errors when receiving | Kristján Valur Jónsson | 2009-01-15 | 1 | -1/+4 |
| | |||||
* | Another typo fix. | Mark Dickinson | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | Comment typo | Mark Dickinson | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | Issue #4397. Fix occasional test_socket failure on OS X. | Mark Dickinson | 2009-01-15 | 2 | -0/+6 |
| | |||||
* | Fix recently introduced test cases. | Kristján Valur Jónsson | 2009-01-15 | 2 | -5/+14 |
| | | | | | For datetime, gentoo didn't seem to mind the %e format for strftime. So, we just excercise those instead making sure that we don't crash. For test_os, two cases were incorrect. | ||||
* | Re-enable all tests for windows platforms. | Kristján Valur Jónsson | 2009-01-14 | 1 | -25/+24 |
| | | | | Also, explicitly connect to the IPV4 address. On windows platforms supporting AF_INET6, the SocketProxy would connect using socket.create_connection('localhost', port) which would cycle through all address families and try to connect. It would try connecting using AF_INET6 first and this would cause a delay of up to a second. | ||||
* | Fix-up indentation of sample code blocks for namedtuple mthod definitions. | Raymond Hettinger | 2009-01-14 | 1 | -5/+3 |
| | |||||
* | Add tests for __init__() and update() with no args. | Raymond Hettinger | 2009-01-14 | 1 | -0/+2 |
| | |||||
* | Minor doc tweaks. | Raymond Hettinger | 2009-01-14 | 1 | -19/+17 |
| | |||||
* | fix test_xmlrpc failures #4939 | Benjamin Peterson | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | #1162154: inspect.getmembers() now skips attributes that raise AttributeError, | Amaury Forgeot d'Arc | 2009-01-13 | 3 | -2/+19 |
| | | | | e.g. a __slots__ attribute which has not been set. | ||||
* | #4807: Remove a wrong usage of wsprintf in the winreg module | Amaury Forgeot d'Arc | 2009-01-13 | 2 | -10/+8 |
| | | | | | | ("windows sprintf", different than swprintf) Needed for the windows CE port. | ||||
* | Issue #4935: The overflow checking code in the expandtabs() method common | Antoine Pitrou | 2009-01-13 | 2 | -37/+34 |
| | | | | | to str, bytes and bytearray could be optimized away by the compiler, letting the interpreter segfault instead of raising an error. | ||||
* | de-spacify | Benjamin Peterson | 2009-01-13 | 1 | -2/+2 |
| | |||||
* | Use assertRaises. | Georg Brandl | 2009-01-13 | 1 | -6/+1 |
| | |||||
* | add bytearrayobject.h to PYTHON_HEADERS | Benjamin Peterson | 2009-01-13 | 1 | -0/+1 |
| | |||||
* | make bytearrayobject.o depend on the stringlib #4936 | Benjamin Peterson | 2009-01-13 | 1 | -0/+3 |
| |