| Commit message (Expand) | Author | Age | Files | Lines |
* | Get ready for releasing 3.0a2. | Guido van Rossum | 2007-12-06 | 1 | -1/+3 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -0/+2 |
|
|
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -0/+1 |
|
|
* | Reverting last commit. I had some staled data from an attempted svnmerge in m... | Christian Heimes | 2007-12-03 | 1 | -2/+0 |
|
|
* | Patch #1537 from Chad Austin | Christian Heimes | 2007-12-03 | 1 | -0/+2 |
|
|
* | I've moved the remains of PyInt_ to the longobject.h header file and removed ... | Christian Heimes | 2007-12-02 | 1 | -0/+4 |
|
|
* | Merged revisions 59259-59274 via svnmerge from | Christian Heimes | 2007-12-02 | 1 | -0/+1 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -2/+2 |
|
|
* | Removed the new module | Christian Heimes | 2007-11-28 | 1 | -0/+4 |
|
|
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -0/+6 |
|
|
* | Fixed some build issues and updated docs. | Christian Heimes | 2007-11-17 | 1 | -0/+6 |
|
|
* | Fix for #1415 pythonw.exe fails because std streams a missing | Christian Heimes | 2007-11-13 | 1 | -0/+5 |
|
|
* | Merged revisions 58886-58929 via svnmerge from | Guido van Rossum | 2007-11-10 | 1 | -0/+3 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 2 | -0/+4 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -0/+6 |
|
|
* | Patch 1329 (partial) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -0/+3 |
|
|
* | Add a missing news entry about how str8's constructor signature now matches the | Brett Cannon | 2007-10-26 | 1 | -0/+2 |
|
|
* | Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), | Guido van Rossum | 2007-10-25 | 1 | -0/+3 |
|
|
* | Make str/str8 comparisons return True/False for !=/==. | Brett Cannon | 2007-10-22 | 1 | -0/+6 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 1 | -0/+12 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -0/+2 |
|
|
* | Make _load_testfile() use its encoding argument when __loader__ is defined. | Brett Cannon | 2007-10-12 | 1 | -0/+8 |
|
|
* | remove hotshot profiler from Py3k | Fred Drake | 2007-10-11 | 1 | -0/+10 |
|
|
* | Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. | Sean Reifscheider | 2007-09-17 | 2 | -2/+2 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -0/+2 |
|
|
* | Bug #1074: make python-config with Py3k. | Georg Brandl | 2007-09-01 | 1 | -7/+7 |
|
|
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -0/+3 |
|
|
* | Add some miscellanea. | Guido van Rossum | 2007-08-30 | 1 | -3/+7 |
|
|
* | Fix a typo and a trailing space. | Kurt B. Kaiser | 2007-08-30 | 1 | -2/+2 |
|
|
* | Small updates. | Guido van Rossum | 2007-08-30 | 1 | -2/+7 |
|
|
* | Run 2to3's print fixer over some places that had been missed. | Collin Winter | 2007-08-30 | 1 | -4/+4 |
|
|
* | Update Misc/NEWS. Add RELNOTES. | Guido van Rossum | 2007-08-30 | 1 | -16/+2 |
|
|
* | Get gdb macros working with unicode and PyVarObject change | Neal Norwitz | 2007-08-27 | 1 | -3/+3 |
|
|
* | Remove _PyObject_Del | Neal Norwitz | 2007-08-19 | 1 | -1/+1 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 3 | -591/+0 |
|
|
* | Merged revisions 57125-57128 via svnmerge from | Neal Norwitz | 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 | 2 | -7/+7 |
|
|
* | Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and | Walter Dörwald | 2007-08-16 | 1 | -0/+2 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -6/+1 |
|
|
* | Support the new doc system. Also test_compiler was removed in 3k | Neal Norwitz | 2007-08-16 | 1 | -7/+11 |
|
|
* | Implement PEP 3131. Add isidentifier to str. | Martin v. Löwis | 2007-08-15 | 1 | -0/+2 |
|
|
* | Remove string.{letters,lowercase,uppercase}. | Martin v. Löwis | 2007-08-14 | 1 | -1/+2 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 4 | -21/+13 |
|
|
* | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 2 | -4/+5 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -4/+0 |
|
|
* | Patch #1768976, Fix for failing test_scriptpackages (untested but looks good) | Neal Norwitz | 2007-08-07 | 1 | -0/+1 |
|
|
* | Move tempfile over to the io module. Makes test_threaded_import pass. | Brett Cannon | 2007-08-05 | 1 | -0/+1 |
|
|
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 3 | -18/+6 |
|
|
* | Implement PEP 3120. | Martin v. Löwis | 2007-07-29 | 1 | -0/+2 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -0/+2 |
|
|