| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 3 | -9/+51 |
|
|
* | Simple fix for | Michael W. Hudson | 2003-05-09 | 1 | -0/+5 |
|
|
* | Patch #734118: Add {get|set}busywaitinterval. | Martin v. Löwis | 2003-05-09 | 1 | -2/+44 |
|
|
* | Yet another addition to [731644]: only use the lock if thread-support | Just van Rossum | 2003-05-09 | 1 | -2/+2 |
|
|
* | Addition to [731644]: also use the lock when using the getaddrinfo | Just van Rossum | 2003-05-09 | 1 | -2/+2 |
|
|
* | [ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect | Just van Rossum | 2003-05-09 | 1 | -10/+45 |
|
|
* | add open function to bsddb185 module so the file format sniffing can be | Skip Montanaro | 2003-05-06 | 1 | -0/+2 |
|
|
* | Patch #724588: Check whether the address of hstrerror and inet_pton can | Martin v. Löwis | 2003-05-03 | 1 | -0/+10 |
|
|
* | Implement tcl object __cmp__. | Martin v. Löwis | 2003-05-03 | 1 | -1/+12 |
|
|
* | Patch #708495: Port more stuff to OpenVMS. | Martin v. Löwis | 2003-05-03 | 8 | -84/+35 |
|
|
* | * Added a substantial number of edge case and argument tests for | Raymond Hettinger | 2003-05-03 | 1 | -0/+3 |
|
|
* | The previous made the stop argument optional. | Raymond Hettinger | 2003-05-02 | 1 | -2/+2 |
|
|
* | SF bug #730685: itertools.islice stop argument is not optional | Raymond Hettinger | 2003-05-02 | 1 | -13/+33 |
|
|
* | SF patch 731504: Typo in datetimemodule.c comment. | Tim Peters | 2003-05-02 | 1 | -1/+1 |
|
|
* | Patch 731209: Restore socketmodule's behaviour with dotted quad addresses | Anthony Baxter | 2003-05-02 | 1 | -0/+16 |
|
|
* | Convert tcl objects to strings in getvar/setvar. Fixes #730506. | Martin v. Löwis | 2003-05-01 | 1 | -2/+26 |
|
|
* | Patch #725942: Always rename emulation functions. | Martin v. Löwis | 2003-05-01 | 1 | -2/+5 |
|
|
* | Allow _sre.c to compile with Python 2.2 | Andrew M. Kuchling | 2003-04-30 | 1 | -0/+4 |
|
|
* | When an unhandled exception happens, report the repr() of the function | Guido van Rossum | 2003-04-29 | 1 | -5/+13 |
|
|
* | Applying patch #728656, by logistix, fixing opening of nonexistent | Gustavo Niemeyer | 2003-04-29 | 1 | -1/+1 |
|
|
* | - Included detailed documentation in _sre.c explaining how, when, and why | Gustavo Niemeyer | 2003-04-27 | 1 | -17/+41 |
|
|
* | Fix for part of the problem mentioned in #725149 by Greg Chapman. | Gustavo Niemeyer | 2003-04-27 | 1 | -8/+10 |
|
|
* | Applied patch #725106, by Greg Chapman, fixing capturing groups | Gustavo Niemeyer | 2003-04-27 | 1 | -0/+10 |
|
|
* | Applying patch #726869 by Andrew I MacIntyre, reducing in _sre.c the | Gustavo Niemeyer | 2003-04-27 | 1 | -0/+9 |
|
|
* | Applying patch by Neal Norwitz: | Gustavo Niemeyer | 2003-04-27 | 1 | -0/+25 |
|
|
* | Patch by Jp Calderone: | Guido van Rossum | 2003-04-25 | 1 | -1/+114 |
|
|
* | New support functions for test_getargs2. | Thomas Heller | 2003-04-24 | 1 | -69/+70 |
|
|
* | SF patch 695710: fix bug 678519: cStringIO self iterator | Raymond Hettinger | 2003-04-24 | 1 | -65/+56 |
|
|
* | Added a comment about backward compatibility requirements and a link | Barry Warsaw | 2003-04-24 | 1 | -1/+9 |
|
|
* | [Patch #679505] Trigger DeprecationWarning on importing the rotor module | Andrew M. Kuchling | 2003-04-24 | 1 | -0/+4 |
|
|
* | SF 686323: Minor array module enhancements | Raymond Hettinger | 2003-04-24 | 1 | -4/+6 |
|
|
* | SF Patch 685051: fix for 680789: reprs in arraymodule | Raymond Hettinger | 2003-04-23 | 1 | -30/+15 |
|
|
* | Enable os.fsync() for Windows, mapping it to MS's _commit() there. The | Tim Peters | 2003-04-23 | 1 | -16/+18 |
|
|
* | PyObject_IsTrue() can return an error condition. | Raymond Hettinger | 2003-04-23 | 1 | -1/+4 |
|
|
* | Update to the new PyGILState APIs to simplify and correct thread-state | Mark Hammond | 2003-04-22 | 1 | -2/+15 |
|
|
* | Made MAX_UNTIL/MIN_UNTIL code more coherent about mark protection, | Gustavo Niemeyer | 2003-04-22 | 1 | -4/+6 |
|
|
* | Get test_capi & test_getargs2 to pass on alphas | Neal Norwitz | 2003-04-22 | 1 | -6/+19 |
|
|
* | apply Mark Hammond's PEP 311 changes to the EMX ripoff of the Windows | Andrew MacIntyre | 2003-04-21 | 1 | -51/+6 |
|
|
* | - DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL | Andrew MacIntyre | 2003-04-21 | 1 | -7/+1 |
|
|
* | More work on bug #672491 and patch #712900. | Gustavo Niemeyer | 2003-04-20 | 1 | -23/+38 |
|
|
* | - Fixed bug #672491. This change restores the behavior of lastindex/lastgroup | Gustavo Niemeyer | 2003-04-20 | 1 | -5/+4 |
|
|
* | New PyGILState_ API - implements pep 311, from patch 684256. | Mark Hammond | 2003-04-19 | 2 | -50/+53 |
|
|
* | Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. | Martin v. Löwis | 2003-04-19 | 2 | -11/+43 |
|
|
* | Implement IDNA (Internationalized Domain Names in Applications). | Martin v. Löwis | 2003-04-18 | 1 | -5/+25 |
|
|
* | SF # 595026: support for masks in getargs.c. | Thomas Heller | 2003-04-17 | 1 | -0/+149 |
|
|
* | - New C API PyGC_Collect(), same as calling gc.collect(). | Guido van Rossum | 2003-04-17 | 1 | -1/+19 |
|
|
* | Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880. | Martin v. Löwis | 2003-04-16 | 1 | -4/+8 |
|
|
* | Minor source formatting fixes. | Raymond Hettinger | 2003-04-16 | 1 | -2/+2 |
|
|
* | Use object interface for global vars. Fixes #721171. | Martin v. Löwis | 2003-04-15 | 1 | -127/+94 |
|
|
* | The date class is now properly subclassable. (SF bug #720908) | Guido van Rossum | 2003-04-14 | 1 | -5/+8 |
|
|