Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Issue #4841: timeout is now applied for connections resulting from ↵ | Giampaolo Rodolà | 2010-04-19 | 2 | -0/+7 |
| | | | | PORT/EPRT commands | ||||
* | Fixed #8463: added missing reference to bztar in shutil's documentation. | Tarek Ziadé | 2010-04-19 | 3 | -2/+4 |
| | |||||
* | few pep8 fixes | Tarek Ziadé | 2010-04-19 | 1 | -3/+4 |
| | |||||
* | Issue #8438: Remove reference to the missing "surrogateescape" encoding | Antoine Pitrou | 2010-04-19 | 4 | -6/+30 |
| | | | | error handler from the new IO library. | ||||
* | Issue 8436: set.__init__ accepts keyword args | Raymond Hettinger | 2010-04-18 | 2 | -0/+4 |
| | |||||
* | Fix catastrophic file opening and closing logic in test_linecache | Antoine Pitrou | 2010-04-18 | 1 | -16/+13 |
| | |||||
* | Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be ↵ | Victor Stinner | 2010-04-18 | 1 | -15/+13 |
| | | | | used in platform.py | ||||
* | Add the OSX universal binary related options | Ronald Oussoren | 2010-04-18 | 2 | -11/+13 |
| | | | | | | | to CFLAGS instead of BASECFLAGS. This fixes issue 8366 and is needed due to changes introduced in the fix for issue 1628484. | ||||
* | Add check to build-installer.py to ensure that | Ronald Oussoren | 2010-04-18 | 1 | -0/+51 |
| | | | | | | the right version of Tcl/Tk is available (on OSX) Fixes issue #5651 | ||||
* | Fix for issue #7072 | Ronald Oussoren | 2010-04-18 | 3 | -2/+19 |
| | |||||
* | Fix Issue #3817: 225 is now considered a valid response code for ABOR | Giampaolo Rodolà | 2010-04-18 | 2 | -1/+4 |
| | |||||
* | Fix bootstrap after r80166 | Antoine Pitrou | 2010-04-18 | 1 | -1/+2 |
| | |||||
* | platform: use subprocess.Popen() instead of os.popen() in _syscmd_file() | Victor Stinner | 2010-04-18 | 1 | -13/+14 |
| | | | | | | | * Popen() avoids ugly shell escape: target.replace('"', '\\"') * Use proc.communicate() instead of f.stdout.read() * Get output from stdout by splitting with ": " instead of splitting by spaces to support filename with spaces | ||||
* | Issue #8279: Fix test_gdb failures. | Martin v. Löwis | 2010-04-17 | 3 | -48/+62 |
| | |||||
* | Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it. | R. David Murray | 2010-04-17 | 1 | -0/+2 |
| | | | | | This is presumably related to issue 3864, and appears to be due to a platform bug on freebsd6. | ||||
* | Add Giampaolo. | Martin v. Löwis | 2010-04-17 | 1 | -0/+3 |
| | |||||
* | Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the | Antoine Pitrou | 2010-04-17 | 5 | -19/+74 |
| | | | | available cipher list. Helps fix test_ssl with OpenSSL 1.0.0. | ||||
* | Update link to Apple Publication Style guide. | R. David Murray | 2010-04-17 | 1 | -1/+1 |
| | |||||
* | Fix Issue5650 - Update the RFC List in the urlparse module. | Senthil Kumaran | 2010-04-17 | 1 | -2/+25 |
| | |||||
* | Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug. | R. David Murray | 2010-04-17 | 2 | -0/+13 |
| | | | | | | | Two itimer tests and an interprocess signal test fail on FreeBSD 6 if any test that starts a thread runs before test_signal. Since FreeBSD7 does not show this behavior, the bug is most likely a platform bug, so this patch just skips the failing tests on freebsd6. | ||||
* | tiny simplification | Benjamin Peterson | 2010-04-16 | 1 | -2/+1 |
| | |||||
* | have a clear error when passing something > sys.maxsize to bytearray | Benjamin Peterson | 2010-04-16 | 3 | -7/+15 |
| | |||||
* | fix typo | Benjamin Peterson | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | bytearray -> type2test | Benjamin Peterson | 2010-04-16 | 1 | -8/+8 |
| | |||||
* | remove check for unicode | Benjamin Peterson | 2010-04-16 | 1 | -3/+0 |
| | |||||
* | Ignore jinja2 | Antoine Pitrou | 2010-04-16 | 2 | -0/+2 |
| | |||||
* | Fix issue2987: RFC2732 support for urlparse (IPv6 addresses) | Senthil Kumaran | 2010-04-16 | 3 | -12/+57 |
| | |||||
* | add space | Benjamin Peterson | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2010-04-15 | 1 | -2/+48 |
| | |||||
* | Fix os.kill tests to be more robust and work with slower machines. | Brian Curtin | 2010-04-15 | 1 | -6/+44 |
| | | | | | | | | | Rather than depending on some sleep value, start up an interpreter as a subprocess and communicate with it. Because subprocess pipes can't be read from until EOF and I want to read from them before that, use ctypes to peek by using PeekNamedPipe. Once the subprocess has written the message, then it is ready to roll and accept signals. After that, kill it. | ||||
* | Add various items; correct argparse output | Andrew M. Kuchling | 2010-04-14 | 1 | -10/+31 |
| | |||||
* | Fix missing. | Georg Brandl | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | #8370: fix module name in backported doc addition. | Georg Brandl | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | #5250: document __instancecheck__ and __subclasscheck__. I hope the part ↵ | Georg Brandl | 2010-04-14 | 1 | -0/+42 |
| | | | | about the class/metaclass distinction is understandable. | ||||
* | #8399: add note about Windows and O_BINARY. | Georg Brandl | 2010-04-14 | 1 | -1/+2 |
| | |||||
* | Add some text | Andrew M. Kuchling | 2010-04-14 | 1 | -1/+22 |
| | |||||
* | Add an x-ref to where the O_ constants are documented and move the SEEK_ ↵ | Georg Brandl | 2010-04-14 | 1 | -11/+17 |
| | | | | constants after lseek(). | ||||
* | #5341: fix typo and adapt docstring syntax. | Georg Brandl | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | #5341: typo. | Georg Brandl | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | Add a small sleep to let a subprocess start before terminating it. | Brian Curtin | 2010-04-14 | 1 | -0/+1 |
| | | | | | | David Bolen's buildbot isn't know for it's speed, and it seems that we may have been trying to kill the subprocess before it was fully initialized. I ran with this change on the bot itself and it seemed to work. | ||||
* | Add argparse example | Andrew M. Kuchling | 2010-04-14 | 1 | -2/+60 |
| | |||||
* | Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. | R. David Murray | 2010-04-13 | 4 | -1/+13 |
| | |||||
* | Fix overzealous patterns in .hgignore, which used to hide files containing ↵ | Antoine Pitrou | 2010-04-13 | 1 | -15/+15 |
| | | | | | | e.g. "python". (also an occasional source of bugs on the hgsvn-generated hg mirrors) | ||||
* | In test_winsound, don't try to import _winreg until after checking that ↵ | Mark Dickinson | 2010-04-13 | 1 | -1/+1 |
| | | | | winsound is supported. | ||||
* | Get rid of multi-row cells. | Georg Brandl | 2010-04-13 | 1 | -10/+10 |
| | |||||
* | Fix #7306. Add skips to test_winsound when no default sound is configured. | Brian Curtin | 2010-04-13 | 1 | -0/+18 |
| | | | | These failures occur on a Windows Server 2003 machine I test on. | ||||
* | Add an item; stray edit | Andrew M. Kuchling | 2010-04-13 | 1 | -2/+22 |
| | |||||
* | Fix #8364. Update the setquit docstring and change a built-in to builtin. | Brian Curtin | 2010-04-12 | 1 | -3/+5 |
| | |||||
* | Add usage notes for collections.Counter(). | Raymond Hettinger | 2010-04-12 | 1 | -0/+27 |
| | |||||
* | More struct doc tweaks. | Mark Dickinson | 2010-04-12 | 1 | -6/+13 |
| |