2009-10-11 |
Senthil Kumaran | Merged revisions 75333 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Merged revisions 75329 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Merged revisions 75327 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Merged revisions 75325 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Merged revisions 75322 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Recorded merge of revisions 75321 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Antoine Pitrou | Redundancy isn't needed here. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Benjamin Peterson | Rolled back revisions 74556 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Merged revisions 75315 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Georg Brandl | Merged revisions 75313 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Antoine Pitrou | Merged revisions 75312 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Benjamin Peterson | Blocked revisions 75310 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Vinay Sajip | Issue #7086: Added TCP support to SysLogHandler and... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Benjamin Peterson | Merged revisions 74524 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-10 |
R. David Murray | Merged revisions 75301 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Benjamin Peterson | Blocked revisions 75304-75305 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Benjamin Peterson | normalize latin-1 and utf-8 variant encodings like... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Benjamin Peterson | Recorded rollback of revisions 74524 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Benjamin Peterson | Recorded rollback of revisions 72524 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Benjamin Peterson | rollback the merge of r74524 because it causes failures... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Mark Dickinson | Merged revisions 75289 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Mark Dickinson | Merged revisions 75286 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Mark Dickinson | Merged revisions 75283 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-07 |
R. David Murray | Merged revisions 75255 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Mark Dickinson | Merged revisions 75275 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Amaury Forgeot... | Merged revisions 75272-75273 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Amaury Forgeot... | Merged revisions 75258 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Benjamin Peterson | Merged revisions 75066 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Benjamin Peterson | Merged revisions 74841 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Benjamin Peterson | Blocked revisions 75164-75166 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Benjamin Peterson | Blocked revisions 74849,75143,75181 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Benjamin Peterson | Merged revisions 74865,75175,75180 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Benjamin Peterson | Blocked revisions 74845 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Benjamin Peterson | Merged revisions 74524,74556 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Mark Dickinson | Merged revisions 75236 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Benjamin Peterson | remove 8-bit string sentence |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Benjamin Peterson | Merged revisions 74779-74786,74793,74795,74811,74860... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Benjamin Peterson | Merged revisions 75223 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Mark Dickinson | Use size_t instead of int for a PyMem_MALLOC argument... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Ezio Melotti | silence with (void) two warnings about computed and... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Benjamin Peterson | isinstance(f, collections.Callable) is more correct |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Benjamin Peterson | revert r75090 |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Tarek Ziadé | Merged revisions 75209 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Mark Dickinson | Merged revisions 75205 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Tarek Ziadé | Blocked revisions 75196 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Tarek Ziadé | Merged revisions 75192 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Mark Dickinson | More versionadded/versionchanged fixes |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Mark Dickinson | Remove outdated versionchanged entry |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Antoine Pitrou | Blocked revisions 75171 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Antoine Pitrou | Issue #7022: clarification of RawIOBase.read(), suggest... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Mark Dickinson | Fix versionadded for py3k math.gamma |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Benjamin Peterson | more stable url |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Benjamin Peterson | fix opensearch version |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Mark Dickinson | Merged revisions 75157 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Mark Dickinson | Merged revisions 75141 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Antoine Pitrou | [NOTE: the original bug doesn't exist in py3k but this... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
R. David Murray | Merged revisions 75111 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Raymond Hettinger | Issue 7008: Better document str.title and show how... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Philip Jenvey | Recorded merge of revisions 75123 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Mark Dickinson | Merged revisions 75117 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-28 |
R. David Murray | Blocked revisions 75115 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Mark Dickinson | Merged revisions 75110 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Mark Dickinson | Recorded merge of revisions 75054 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Mark Dickinson | Recorded merge of revisions 75103-75104,75106 via svnme... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Kristján Valur... | merging revision 75106 from trunk: |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Kristján Valur... | http://bugs.python.org/issue6836 |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Kristján Valur... | http://bugs.python.org/issue6971 |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Mark Dickinson | Blocked revisions 75091 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Benjamin Peterson | use more correct callable replacement |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Mark Dickinson | Blocked revisions 75084 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Benjamin Peterson | star_expr now always has two nodes |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Benjamin Peterson | fix an ambiguity in the grammar from the implementation... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Georg Brandl | fix default value |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Georg Brandl | use new style optional args |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Ezio Melotti | Merged revisions 75070 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Ezio Melotti | string.capwords is still around, adding back the tests |
commit | commitdiff | tree | snapshot |
2009-09-26 |
R. David Murray | Andrew just committed a patch for curses, so since... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Ezio Melotti | fix print statement |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Benjamin Peterson | correct the fixpath.py script to work in Python 3 ... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Benjamin Peterson | fix print statement |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Ezio Melotti | #6998: fix missing () on a print |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Ezio Melotti | Merged revisions 75055 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Mark Dickinson | Issue #1766304: The range.__contains__ optimization... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Mark Dickinson | Merged revisions 75047 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Mark Dickinson | Silence compiler warning |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Ezio Melotti | Merged revisions 75039 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mark Dickinson | Add Robert Lehmann for issue #1766304 patch |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mark Dickinson | Issue #1766304: Optimize membership testing for ranges... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Brett Cannon | Merged revisions 75024 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Brett Cannon | Merged revisions 75020 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Georg Brandl | #6969: make it explicit that configparser writes/reads... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Tarek Ziadé | Merged revisions 74812 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Brett Cannon | Merged revisions 75011 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Antoine Pitrou | Merged revisions 75007 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Mark Dickinson | Merged revisions 75003 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Tarek Ziadé | Merged revisions 74994,74997 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Tarek Ziadé | Merged revisions 74992 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Tarek Ziadé | Merged revisions 74988 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Doug Hellmann | Merged revisions 74984 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Ronald Oussoren | Merged revisions 74978 via svnmerge from |
commit | commitdiff | tree | snapshot |
next |