Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Markup fixes. | Georg Brandl | 2010-04-24 | 1 | -43/+39 | |
| | ||||||
* | Issue #5238: Calling makefile() on an SSL object would prevent the | Antoine Pitrou | 2010-04-23 | 3 | -1/+24 | |
| | | | | underlying socket from being closed until all objects get truely destroyed. | |||||
* | Issue #7943: Fix circular reference created when instantiating an SSL | Antoine Pitrou | 2010-04-23 | 4 | -8/+24 | |
| | | | | socket. Initial patch by Péter Szabó. | |||||
* | Fix the "regrtest -s" switch. | Florent Xicluna | 2010-04-23 | 1 | -8/+9 | |
| | ||||||
* | Remove ImportWarnings filters. They become obsolete after r79310, issue #8205. | Florent Xicluna | 2010-04-23 | 1 | -8/+0 | |
| | ||||||
* | Small comment documentation change to clarify "ident" selection. | Sean Reifscheider | 2010-04-23 | 1 | -1/+2 | |
| | ||||||
* | issue8451: Making syslog module use sys.argv[0] for "ident". | Sean Reifscheider | 2010-04-23 | 3 | -31/+155 | |
| | ||||||
* | Issue #8108: Fix the unwrap() method of SSL objects when the socket has | Antoine Pitrou | 2010-04-22 | 3 | -17/+110 | |
| | | | | | | | | | a non-infinite timeout. Also make that method friendlier with applications wanting to continue using the socket in clear-text mode, by disabling OpenSSL's internal readahead. Thanks to Darryl Miles for guidance. Issue #8108: test_ftplib's non-blocking SSL server now has proper handling of SSL shutdowns. | |||||
* | Add "report a bug" links in some prominent places. Make it clear that doc ↵ | Georg Brandl | 2010-04-22 | 5 | -13/+48 | |
| | | | | bugs can be mailed to docs@python.org. Clarify tracker usage. | |||||
* | Skip test on old versions of OpenSSL | Antoine Pitrou | 2010-04-22 | 1 | -3/+3 | |
| | ||||||
* | Temporarily display OpenSSL version in verbose run -- trying to diagnose ↵ | Antoine Pitrou | 2010-04-22 | 1 | -0/+3 | |
| | | | | failure on Neal's buildbot. | |||||
* | Changed tests to only urlparse one, which was enough, addressed Ezio's comment | Senthil Kumaran | 2010-04-22 | 3 | -11/+13 | |
| | | | | on Invalid url check statement and versionchanged string in docs. | |||||
* | Rephrase comment. | Ezio Melotti | 2010-04-22 | 1 | -2/+2 | |
| | ||||||
* | Issue #8475: Pass absolute interpreter path to | Martin v. Löwis | 2010-04-22 | 1 | -1/+1 | |
| | | | | "make html". | |||||
* | #8474: fix duplicate test in test_email. | Ezio Melotti | 2010-04-22 | 1 | -5/+0 | |
| | ||||||
* | Updated the RFCs list in the See Also section of urlparse.rst | Senthil Kumaran | 2010-04-22 | 1 | -5/+17 | |
| | ||||||
* | Issue #7332: Remove the 16KB stack-based buffer in | Antoine Pitrou | 2010-04-21 | 3 | -16/+10 | |
| | | | | | | PyMarshal_ReadLastObjectFromFile, which doesn't bring any noticeable benefit compared to the dynamic memory allocation fallback. Patch by Charles-François Natali. | |||||
* | - Build the ossaudio extension on GNU/kFreeBSD. | Matthias Klose | 2010-04-21 | 2 | -2/+8 | |
| | ||||||
* | setup.py: search ffi.h in include dirs, if LIBFFI_INCLUDEDIR is empty. | Matthias Klose | 2010-04-21 | 1 | -1/+1 | |
| | ||||||
* | Forgot to add the sample certificate (followup to r80314) | Antoine Pitrou | 2010-04-21 | 1 | -0/+33 | |
| | ||||||
* | Issue #8484: Load all ciphers and digest algorithms when initializing | Antoine Pitrou | 2010-04-21 | 3 | -1/+26 | |
| | | | | | the _ssl extension, such that verification of some SSL certificates doesn't fail because of an "unknown algorithm". | |||||
* | shutil: removed unused import and fixed attributes names in _call_external_zip | Tarek Ziadé | 2010-04-21 | 1 | -3/+2 | |
| | ||||||
* | Add Tim Golden. | Martin v. Löwis | 2010-04-21 | 1 | -0/+3 | |
| | ||||||
* | Sync test_plistlib.py with plistlib.py | Ronald Oussoren | 2010-04-21 | 1 | -1/+1 | |
| | ||||||
* | Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm | Victor Stinner | 2010-04-20 | 3 | -15/+36 | |
| | ||||||
* | removed ztar support in shutil.make_archive | Tarek Ziadé | 2010-04-20 | 3 | -61/+10 | |
| | ||||||
* | Fix for issue 7852: the DTD for OSX Plists has changed due | Ronald Oussoren | 2010-04-20 | 1 | -1/+1 | |
| | | | | to a change in the company name for Apple. | |||||
* | Issue2987 - Added additional Invalid URL and changed the Invalid URL ↵ | Senthil Kumaran | 2010-04-20 | 2 | -6/+9 | |
| | | | | checking code for better. | |||||
* | fix typo in r79533, introduced by the fix for issue #8233 | Matthias Klose | 2010-04-20 | 1 | -1/+1 | |
| | ||||||
* | #8472: fix wrong function name in functions.rst: itertools.filterfalse -> ↵ | Ezio Melotti | 2010-04-20 | 1 | -1/+1 | |
| | | | | itertools.ifilterfalse | |||||
* | Add version info for os.kill and signal changes from #1220212. | Brian Curtin | 2010-04-20 | 2 | -2/+6 | |
| | ||||||
* | This patch fixes the handling of a weak-linked | Ronald Oussoren | 2010-04-20 | 1 | -5/+10 | |
| | | | | variable and should fix issue #8095. | |||||
* | The PythonLauncher change is needed due | Ronald Oussoren | 2010-04-20 | 2 | -2/+3 | |
| | | | | | | | | | to changes in how the BASECFLAGS and CFLAGS variables get filled by configure. The Mac/Makefile.in change ensures that pythonw gets build with the rigth deployment targets. | |||||
* | 1) The timeout in the itimer tests was too low for slow or heavily | Stefan Krah | 2010-04-20 | 1 | -11/+13 | |
| | | | | | | | | loaded machines. 2) Even with the increased timeout, the OS does not guarantee that a process will get a certain amount of virtual time in 60s, so the failure is changed to a diagnostic. | |||||
* | Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls. | Senthil Kumaran | 2010-04-20 | 1 | -4/+16 | |
| | ||||||
* | Explicitly set system default for $PATH to | Ronald Oussoren | 2010-04-20 | 1 | -0/+3 | |
| | | | | ensure we have a clean build environment (OSX installer) | |||||
* | 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 | |
| |