2009-04-11 |
Georg Brandl | Remove mentions of "long". |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Antoine Pitrou | #5502: accelerate binary buffered IO (especially small... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Tarek Ziadé | Merged revisions 71478 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Tarek Ziadé | Merged revisions 71473 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Tarek Ziadé | Merged revisions 71467 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Nick Coghlan | Merged revisions 71465 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Guilherme Polo | Merged revisions 71210 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Raymond Hettinger | Fix alignment |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Raymond Hettinger | Add examples. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Georg Brandl | Update signature style for optional arguments, part 3. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Georg Brandl | #5698, part 2: generate a meta info in pydoc HTML pages... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Georg Brandl | Merged revisions 71443 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Georg Brandl | Merged revisions 71441 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Georg Brandl | Merged revisions 71424-71425,71428-71429 via svnmerge... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Georg Brandl | Merged revisions 71409 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Jack Diederich | -fixes telnetlib constants to be one-length byte arrays... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Raymond Hettinger | Clarify the table entries for combinatorics. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Raymond Hettinger | Fix link |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Raymond Hettinger | Add note on using keyword arguments with OrderedDict. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
R. David Murray | Merged revisions 71414 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Tarek Ziadé | Merged revisions 71413 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Raymond Hettinger | Fix markup |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Raymond Hettinger | Update whatsnew based on doc search. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Raymond Hettinger | Clean-up an example. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Benjamin Peterson | fix building |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Benjamin Peterson | don't install scripts which will overwrite 2.x ones... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Benjamin Peterson | fix installing of extension modules |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Raymond Hettinger | Remove bits that pertained to earlier releases. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Raymond Hettinger | Minor factoring. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Raymond Hettinger | Perform minor copy edits |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Raymond Hettinger | Add example for auto-renaming. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Raymond Hettinger | Typo. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Raymond Hettinger | Add docstrings. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Raymond Hettinger | Fix-up attribution per IRC discussion with GPolo. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Raymond Hettinger | Add link. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Eric Smith | Removed unused #include. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Georg Brandl | Revert 3k change to msilib, which is executed with... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Raymond Hettinger | Fix make.bat to match makefile changes |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Benjamin Peterson | install as python3 #5461 |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Benjamin Peterson | Merged revisions 71335 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Benjamin Peterson | don't install extras like pydoc and idle in altinstall... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Matthias Klose | Don't check for broken Berkley-DB versions on some... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Matthias Klose | - Issue #5359: Readd the Berkley-DB detection code... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Matthias Klose | Merged revisions 71229,71271 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Matthias Klose | Merged revisions 71268 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Mark Dickinson | Revert removal of atof.c and strtod.c in r71341. We... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Raymond Hettinger | Put core language changes in a separate section from... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Raymond Hettinger | Fix nits |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Raymond Hettinger | Fix internal link. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Raymond Hettinger | Add an example metaclass showing a use of __prepare__... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Eric Smith | Removed unused files in preparation for merging py3k... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Raymond Hettinger | Fix nit. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Raymond Hettinger | Improve the prose just a bit. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Raymond Hettinger | Fix links to Decimal and ttk. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Raymond Hettinger | Add example. Fix spelling. Fix patch attribution. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Martin v. Löwis | Add uuids for 3.1 |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Raymond Hettinger | Add more examples. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tarek Ziadé | Merged revisions 71295 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tarek Ziadé | Merged revisions 71291 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | Update signature style of optional arguments, part... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tarek Ziadé | Merged revisions 71280 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Benjamin Peterson | Merged revisions 70908,70939,71009,71022,71036 via... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | Normalize issue referencing style. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Benjamin Peterson | Blocked revisions 71253 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Benjamin Peterson | Merged revisions 70712,70714,70764-70765,70769-70771... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Brett Cannon | Blocked revisions 71221 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Tarek Ziadé | Merged revisions 71253 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #5453: fix SyntaxErrors using pydoc -k, caused by inten... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | Merged revisions 71237-71238 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | Merge revision 71222 from trunk: #5615: make it possibl... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Georg Brandl | #5606: fix formatter.h dependencies in the Makefile. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Alexandre Vassalotti | Initialize the tk_init_failed static variable to 0. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Benjamin Peterson | Blocked revisions 71206 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Benjamin Peterson | fix typo #5687 |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | bump version for 3.1a2+ |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | tag 3.1a2 |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | I don't think RELNOTES is useful anymore v3.1a2 |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Kurt B. Kaiser | Merged revisions 71126 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | bump version to 3.1a2 |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Kurt B. Kaiser | Merged revisions 70723 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Kurt B. Kaiser | Merged revisions 71023 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Kurt B. Kaiser | Convert print to Py3 |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Kurt B. Kaiser | Merged revisions 71023 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Alexandre Vassalotti | Issue 5682: Move _io module into its own subdirectory. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Eric Smith | Resolves issue 5690: accidentally skipping code in... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Michael Foord | Patch for Py3k with fallback for comparing unsortable... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Martin v. Löwis | Merged revisions 71179 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Antoine Pitrou | Skip test_recursionlimit_fatalerror under Windows becau... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Hirokazu Yamamoto | Blocked revisions 71175 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | must provide this method |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | #5391 make mmap work exclusively with bytes |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | fix name |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | mark dictionary assertElementsSame test as an expected... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | fix test_unittest |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | Merged revisions 71163 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | Merged revisions 70837,70864,70878,71004,71032,71043... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Matthias Klose | Merged revisions 71159 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | Blocked revisions 70711,70713,70716,70719,70747,70772... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Benjamin Peterson | try to fix svnmerge-blocked property |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Matthias Klose | Merged revisions 71152 via svnmerge from |
commit | commitdiff | tree | snapshot |
next |