| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 1 | -4/+1 |
|
|
* | Merged revisions 60043-60052 via svnmerge from | Christian Heimes | 2008-01-18 | 1 | -0/+57 |
|
|
* | Patch #1830 by Peter Harris, fix some 2.x-isms. | Guido van Rossum | 2008-01-15 | 1 | -7/+3 |
|
|
* | Merged revisions 59864-59882 via svnmerge from | Christian Heimes | 2008-01-10 | 3 | -39/+32 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 2 | -12/+14 |
|
|
* | Merged revisions 59642-59665 via svnmerge from | Christian Heimes | 2008-01-02 | 6 | -25/+31 |
|
|
* | Merged revisions 59628-59641 via svnmerge from | Christian Heimes | 2008-01-01 | 1 | -6/+8 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 9 | -12/+12 |
|
|
* | Update to the world tool for Python 3. Provided by quentin.gallet-gilles via | Barry Warsaw | 2007-12-20 | 1 | -45/+62 |
|
|
* | Fix a last use of file() that should be open(). | Guido van Rossum | 2007-12-06 | 1 | -1/+2 |
|
|
* | Reverted two commit accidents | Christian Heimes | 2007-12-05 | 1 | -1/+0 |
|
|
* | Fixed quoting and paths in the sqlite project file | Christian Heimes | 2007-12-05 | 1 | -0/+1 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 2 | -3/+3 |
|
|
* | Merged revisions 59321-59322 via svnmerge from | Christian Heimes | 2007-12-04 | 1 | -5/+10 |
|
|
* | Merged revisions 59313-59320 via svnmerge from | Christian Heimes | 2007-12-04 | 1 | -2/+4 |
|
|
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -0/+1 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Futher update docs after unbound method removal. | Georg Brandl | 2007-11-27 | 1 | -2/+2 |
|
|
* | Merged revisions 59056-59076 via svnmerge from | Christian Heimes | 2007-11-20 | 1 | -0/+1 |
|
|
* | Revert modifications to extract_msvcr71 in 59040, | Martin v. Löwis | 2007-11-19 | 1 | -7/+5 |
|
|
* | Updates to the msi builder and PCbuild9 directory. msi.py can now create inst... | Christian Heimes | 2007-11-18 | 1 | -29/+72 |
|
|
* | Use 'del' instead of rmpyc.py to remove the pyc and pyo files. | Thomas Heller | 2007-11-16 | 2 | -2/+2 |
|
|
* | Fix for refleak tests through regrtest.py -R:: bug #1414 | Christian Heimes | 2007-11-12 | 1 | -0/+1 |
|
|
* | In followup to #1310: Remove more exception indexing. | Georg Brandl | 2007-10-22 | 1 | -1/+2 |
|
|
* | Remove more hotshot cruft. | Neal Norwitz | 2007-10-13 | 1 | -1/+0 |
|
|
* | remove hotshot profiler from Py3k | Fred Drake | 2007-10-11 | 1 | -60/+0 |
|
|
* | Silly script I'd rather not throw away. | Guido van Rossum | 2007-10-09 | 1 | -0/+93 |
|
|
* | Make byext.py really work. | Guido van Rossum | 2007-09-27 | 1 | -7/+5 |
|
|
* | Remove more cruft leftover from nb_coerce. Rename nb_coerce to | Neil Schemenauer | 2007-09-21 | 1 | -7/+0 |
|
|
* | Merged revisions 58149-58150 via svnmerge from | Martin v. Löwis | 2007-09-14 | 1 | -0/+1 |
|
|
* | Merged revisions 58133-58135 via svnmerge from | Martin v. Löwis | 2007-09-13 | 1 | -2/+16 |
|
|
* | Merged revisions 58053-58090 via svnmerge from | Thomas Wouters | 2007-09-10 | 2 | -1/+11 |
|
|
* | Use symbolic name for METH_VARAGS. | Georg Brandl | 2007-09-01 | 1 | -1/+1 |
|
|
* | Bug #1737210: Change Manufacturer of Windows installer to PSF. | Martin v. Löwis | 2007-09-01 | 1 | -1/+1 |
|
|
* | Mark registry components as 64-bit on Win64. | Martin v. Löwis | 2007-08-31 | 1 | -4/+6 |
|
|
* | Revert 57722. Move error dialog APIs to msvcrt instead, | Martin v. Löwis | 2007-08-31 | 1 | -2/+1 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -2/+2 |
|
|
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -0/+1 |
|
|
* | Bug #1746880: Correctly install DLLs into system32 folder on Win64. | Martin v. Löwis | 2007-08-30 | 1 | -1/+1 |
|
|
* | Port to Python 3.0. | Martin v. Löwis | 2007-08-30 | 2 | -9/+10 |
|
|
* | Implement PYTHONNOERRORWINDOW. | Martin v. Löwis | 2007-08-30 | 1 | -0/+1 |
|
|
* | Add uuids for 3.0. | Martin v. Löwis | 2007-08-30 | 1 | -0/+8 |
|
|
* | Make it work with Py3k. | Guido van Rossum | 2007-08-29 | 1 | -2/+2 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -0/+79 |
|
|
* | Convert raise statements in Tools/. | Collin Winter | 2007-08-22 | 16 | -29/+29 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -3/+1 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -1/+1 |
|
|
* | First merge from the trunk straight into the py3k branch. I'm not | Guido van Rossum | 2007-08-16 | 1 | -0/+1 |
|
|
* | Add XID_Start and XID_Continue properties to unicodectype. | Martin v. Löwis | 2007-08-14 | 1 | -13/+56 |
|
|
* | Remove string.{letters,lowercase,uppercase}. | Martin v. Löwis | 2007-08-14 | 2 | -3/+3 |
|
|