| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bumping to 3.0rc2. | Barry Warsaw | 2008-11-06 | 1 | -1/+1 |
|
|
* | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 2 | -6/+12 |
|
|
* | fix #3628; idle wouldn't start because of a typo | Benjamin Peterson | 2008-09-19 | 1 | -1/+1 |
|
|
* | bumping to 3.0rc1v3.0rc1 | Barry Warsaw | 2008-09-18 | 1 | -1/+1 |
|
|
* | Bumping to 3.0b3v3.0b3 | Barry Warsaw | 2008-08-21 | 1 | -1/+1 |
|
|
* | xrange -> range. | Georg Brandl | 2008-07-19 | 1 | -1/+1 |
|
|
* | Bumping to 3.0b2v3.0b2 | Barry Warsaw | 2008-07-18 | 1 | -1/+1 |
|
|
* | Bump to 3.0b1v3.0b1 | Barry Warsaw | 2008-06-19 | 1 | -1/+1 |
|
|
* | Fix last traces of old threading API. | Georg Brandl | 2008-06-13 | 1 | -1/+1 |
|
|
* | fix more threading API related bugs | Benjamin Peterson | 2008-06-13 | 2 | -8/+8 |
|
|
* | Fixed old Tkinter import, the last apparently | Guilherme Polo | 2008-05-25 | 1 | -1/+1 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Fix Queue -> queue. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 | 37 | -65/+67 |
|
|
* | Rename the repr module to reprlib. | Alexandre Vassalotti | 2008-05-16 | 2 | -3/+3 |
|
|
* | Renamed ConfigParser to configparser. | Alexandre Vassalotti | 2008-05-14 | 1 | -1/+1 |
|
|
* | Convert a lot of print statements to print functions in docstrings, | Neal Norwitz | 2008-05-13 | 1 | -2/+2 |
|
|
* | Renamed the SocketServer module to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 1 | -7/+7 |
|
|
* | Rename Queue module to queue. | Alexandre Vassalotti | 2008-05-11 | 2 | -6/+6 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 1 | -3/+3 |
|
|
* | Bumping versions for 3.0a5v3.0a5 | Barry Warsaw | 2008-05-08 | 1 | -1/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 5 | -24/+79 |
|
|
* | release.py induced and manual editing steps for 3.0a4.v3.0a4 | Barry Warsaw | 2008-04-02 | 1 | -1/+1 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 2 | -4/+3 |
|
|
* | - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been | Trent Nelson | 2008-03-18 | 1 | -1/+3 |
|
|
* | Copyright and version tweaks for 3.0a3.v3.0a3 | Barry Warsaw | 2008-03-01 | 2 | -2/+2 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 6 | -6/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 4 | -38/+39 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-14 | 1 | -0/+7 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-12 | 1 | -1/+1 |
|
|
* | Convert some custom sort comparison functions to equivalent key functions. | Kurt B. Kaiser | 2008-02-12 | 2 | -15/+2 |
|
|
* | Convert some custom sort comparison functions to equivalent key functions. | Raymond Hettinger | 2008-01-30 | 2 | -2/+2 |
|
|
* | Merged revisions 60210-60233 via svnmerge from | Christian Heimes | 2008-01-24 | 2 | -1/+11 |
|
|
* | Merged revisions 59595-59604 via svnmerge from | Christian Heimes | 2007-12-28 | 2 | -20/+24 |
|
|
* | help() was not paging to the shell. Issue1650. | Kurt B. Kaiser | 2007-12-28 | 3 | -1/+14 |
|
|
* | Merged revisions 59465-59487 via svnmerge from | Christian Heimes | 2007-12-14 | 2 | -148/+47 |
|
|
* | Shell was not colorizing due to bug introduced at r57998, Bug 1586. | Kurt B. Kaiser | 2007-12-13 | 2 | -2/+17 |
|
|
* | maxint->maxsize. Wouldn't import. | Kurt B. Kaiser | 2007-12-12 | 1 | -1/+1 |
|
|
* | Bump version | Kurt B. Kaiser | 2007-12-12 | 1 | -1/+1 |
|
|
* | Merged revisions 59450-59464 via svnmerge from | Christian Heimes | 2007-12-11 | 1 | -0/+1 |
|
|
* | Two IDLE errors in Option->Configure menu. | Amaury Forgeot d'Arc | 2007-12-10 | 1 | -3/+3 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 2 | -3/+3 |
|
|
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -3/+3 |
|
|
* | Fix an issue with str.translate() in IDLE -- str.translate() only accepts | Guido van Rossum | 2007-11-21 | 1 | -3/+4 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+1 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 13 | -168/+710 |
|
|
* | In followup to #1310: Remove more exception indexing. | Georg Brandl | 2007-10-22 | 1 | -4/+5 |
|
|
* | Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error. | Kurt B. Kaiser | 2007-10-15 | 1 | -1/+1 |
|
|
* | the default class attr is needed! | Kurt B. Kaiser | 2007-10-10 | 1 | -0/+1 |
|
|
* | Windows EOL sequence not converted correctly, encoding error. | Kurt B. Kaiser | 2007-10-09 | 2 | -4/+13 |
|
|