2000-02-29 |
Guido van Rossum | Remove some redundant logic from walk() -- there's... |
commit | commitdiff | tree | snapshot |
2000-02-29 |
Guido van Rossum | Correct type error in getopt.error handling code. |
commit | commitdiff | tree | snapshot |
2000-02-29 |
Guido van Rossum | Script by Tim Peters to discover illegal append() calls. |
commit | commitdiff | tree | snapshot |
2000-02-29 |
Guido van Rossum | Fix multi-arg append(). |
commit | commitdiff | tree | snapshot |
2000-02-29 |
Fred Drake | Update portability information for the spawn*() functio... |
commit | commitdiff | tree | snapshot |
2000-02-29 |
Andrew M. Kuchling | Fix a typo in a comment |
commit | commitdiff | tree | snapshot |
2000-02-28 |
Fred Drake | Fix comments relating to the specific regexs used to... |
commit | commitdiff | tree | snapshot |
2000-02-28 |
Guido van Rossum | Patch by Piers Lauder, who writes: |
commit | commitdiff | tree | snapshot |
2000-02-28 |
Fred Drake | (Finally!) Changes related to the ConfigParser/INI... |
commit | commitdiff | tree | snapshot |
2000-02-28 |
Guido van Rossum | Drop the support level for stdwin a notch -- the conten... |
commit | commitdiff | tree | snapshot |
2000-02-28 |
Andrew M. Kuchling | Fix use of list.append() with multiple arguments |
commit | commitdiff | tree | snapshot |
2000-02-28 |
Guido van Rossum | Simple changes by Gerrit Holl - move author acknowledge... |
commit | commitdiff | tree | snapshot |
2000-02-28 |
Guido van Rossum | Patch by Mozhe Zadka, for __contains__ (overloading... |
commit | commitdiff | tree | snapshot |
2000-02-28 |
Guido van Rossum | Patch by Mozhe Zadka, for __contains__ (overloading... |
commit | commitdiff | tree | snapshot |
2000-02-28 |
Guido van Rossum | Patch by Mozhe Zadka, for __contains__ (overloading... |
commit | commitdiff | tree | snapshot |
2000-02-28 |
Guido van Rossum | Patch by Gerrit Holl to avoid doing two stat() calls... |
commit | commitdiff | tree | snapshot |
2000-02-27 |
Guido van Rossum | Fix a typo in Barry's checkin. |
commit | commitdiff | tree | snapshot |
2000-02-27 |
Guido van Rossum | Fixed a multi-arg append() call, discovered by Mark... |
commit | commitdiff | tree | snapshot |
2000-02-27 |
Barry Warsaw | Two buglet fixes. Peter Funk caught the bug in make_es... |
commit | commitdiff | tree | snapshot |
2000-02-26 |
Barry Warsaw | Changes submitted by Peter Funk (some fixes/additions... |
commit | commitdiff | tree | snapshot |
2000-02-26 |
Greg Ward | The "Distributing Python Modules" manual; currently... |
commit | commitdiff | tree | snapshot |
2000-02-26 |
Greg Ward | Try to deal with pre-1.5.2 IOError exception objects. |
commit | commitdiff | tree | snapshot |
2000-02-26 |
Greg Ward | Unfinished, untested implementation of the lovely baroq... |
commit | commitdiff | tree | snapshot |
2000-02-25 |
Andrew M. Kuchling | Better fix for mpzmodule problem reported by Peter... |
commit | commitdiff | tree | snapshot |
2000-02-25 |
Barry Warsaw | Changes inspired by Randall Hooper to allow callbacks... |
commit | commitdiff | tree | snapshot |
2000-02-25 |
Guido van Rossum | Pat Knight: |
commit | commitdiff | tree | snapshot |
2000-02-25 |
Guido van Rossum | Test case for fork1() behavior. |
commit | commitdiff | tree | snapshot |
2000-02-25 |
Guido van Rossum | Delete references to _SC_AIO_LIST_MAX; it appears that... |
commit | commitdiff | tree | snapshot |
2000-02-25 |
Guido van Rossum | Gerrit forgot to remove the "import string". |
commit | commitdiff | tree | snapshot |
2000-02-25 |
Fred Drake | Gerrit Holl's patch to move attribution from the docstr... |
commit | commitdiff | tree | snapshot |
2000-02-25 |
Guido van Rossum | Fix a couple broken append() calls, spotted by Tim. |
commit | commitdiff | tree | snapshot |
2000-02-25 |
Guido van Rossum | Fix a couple dozen broken ci.append(x, y, z) calls... |
commit | commitdiff | tree | snapshot |
2000-02-25 |
Guido van Rossum | Fix a broken r.append(name, value) call, spotted by... |
commit | commitdiff | tree | snapshot |
2000-02-24 |
Guido van Rossum | OKOK, Greg's right, I should've used the :name option... |
commit | commitdiff | tree | snapshot |
2000-02-24 |
Guido van Rossum | Peter Funk: |
commit | commitdiff | tree | snapshot |
2000-02-24 |
Guido van Rossum | Made all list methods use PyArg_ParseTuple(), for more... |
commit | commitdiff | tree | snapshot |
2000-02-24 |
Guido van Rossum | Moshe Zadka: |
commit | commitdiff | tree | snapshot |
2000-02-24 |
Greg Ward | Fix from est@hyperreal.org: missing initialize in ... |
commit | commitdiff | tree | snapshot |
2000-02-24 |
Guido van Rossum | Mark Favas discovered this: getatime() accidentally... |
commit | commitdiff | tree | snapshot |
2000-02-24 |
Guido van Rossum | Piers Lauder: |
commit | commitdiff | tree | snapshot |
2000-02-23 |
Andrew M. Kuchling | Add tests to exercise sequence operations (multiplicati... |
commit | commitdiff | tree | snapshot |
2000-02-23 |
Andrew M. Kuchling | Allow using long integers as arguments to PyObject_GetI... |
commit | commitdiff | tree | snapshot |
2000-02-23 |
Andrew M. Kuchling | Allow using long integers as slice indexes |
commit | commitdiff | tree | snapshot |
2000-02-23 |
Fred Drake | dict_has_key(): Accept only one parameter. PR#210... |
commit | commitdiff | tree | snapshot |
2000-02-23 |
Fred Drake | Added entry for libtabnanny.tex. |
commit | commitdiff | tree | snapshot |
2000-02-23 |
Fred Drake | Added dependency on libtabnanny.tex. |
commit | commitdiff | tree | snapshot |
2000-02-23 |
Fred Drake | Initial version from Peter Funk <pf@artcom-gmbh.de... |
commit | commitdiff | tree | snapshot |
2000-02-23 |
Guido van Rossum | Deleting tabpolice.py; it was superceded by tabnanny... |
commit | commitdiff | tree | snapshot |
2000-02-23 |
Guido van Rossum | Moved tabnanny.py to standard library status. |
commit | commitdiff | tree | snapshot |
2000-02-23 |
Guido van Rossum | Added tabnanny.py, by Tim Peters, formerly from Tools... |
commit | commitdiff | tree | snapshot |
2000-02-22 |
Fred Drake | This branch is for 1.6 & forward. |
commit | commitdiff | tree | snapshot |
2000-02-22 |
Guido van Rossum | Added a new command: Check module (Alt-F5) It does... |
commit | commitdiff | tree | snapshot |
2000-02-21 |
Jeremy Hylton | satisfy the tabnanny (thanks to MH for noticing the... |
commit | commitdiff | tree | snapshot |
2000-02-21 |
Fred Drake | What used to be tp_xxx4 is now tp_flags; set it to... |
commit | commitdiff | tree | snapshot |
2000-02-21 |
Fred Drake | Remove comment that Guido agree's doesn't make sense: |
commit | commitdiff | tree | snapshot |
2000-02-21 |
Fred Drake | Script to help locate markup that LaTeX2HTML has a... |
commit | commitdiff | tree | snapshot |
2000-02-21 |
Guido van Rossum | Mark pointed out a buglet in his patch: i < _sys_nerr... |
commit | commitdiff | tree | snapshot |
2000-02-21 |
Jack Jansen | Added FreeMem, MaxBlock and CompactMem calls. The value... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Greg Stein | add TODO section |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Andrew M. Kuchling | Patch from Vladimir Marangozov <marangoz@python.inrialp... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Andrew M. Kuchling | Patch from Vladimir Marangozov <marangoz@python.inrialp... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Stein | reduce fsimp coupling: provide fs_imp param to ImportMa... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Stein | shift demo importers to importers.py (destined for... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Changed all references to command methods 'set_default_... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Renamed 'set_default_options()' to 'initialize_options... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Changed references to the command class 'options' attri... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Renamed all 'options' class attributes to 'user_options'. |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Command classes are now named identically to their... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Renamed all command classes so they're exactly the... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Greg Ward | Changed 'dist' to 'sdist'. |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Greg Ward | The 'sdist' command to create a source distribution... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Greg Ward | The 'dist' command is dead -- long live the 'sdist... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Jeremy Hylton | changes to _lookupName |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Jeremy Hylton | the previous quick hack to fix def foo((x,y)) failed... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Jeremy Hylton | add varargs and kwargs flags to Lambda nodes |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Jeremy Hylton | satisfy the tabnanny |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Fred Drake | Update the description of int() to include the radix... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Fred Drake | Typo in a comment: "wheter" --> "whether" |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Patches by Piers Lauder. |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Add primitive customization of window size and font. |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Patch by Mark Hammond: |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Changes by Mark Hammond related to the new WindowsError... |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Declarations related to new WindowsError exception. |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Guido van Rossum | Added WindowsError, for Mark Hammond's extensions. |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Guido van Rossum | Added docs for new crc32() function. By Jim Ahlstrom. |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Guido van Rossum | Added test for new crc32() function. |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Guido van Rossum | Patch by Jim Ahlstrom to add crc32, a useful checksum... |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Guido van Rossum | The 0.5 release happened on 2/15, not on 2/14. :-) |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Jeremy Hylton | support for arglists with implicit tuple unpacks |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Jeremy Hylton | more robust assignment of lineno for keyword args |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Jeremy Hylton | fix argcount generation for arg lists containing tuple... |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Jeremy Hylton | add flatten helper function |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | finish first impl of code generator |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | fix creation of Ellipsis node |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | add a little debugging support when new.code raises... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | no real change -- testing syncmail |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | add line numbers to nodes in the except clause (when... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jeremy Hylton | tidy up tryexcept and tryfinally nodes |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | A bit restructured. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Guido van Rossum | Oops, somehow the initial checkin was botched. :-( |
commit | commitdiff | tree | snapshot |
next |