2000-07-19 |
Skip Montanaro | restructured a bit and added some more content... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | make TestFailed a class exception |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | added rewritten normpath from Moshe Zadka that does... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | added documentation for new functions {get,set}_history... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | added history file truncation based upon code from... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Thomas Wouters | Enable extra testing now that os.isatty() is in. (Also... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Thomas Wouters | ANSIfy the just-checked-in isatty() wrapper. |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | new method isatty from Thomas Wouters |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Jack Jansen | 'carb' resource for carbon application. |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Jack Jansen | Some thanks weren't checked in yet. |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Jack Jansen | MacPython on MacOSX DP4 gets started in the wrong direc... |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Jack Jansen | Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined. |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Greg Stein | no changes other than indentation level (now 4) and... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Marc-André... | Fixed problems with UTF error reporting macros and... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Marc-André... | Restore PyXXX_Length() APIs for binary compatibility. |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Greg Stein | gcc is being stupid with if/else constructs |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Skip Montanaro | * split on / or \ |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Skip Montanaro | damn! cut-n-paste from ntpath forgot the "import re" |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Skip Montanaro | * split on / or \ |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Paul Prescod | At GVR's request. |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Greg Stein | stop messing around with goto and just write the macro... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Paul Prescod | Online help facility for the Python interprter and... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Thomas Wouters | More of Rob W. W. Hooft's spelling fixes. The only... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Thomas Wouters | Rob W. W. Hooft's spelling fixes for the Library Refere... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Fredrik Lundh | - change \x to mean "byte" also in unicode literals |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Tim Peters | Fix fatal compiler (MSVC6) error: |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Skip Montanaro | split and join on "/" in commonprefix |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Marc-André... | Fix to a bug found by Florian Weimer: |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Thomas Wouters | Spelling fixes supplied by Rob W. W. Hooft. All these... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Thomas Wouters | Bugfix by Rob W. W. Hooft, from his spelling fixes... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Jack Jansen | Implemented getdefaultlocale() for macintosh, after... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Jack Jansen | Modified the standard mac preamble so we include pymact... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Jack Jansen | ScannerPREUH3.initpatterns() should call Scanner.initpa... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Thomas Wouters | Oops, forgot to run autoheader before checking in the... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Fredrik Lundh | -- fixed the comment, too |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Fredrik Lundh | -- note to self: wait until 'cvs commit' has finished... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Fredrik Lundh | -- changed default encoding to "ascii". you can still... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Vladimir Marangozov | Fix in PyList_New(). With GC enabled and when out... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Vladimir Marangozov | Break a cycle created in the saboteur() function. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | Test for TARGET_API_MAC_CARBON with #if in stead of... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | include stdio.h for sprintf prototype. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | pymactoolbox.h contains protoypes for all externally... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | include macdefs.h for declaration of getwd, if non... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | PyMac_PromptGetFile and PyMac_GetDirectory don't exist... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Jack Jansen | Don't declare sync if we use gusi. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Eric S. Raymond | Document the second round of ConfigParser changes. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Thomas Wouters | Move (actually copy) support for the sgi._getpty()... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Eric S. Raymond | ConfigParser enhancements to edit existing configs... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Andrew M. Kuchling | Typo fix from Bastian Kleineidam |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Peter Schneider... | moving files to nondist/sf-html |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Vladimir Marangozov | Gosh - clean up that messy HTML; make it valid XHTML... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Vladimir Marangozov | Break the cycles after testing cmp() on cyclic objects. |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Peter Schneider... | added information how to edit pages at http://python... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Peter Schneider... | small FAQ about Python CVS and patches at SourceForge |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Andrew M. Kuchling | Use PyObject_AsFileDescriptor |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Andrew M. Kuchling | Document PyObject_AsFileDescriptor |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Andrew M. Kuchling | Added PyObject_AsFileDescriptor, which checks for integ... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Peter Schneider... | ANSI-fication (got lost in the deep seas of source... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Jeremy Hylton | fix PyXXX_Length macros as suggested by Fred |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Guido van Rossum | Patch by Toby Dickenson, mentored by Mark Hammond,... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Eric S. Raymond | Apply Greg Kochanski's fix for open/265. |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Eric S. Raymond | Fix bug open/243 reported by Dimitri Papadopoulos |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Peter Schneider... | just fixing the indentation |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Peter Schneider... | raise error on duplicate function arguments |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Fred Drake | Improve the descriptions of expected exceptions for... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Andrew M. Kuchling | From Sam Rushing's Medusa, via SF patch #100858: add... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Skip Montanaro | forgot to change copy.copy(m) to m[:] |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Vladimir Marangozov | Propagate the current exception in get_inprogress_dict... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Skip Montanaro | deleted obsolete SYMANTEC__CFM68K__ tests |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Skip Montanaro | delete obsolete SYMANTEC__CFM68K__ #ifdefs |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Skip Montanaro | fixed semantics of commonprefix to work by path element... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Jeremy Hylton | replace PyXXX_Length calls with PyXXX_Size calls |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Jeremy Hylton | change abstract size functions PySequence_Size &c. |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Guido van Rossum | Add "exceptions" to list of built-in modules for the... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Guido van Rossum | Add "exceptions" to list of built-in modules for the... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Sjoerd Mullender | Fixed up some ANSIfications. |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Greg Stein | apply patch #100868 from Moshe Zadka: |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Barry Warsaw | debug_instance(): Use the same %p format directive... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Vladimir Marangozov | Second try: checks whether right shift extends the... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Fred Drake | Convert coding style to be internally consistent and... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Fred Drake | Always use the :funcname part of the format specifier... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Fred Drake | Documentation for the gc module. Text from Neil Scheme... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Tim Peters | Worm around MSVC6 error on single string literal >... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Andrew M. Kuchling | Remove extra argument to method call |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Vladimir Marangozov | Checks whether right shift extends the sign bit. |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Vladimir Marangozov | Checks whether right shift extends the sign bit. |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Andrew M. Kuchling | Fix typo in error message |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Eric S. Raymond | Resynchronize the TeX docs with (a) the module docstrin... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Andrew M. Kuchling | Fix bugs in readinst(): |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Andrew M. Kuchling | Patch #100854 from jhylton: eliminate compiler warnings... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Vladimir Marangozov | Fix mixed mallocs: re->re_patbuf.buffer is allocated... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Skip Montanaro | new test for posixpath module |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Skip Montanaro | new test file for posixpath module |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Peter Schneider... | Errare humanum est. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | Got rid of __SC__ ifdefs. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | Include macglue.h for some function prototypes, and... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | Include macglue.h on the macintosh, so function prototy... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | One more include of limits.h (possibly to be moved... |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Jack Jansen | Removed guesstabsize.c, which is obsolete. |
commit | commitdiff | tree | snapshot |
next |