2008-12-03 |
Georg Brandl | Use the :mod: role. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Guido van Rossum | Some textual tweaks, and fixed a few typos found by... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Guido van Rossum | Fix bad markup. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Guido van Rossum | More cleanup. Moved all Unicode and str/bytes info... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Guido van Rossum | Another checkpoint. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Guido van Rossum | Another checkpoint -- some stuff I managed to do on... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Christian Heimes | Merged revisions 67484 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Guido van Rossum | Another checkpoint. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Gregory P.... | interators -> iterators (thanks Taggnostr) |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Guido van Rossum | Finished what I'm going to write about the standard... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Guido van Rossum | Finished the "porting to 3.0" section. Had to add... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Guido van Rossum | Another checkpoint. More XXXes added... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Raymond Hettinger | Issue 3689: list_reverseiterator should support __leng... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Raymond Hettinger | Bug #4495: Fix signed/unsigned warning (both namelen... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Guido van Rossum | Another checkpoint to switch machines. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Walter Dörwald | Add missing bracket. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Martin v. Löwis | Issue #4387: binascii now refuses to accept str as... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Alexandre Vassalotti | Fix docutils parsing errors in Misc/NEWS. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Benjamin Peterson | fix markup |
commit | commitdiff | tree | snapshot |
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 |
next |