| Commit message (Expand) | Author | Age | Files | Lines |
* | Added an optional timeout parameter to urllib.ftpwrapper, with tests | Facundo Batista | 2007-05-24 | 1 | -0/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Remove the macfs module. This led to the deprecation of macostools.touched(); | Brett Cannon | 2007-05-20 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | Fix bug in marshal where bad data would cause a segfault due to | Neal Norwitz | 2007-05-16 | 2 | -0/+4 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Added a comment about last change in urllib2.py (all 2xx responses | Facundo Batista | 2007-04-24 | 1 | -0/+4 |
|
|
* | Add an optional address to copy the failure mails to. | Neal Norwitz | 2007-04-20 | 1 | -3/+20 |
|
|
* | 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 |
|
|
* | Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the | Walter Dörwald | 2007-04-12 | 1 | -0/+2 |
|
|
* | SF 1193128: Let str.translate(None) be an identity transformation | Raymond Hettinger | 2007-04-12 | 1 | -0/+4 |
|
|
* | SF 1191699: Make slices picklable | Raymond Hettinger | 2007-04-11 | 1 | -0/+2 |
|
|
* | Add window.chgat() method, submitted via e-mail by Fabian Kreutz | Andrew M. Kuchling | 2007-04-11 | 1 | -0/+1 |
|
|
* | Doc that file.next() has undefined behaviour when called on a file opened with | Brett Cannon | 2007-04-08 | 1 | -0/+3 |
|
|
* | Bug #1686475: Support stat'ing open files on Windows again. | Martin v. Löwis | 2007-04-04 | 1 | -0/+2 |
|
|
* | Implement a contextmanager test.test_support.catch_warning that can | Walter Dörwald | 2007-04-03 | 1 | -0/+3 |
|
|
* | - Fix an off-by-one bug in locale.strxfrm(). | Matthias Klose | 2007-04-03 | 1 | -0/+3 |
|
|
* | time.strptime's caching of its locale object was being recreated when the | Brett Cannon | 2007-04-01 | 1 | -0/+3 |
|
|
* | SF #1685563, MSVCCompiler creates redundant and long PATH strings | Neal Norwitz | 2007-04-01 | 1 | -1/+3 |
|
|
* | Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS | Georg Brandl | 2007-03-31 | 2 | -1/+7 |
|
|
* | Added timout parameter to telnetlib.Telnet. Also created | Facundo Batista | 2007-03-29 | 1 | -0/+5 |
|
|
* | Patch #1489771: update syntax rules in Python Reference Manual. | Žiga Seilnacht | 2007-03-24 | 1 | -0/+3 |
|
|
* | Add note about type.__init__(). | Guido van Rossum | 2007-03-23 | 1 | -1/+2 |
|
|
* | Added a 'create_connect()' function to socket.py, which creates a | Facundo Batista | 2007-03-23 | 1 | -0/+4 |
|
|
* | Bug #978833: Revert r50844, as it broke _socketobject.dup. | Martin v. Löwis | 2007-03-23 | 1 | -0/+2 |
|
|
* | Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. | Martin v. Löwis | 2007-03-23 | 1 | -0/+3 |
|
|
* | Add Mark Dickinson for SF # 1675423. | Neal Norwitz | 2007-03-23 | 1 | -0/+1 |
|
|
* | - Bug #1683368: The object.__init__() and object.__new__() methods are | Guido van Rossum | 2007-03-23 | 1 | -1/+8 |
|
|
* | Back out "Patch #1643874: memory leak in ctypes fixed." | Thomas Heller | 2007-03-22 | 1 | -2/+0 |
|
|