2008-12-02 |
Guido van Rossum | Checkpoint. Added some stuff. Mostly XXX notes for... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Georg Brandl | Merged revisions 67467 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Martin v. Löwis | Add script forgotten in r67464. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Martin v. Löwis | Issue #4073: Add 2to3 support to build_scripts, refacto... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Raymond Hettinger | Update copyright for recent changes. |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Benjamin Peterson | Merged revisions 67348,67355,67359,67362,67364-67365... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Benjamin Peterson | Merged revisions 67442 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Martin v. Löwis | Merged revisions 67449 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Martin v. Löwis | Issue #4407: Fix source file that caused the compileall... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Benjamin Peterson | Blocked revisions 67370 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Amaury Forgeot... | Fix more threading API related bugs: Thread.get_name... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Amaury Forgeot... | #4455: IDLE failed to display the windows list when... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Benjamin Peterson | Merged revisions 67428 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Benjamin Peterson | Blocked revisions 67349,67353,67396,67407,67411 via... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Jesse Noller | Fix mp example, remove fix_logger call |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Jesse Noller | Merge r67419 to py3k, mp doc fixes |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Christian Heimes | Forgot to update Misc/NEWS |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Christian Heimes | 2to3 run of multiprocessing examples. |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Christian Heimes | Merged revisions 67414 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Matthias Klose | - Modules/Setup.dist: Add _bisect |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Matthias Klose | - Modules/Setup.dist: add datetime, update _elementtree |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Matthias Klose | - Modules/Setup.dist: Update pyexpat |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Thomas Heller | Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Matthias Klose | - Modules/Setup.dist: Fix typo in last checkin |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Matthias Klose | - Modules/Setup.dist: Mention _elementtree and _pickle. |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Matthias Klose | - Fix build failure of _cursesmodule.c building with... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Matthias Klose | - fix build failure in Modules/fpectlmodule.c (not... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Thomas Heller | Prevent UnicodeDecodeErrors in ctypes with non-ascii... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Benjamin Peterson | check the return value of NEW_IDENTIFIER in some more... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Brett Cannon | Fix a broken test_dbm_gnu as introducted by r67380. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Christian Heimes | Second fix for issue #4373 |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Amaury Forgeot... | #4373: Reference leak in the pickle module. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Brett Cannon | dbm.gnu and dbm.ndbm accept both strings and bytes... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Thomas Heller | Make ast.c compile on Windows again. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Benjamin Peterson | Blocked revisions 67376 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Benjamin Peterson | Merged revisions 67373 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Martin v. Löwis | Merged revisions 67183,67191,67371 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-24 |
Brett Cannon | dbm.dumb was opening files without specifying the encod... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Gregory P.... | Document PY_SSIZE_T_CLEAN use and behavior for PyArg_Pa... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Matthias Klose | - Fix typo in last checkin |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Matthias Klose | Merge 67349 from the trunk: |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Benjamin Peterson | remove warning about not accepting unicode |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Amaury Forgeot... | These files used to belong to the "sv" module, which... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Amaury Forgeot... | Merged revisions 67295,67301-67302,67318,67330,67342... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Benjamin Peterson | Blocked revisions 67307 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Martin v. Löwis | Add 3.0rc3 UUID. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Georg Brandl | #4153: finish updating Unicode HOWTO for Py3k changes. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Georg Brandl | Blocked revisions 67336 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Georg Brandl | Fix two mp doc issues from #4012. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Georg Brandl | #4206: fix 2.xisms in multiprocessing docs and docstrings. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Georg Brandl | Blocked revisions 67332 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Georg Brandl | #4372: add bullet point for __cmp__ removal. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Georg Brandl | #4361: fix string.py docstring, clarify that only ASCII... |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Georg Brandl | #4378: fix a few functional HOWTO 2.xisms. |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Benjamin Peterson | Blocked revisions 67326 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Benjamin Peterson | make FileIO.mode always include 'b' |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Benjamin Peterson | add a glossary entry for "view" |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Amaury Forgeot... | #4383: UnboundLocalError when IDLE cannot connect to... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Benjamin Peterson | Merged revisions 67320 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Guido van Rossum | A few tiny improvements that I had sitting in an edit... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Barry Warsaw | post-3.0rc3 |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Raymond Hettinger | Fix minor typos. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Barry Warsaw | Tagging 3.0rc3. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Barry Warsaw | Bump to 3.0rc3 v3.0rc3 |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Benjamin Peterson | a few updates to the gloassary with regards to __future... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Brett Cannon | Make dbm.dumb encode strings as UTF-8. Also fix it... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Benjamin Peterson | fix test_gzip |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Amaury Forgeot... | #4338: Fix the distutils "setup.py upload" command. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Amaury Forgeot... | Follow-up of r67300: correct a failure in socket.makefi... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Benjamin Peterson | Blocked revisions 67303 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Benjamin Peterson | fix Sphinx table warning |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Barry Warsaw | Fix for bug 4362 "FileIO object in io module"; Patch... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Barry Warsaw | Fix for bug 4360 "SystemError when method has both... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Martin v. Löwis | Issue #4354: Fix distutils register command. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Benjamin Peterson | Merged revisions 67243,67245,67277-67278,67289 via... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Benjamin Peterson | Merged revisions 67291 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Benjamin Peterson | Blocked revisions 67287 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Josiah Carlson | This fixes issue 4332 for Py3k. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Martin v. Löwis | Merged revisions 67283 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Martin v. Löwis | Merged revisions 67279 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Amaury Forgeot... | Blocked revisions 67266 via svnmerge |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Benjamin Peterson | fix the Makefile so it doesn't pollute sys.path |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Hirokazu Yamamoto | Issue #4313: Fixed segfault on IDLE exit. Reverted... |
commit | commitdiff | tree | snapshot |
2008-11-18 |
Raymond Hettinger | Issue 2260: Small peephole optimization -- eliminate... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Raymond Hettinger | Issue 4090 and 4087: Further documentation of comparisons. |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Benjamin Peterson | Merged revisions 67246 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Benjamin Peterson | rephrase dict view docs |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Martin v. Löwis | Issue #3327: Don't overallocate in the modules_by_index... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Martin v. Löwis | Issue #4312: Remove claim that distutils parameters... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Benjamin Peterson | Merged revisions 67154,67157-67159,67175-67176,67189... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Raymond Hettinger | Issue #1721812: Binary operations and copy operations... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Mark Dickinson | Issue #4296: Fix PyObject_RichCompareBool so that ... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Benjamin Peterson | change the named tuple returned by inspect.getfullargsp... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Benjamin Peterson | getfullargspec() has other virtues, too |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Christian Heimes | Style fix, use tab instead of space |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Amaury Forgeot... | #2971: test_zipfile64 fails. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Amaury Forgeot... | Enable this test only when subprocess supports non... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Amaury Forgeot... | Temporarily print some information in test_cmd_line, |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Amaury Forgeot... | #3705: Command-line arguments were not correctly decode... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Benjamin Peterson | exec won't take file objects anymore |
commit | commitdiff | tree | snapshot |
next |