Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #1733488: Fix compilation of bufferobject.c on AIX. | Martin v. Löwis | 2007-06-08 | 1 | -0/+2 |
| | | | | Will backport to 2.5. | ||||
* | Added an optional timeout parameter to function urllib2.urlopen, | Facundo Batista | 2007-06-06 | 1 | -0/+3 |
| | | | | | | | with tests in test_urllib2net.py (must have network resource enabled to execute them). Also modified test_urllib2.py because testing mock classes must take it into acount. Docs are also updated. | ||||
* | FTP.ntransfercmd method now uses create_connection when passive, | Facundo Batista | 2007-06-06 | 1 | -0/+4 |
| | | | | using the timeout received in connection time. | ||||
* | Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it | Hye-Shik Chang | 2007-06-05 | 1 | -0/+4 |
| | | | | | reads a file that ends with incomplete sequence and sizehint argument for .read() is specified. | ||||
* | Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead | Brett Cannon | 2007-06-03 | 1 | -0/+3 |
| | | | | | | | of ``\s*``. This prevents patterns from "stealing" bits from other patterns in order to make a match work. Closes bug #1730389. Will be backported. | ||||
* | Have configure raise an error when building on AtheOS. Code specific to AtheOS | Brett Cannon | 2007-06-02 | 1 | -0/+2 |
| | | | | will be removed in Python 2.7. | ||||
* | Fix wrong issue number. | Georg Brandl | 2007-06-01 | 1 | -1/+1 |
| | |||||
* | Bug #1722484: remove docstrings again when running with -OO. | Georg Brandl | 2007-06-01 | 1 | -0/+2 |
| | |||||
* | SF 1668596/1720897: distutils now copies data files | Neal Norwitz | 2007-06-01 | 2 | -0/+4 |
| | | | | | | | | even if package_dir is empty. This needs to be backported. I'm too tired tonight. It would be great if someone backports this if the buildbots are ok with it. Otherwise, I will try to get to it tomorrow. | ||||
* | Mail if there is an installation failure. | Neal Norwitz | 2007-06-01 | 1 | -0/+1 |
| | |||||
* | Have cfmfile raise a DeprecationWarning as per PEP 4. | Brett Cannon | 2007-05-31 | 1 | -0/+2 |
| | |||||
* | Cause buildtools to raise a DeprecationWarning. | Brett Cannon | 2007-05-31 | 1 | -0/+2 |
| | |||||
* | Have the sha module raise a DeprecationWarning as specified in PEP 4. | Brett Cannon | 2007-05-31 | 1 | -0/+2 |
| | |||||
* | Have md5 raise a DeprecationWarning as per PEP 4. | Brett Cannon | 2007-05-30 | 1 | -0/+2 |
| | |||||
* | Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the | Brett Cannon | 2007-05-30 | 1 | -0/+2 |
| | | | | module as deprecated for a while. | ||||
* | Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. | Brett Cannon | 2007-05-30 | 1 | -0/+2 |
| | |||||
* | Fix typo in doc | Neal Norwitz | 2007-05-29 | 1 | -1/+1 |
| | |||||
* | Added errors argument to TarFile class that allows the user to | Lars Gustäbel | 2007-05-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | specify an error handling scheme for character conversion. Additional scheme "utf-8" in read mode. Unicode input filenames are now supported by design. The values of the pax_headers dictionary are now limited to unicode objects. Fixed: The prefix field is no longer used in PAX_FORMAT (in conformance with POSIX). Fixed: In read mode use a possible pax header size field. Fixed: Strip trailing slashes from pax header name values. Fixed: Give values in user-specified pax_headers precedence when writing. Added unicode tests. Added pax/regtype4 member to testtar.tar all possible number fields in a pax header. Added two chapters to the documentation about the different formats tarfile.py supports and how unicode issues are handled. | ||||
* | Add the new function object attribute names from py3k. | Neal Norwitz | 2007-05-27 | 1 | -0/+3 |
| | |||||
* | Added an optional timeout parameter to urllib.ftpwrapper, with tests | Facundo Batista | 2007-05-24 | 1 | -0/+2 |
| | | | | | | (for this and a basic one, because there weren't any). Changed also NEWS, but didn't find documentation for this function, assumed it wasn't public... | ||||
* | shlex.split() now has an optional "posix" parameter. | Georg Brandl | 2007-05-24 | 1 | -0/+2 |
| | |||||
* | Add -3 option to the interpreter to warn about features that are | Neal Norwitz | 2007-05-23 | 2 | -0/+5 |
| | | | | | | | deprecated and will be changed/removed in Python 3.0. This patch is mostly from Anthony. I tweaked some format and added a little doc. | ||||
* | Patch #1686487: you can now pass any mapping after '**' in function calls. | Georg Brandl | 2007-05-21 | 1 | -0/+3 |
| | |||||
* | Added timeout support to HTTPSConnection, through the | Facundo Batista | 2007-05-21 | 1 | -1/+1 |
| | | | | | socket.create_connection function. Also added a small test for this, and updated NEWS file. | ||||
* | Add Alexandre Vassalotti. | Martin v. Löwis | 2007-05-21 | 1 | -0/+4 |
| | |||||
* | Cause posixfile to raise a DeprecationWarning. Documented as deprecated since | Brett Cannon | 2007-05-20 | 1 | -0/+2 |
| | | | | Ptyhon 1.5. | ||||
* | Remove the macfs module. This led to the deprecation of macostools.touched(); | Brett Cannon | 2007-05-20 | 1 | -0/+4 |
| | | | | | it completely relied on macfs and is a no-op on OS X according to code comments. | ||||
* | Remove the rgbimg module. It has been deprecated since Python 2.5. | Brett Cannon | 2007-05-20 | 1 | -0/+2 |
| | |||||
* | Clear data so random memory does not get freed. Will backport. | Neal Norwitz | 2007-05-19 | 1 | -0/+2 |
| | |||||
* | Backport PEP 3110's new 'except' syntax to 2.6. | Collin Winter | 2007-05-18 | 1 | -0/+4 |
| | |||||
* | Remove the gopherlib module. It has been raising a DeprecationWarning since | Brett Cannon | 2007-05-16 | 1 | -0/+3 |
| | | | | | | | Python 2.5. Also remove gopher support from urllib/urllib2. As both imported gopherlib the usage of the support would have raised a DeprecationWarning. | ||||
* | Fix bug in marshal where bad data would cause a segfault due to | Neal Norwitz | 2007-05-16 | 2 | -0/+4 |
| | | | | | | lack of an infinite recursion check. Contributed by Damien Miller at Google. | ||||
* | Change the maintainer of the BeOS port. | Brett Cannon | 2007-05-16 | 1 | -2/+1 |
| | |||||
* | Mention removal of some directories for obsolete platforms | Neal Norwitz | 2007-05-16 | 1 | -0/+3 |
| | |||||
* | HTML-escape the plain traceback in cgitb's HTML output, to prevent | Georg Brandl | 2007-05-15 | 1 | -0/+4 |
| | | | | | the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page. | ||||
* | Remove references to stdwin which was removed long ago. | Neal Norwitz | 2007-05-13 | 1 | -6/+0 |
| | |||||
* | Deprecate os.popen* and popen2 module in favor of the subprocess module. | Neal Norwitz | 2007-05-11 | 1 | -0/+2 |
| | |||||
* | Don't ever report a failure when the sum of the reference count differences | Neal Norwitz | 2007-05-11 | 1 | -1/+1 |
| | | | | | | | are zero. This should help reduce the false positives. The message about references leaking is maintained to provide as much info as possible rather than simply suppressing the message at the source. | ||||
* | Verify changes to the trunk go to the normal checkins list | Neal Norwitz | 2007-05-07 | 1 | -1/+0 |
| | |||||
* | Updates of recent changes to logging. | Vinay Sajip | 2007-05-06 | 1 | -5/+16 |
| | |||||
* | Deprecate BaseException.message as per PEP 352. | Brett Cannon | 2007-05-05 | 1 | -0/+2 |
| | |||||
* | Fix for #1303614 and #1174712: | Armin Rigo | 2007-05-02 | 1 | -7/+3 |
| | | | | | | | - __dict__ descriptor abuse for subclasses of built-in types - subclassing from both ModuleType and another built-in types Thanks zseil for the patch. | ||||
* | There really are some tests that are problematic. | Neal Norwitz | 2007-04-29 | 1 | -1/+1 |
| | |||||
* | Patch #1698768: updated the "using Python on the Mac" intro. | Georg Brandl | 2007-04-25 | 1 | -0/+2 |
| | |||||
* | Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file | Georg Brandl | 2007-04-24 | 1 | -0/+4 |
| | | | | | (as opposed to the command line) will now write file names ending in ".cpp" too. | ||||
* | Added a comment about last change in urllib2.py (all 2xx responses | Facundo Batista | 2007-04-24 | 1 | -0/+4 |
| | | | | are ok now). | ||||
* | Add an optional address to copy the failure mails to. | Neal Norwitz | 2007-04-20 | 1 | -3/+20 |
| | | | | | | | | | Detect a conflict in the only file that should have outstanding changes when this script is run. This doesn't matter on the trunk, but does when run on a branch. Trunk always has the date set to today in boilerplate.tex. Each time a release is cut with a different date, a conflict occurs. (We could copy a known good version, but then we would lose changes to this file.) | ||||
* | Add Travis Oliphant. | Martin v. Löwis | 2007-04-17 | 1 | -1/+4 |
| | |||||
* | When __slots__ are set to a unicode string, make it work the same as | Neal Norwitz | 2007-04-14 | 1 | -0/+3 |
| | | | | setting a plain string, ie don't expand to single letter identifiers. | ||||
* | Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the | Walter Dörwald | 2007-04-12 | 1 | -0/+2 |
| | | | | first chunk fed to the decoder started with a BOM, but was longer than 3 bytes. |