2000-03-06 |
Barry Warsaw | string_join(): Fix memory leaks discovered by Charles... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guido van Rossum | In getdef(), don't die when the section doesn't exist. |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Guido van Rossum | Don't use 1.6-isms (s.startswith()) -- we want to distr... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Greg Ward | Rewrote 'newer_pairwise(): more natural (and incompatib... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Greg Ward | Serious overhaul of the C compiler interface and the... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Greg Ward | Don't pass 'keep_dir' to 'compile()' method of CCompile... |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Greg Ward | Don't pass 'keep_dir' to 'compile()' method of CCompile... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jeremy Hylton | superceded by IdleConf/config.txt |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jeremy Hylton | migrate to use of IdleConf and config files to set... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jeremy Hylton | default to cwd if os.environ['HOME'] does not exist |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jeremy Hylton | a ConfigParser for idle and three configuration files |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jeremy Hylton | allow comments beginning with ; in key: value as well... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jack Jansen | Fixed parameters to a few time and timebase calls:... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jack Jansen | Added PutPixMapBytes() and GetPixMapBytes() functions... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Jack Jansen | Added methods getdata() and putdata() to obtain the... |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Guido van Rossum | Patch by Tim Peters: |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Greg Ward | Fixed 'mkpath()' to accept empty string silently (it... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Jeremy Hylton | paren matching extension. warning: in current version... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Jack Jansen | A module to parse/generate MediaDescription handles... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Guido van Rossum | Mark discovered a bug in his patch: he didn't *use... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Greg Ward | Renamed 'build_lib' command to 'build_clib': |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Greg Ward | Changed '__rcsid__' to '__revision__'. |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Greg Ward | If the "build_lib" command built any C libraries, link... |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Greg Ward | Added command description. |
commit | commitdiff | tree | snapshot |
2000-03-02 |
Greg Ward | In the 'compile()' method: preserve the directory porti... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | Second attempt to fix the ctermid_r/tmpnam_r warnings... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | Fix compiler warning: only use "_r" form of 'ctermid... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Guido van Rossum | Got rid of silly "123456789-..." lines in comments. |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | In compile/link methods: ensure that the directory... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | Added 'mkpath()' method: convenience wrapper around... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | Added call to 'ensure_ready()' on the command object in |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | Added 'get_platform()' to construct a string that ident... |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | Build reorg: |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | Build reorg: |
commit | commitdiff | tree | snapshot |
2000-03-01 |
Greg Ward | Build reorg: change 'build_dir' option to 'build_lib'. |
commit | commitdiff | tree | snapshot |
2000-02-29 |
Guido van Rossum | Patch by Fred Gansevles (the module's original author). |
commit | commitdiff | tree | snapshot |
2000-02-29 |
Guido van Rossum | Massive patch by Skip Montanaro to add ":name" to as... |
commit | commitdiff | tree | snapshot |
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 |
next |