2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Peter Schneider... | ANSI-fication (and test if committing files works now) |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Sjoerd Mullender | Better error handling of bad entity references. Before... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Vladimir Marangozov | Initialize the return value in collect_generations... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Vladimir Marangozov | Remove the "1" that Tim sticked to the preprocessor... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Vladimir Marangozov | A small comment fix just to make sure I got my cvs... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Fred Drake | Guido said include these in the Great ANSI-fication... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - changed the nt.popen2 return values back to |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - repaired locale.py for non-windows platforms. the... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Barry Warsaw | Exception__str__(): In case 1, be sure to decref the... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Barry Warsaw | Use TQSQ (triple quoted single quote) module docstring... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - changed 1.5 to 2.0 in the help text |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | Update to use the new standard webbrowser module if... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - added popen.popen2/popen3/popen4 support for |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - added optional bufsize argument to new popen methods. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - merged setlocale and set_locale. the internal setlocale |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | New module to control Web browsers; see the documentati... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | Make tabnanny happy. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Greg Stein | needs a space |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the sources. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the sources. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - ANSI-fication |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - ANSI-ification |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Andrew M. Kuchling | Document addition of webbrowser.py |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - improved os.popen support for windows, based on win32pipe |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | Remove setup of HAVE_OLD_CPP; it is no longer used... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | Remove use of HAVE_OLD_CPP to support non-ANSI preproce... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Andrew M. Kuchling | Patch from Peter Schneider-Kamp: convert curses module... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | Remove legacy use of __SC__; no longer needed now that... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - added (long) casts to a couple of Py_BuildValue calls, |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - fixed pointer size test in spawn functions. also... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fredrik Lundh | - win95/98 helper for new os.popen code |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Tim Peters | Somebody started playing with const, so of course the... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the sources. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the sources. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the sources. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the sources. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | Remove legacy use of __SC__; no longer needed now that... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the sources. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Barry Warsaw | EnvironmentError__init__(): The two case clauses were... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the sources. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | type_error(): Added "const" to signature to eliminate... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the source. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication of the sources. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | Remove the only Py_PROTO in the docs. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Tim Peters | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Tim Peters | Get rid of unused vars in builtin_unicode (they were... |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication and Py_PROTO extermination. |
commit | commitdiff | tree | snapshot |
2000-07-09 |
Fred Drake | ANSI-fication and Py_PROTO extermination. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | ANSI-fication and Py_PROTO extermination. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fredrik Lundh | this one's a bit risky, but I've spent some considerabl... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fredrik Lundh | -- ANSI-fying, names |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fredrik Lundh | - removed barry's workaround, to make room for |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fredrik Lundh | - _getdefaultlocale shouldn't accept arguments |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fredrik Lundh | - added _getdefaultlocale implementation for WIN32 |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fredrik Lundh | - this is a tentative checkin of the #100764 patch (by |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fredrik Lundh | - changed __repr__ to use "unicode escape" encoding... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | ANSI-fication of the sources -- remove Py_PROTO! |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | Minor revisions similar to some information in the... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | ANSI-fication of the sources, convert to 4-space indents. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Skip Montanaro | delete unused local variable from _PyTrash_deposit_object |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Andrew M. Kuchling | Rearrange order of sections |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Skip Montanaro | _Py_RefTotal should only be declared here when Py_TRACE... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | ANSI-fied sources, converted to four-space indentation. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | ANSI-fied sources, converted to four-space indentation. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | Add method names to PyArg_ParseTuple() calls for better... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | Markup improvements in sections relating to interactive... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | ANSI-fy the sources. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | Pretensions of the 20th century... remove old-style... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Tim Peters | Cray J90 fixes for long ints. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | ANSI-fy the sources. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Fred Drake | Removed Py_PROTO, ANSI-fied sources. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Tim Peters | The tail end of x_sub implicitly assumed that an unsign... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Greg Stein | One of the new prototypes was missing the "void" args. |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Tim Peters | Got RID of redundant coercions in longobject.c (as... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Guido van Rossum | delete bogus file |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Guido van Rossum | Deleted bogus file. |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Jeremy Hylton | fix inconsistent use of tabs and spaces |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Jeremy Hylton | fix inconsistent use of tabs and spaces |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Jeremy Hylton | fix inconsistent use of tabs and spaces |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | Fix to use Py_UCS4. By Bill Tutt. |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | New surrogate support in the UTF-8 codec. By Bill Tutt. |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | Tests for new surrogate support in the UTF-8 codec... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | Fix to use Py_UCS4 |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Fred Drake | Add an entry for the KDE File Manager support from... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Fred Drake | Thomas Wouters <thomas@xs4all.net>: |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Tim Peters | Some cleanup of longs in prepartion for Cray J90 fixes... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | Added new APIs and fixed some other Unicode ones (missi... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | Added docs for the new Unicode and string APIs. |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | Removed a prototype which is not used in socketmodule.c |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | Fixed unicode() to use the new API PyUnicode_FromEncode... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | Added new API PyUnicode_FromEncodedObject() which suppo... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | Tests for new instance support in unicode(). |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Jack Jansen | So many things have changed over the last few weeks... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Jack Jansen | Changed all (hopefully) uses of unsigned 16 bit value... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Jack Jansen | Added the unchash module. |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | Fix to bug #393 (UTF16 codec didn't like empty strings... |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Marc-André... | Defunct the _XOPEN_SOURCE define for now. Suggested... |
commit | commitdiff | tree | snapshot |
next |