2000-08-11 |
Fred Drake | do_env_cfuncdesc(): Push as much of the generated... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Fred Drake | getopt(): revise description of long_options parameter... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Trent Mick | Add largefile support for Linux64 and WIn64. Add test_l... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Fred Drake | Added material about documenting packages, so that... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Fred Drake | Include the document dependencies earlier so that docum... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Fred Drake | Markup errors: \cfuntion -> \cfunction |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Fred Drake | ANY becomes void, to reflect the requirement for ANSI C. |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Fred Drake | Add support for FreeBSD --rpath linker option; this... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Vladimir Marangozov | #include reordering so that extern "C" does not interfe... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Marc-André... | Added #fndef's to avoid compiler errors. |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Sjoerd Mullender | Use built in function filter instead of doing it labori... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Vladimir Marangozov | Fix missing decrements of the recursive counter in... |
commit | commitdiff | tree | snapshot |
2000-08-10 |
Fred Drake | Clean up compiler warning exposed by GCC's -Wall option... |
commit | commitdiff | tree | snapshot |
2000-08-10 |
Peter Schneider... | add better algorithm to get fully qualified domain... |
commit | commitdiff | tree | snapshot |
2000-08-10 |
Peter Schneider... | remove all occurence of math.rint() from the sources |
commit | commitdiff | tree | snapshot |
2000-08-10 |
Guido van Rossum | Improve MHMailbox: messages are now sorted in numerical... |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Eric S. Raymond | More on noutrefresh. |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Eric S. Raymond | Tweak curses.wrapper so it initializes colors if they... |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Fredrik Lundh | -- added a couple of missing Tkinter constants (canvas... |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Fredrik Lundh | -- don't mess up in winfo_visualsavailable if the syste... |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Fredrik Lundh | -- added optional newstate argument to Wm.state. The... |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Fredrik Lundh | -- use explicit conversion instead of u-string literal... |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Fredrik Lundh | -- added xview_moveto, xview_scroll, yview_moveto,... |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Fredrik Lundh | -- untabification (use "diff -b" to verify) |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Fred Drake | Correct markup error. |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Fred Drake | Correct version number at which the curses.ascii module... |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Fred Drake | Fix a few markup errors and lots of small consistency... |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Fred Drake | fix_font(): Handle one more case for the magical first... |
commit | commitdiff | tree | snapshot |
2000-08-09 |
Fredrik Lundh | -- changed findall to return empty strings instead... |
commit | commitdiff | tree | snapshot |
2000-08-08 |
Fredrik Lundh | -- enabled some temporarily disabled RE tests |
commit | commitdiff | tree | snapshot |
2000-08-08 |
Fredrik Lundh | -- whitespace cleanup (real changes coming in next... |
commit | commitdiff | tree | snapshot |
2000-08-08 |
Fredrik Lundh | -- whitespace cleanup (more tests to be added in the... |
commit | commitdiff | tree | snapshot |
2000-08-08 |
Guido van Rossum | Barry's patch to document the new setdefault() method... |
commit | commitdiff | tree | snapshot |
2000-08-08 |
Guido van Rossum | Barry's patch to test the new setdefault() method. |
commit | commitdiff | tree | snapshot |
2000-08-08 |
Guido van Rossum | Barry's patch to implement the new setdefault() method. |
commit | commitdiff | tree | snapshot |
2000-08-08 |
Greg Ward | Fix so 'split_quoted()' handles any whitespace delimite... |
commit | commitdiff | tree | snapshot |
2000-08-08 |
Marc-André... | Removing UTF-16 aware Unicode comparison code. This... |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Jack Jansen | Moved PyOS_StackCheck prototype to pythonrun.h |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Jack Jansen | Added a missing } in the USE_STACKCHECK code. |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Jack Jansen | Added a prototype for PyOS_CheckStack (within #ifdef... |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Fredrik Lundh | -- reset marks if repeat_one tail doesn't match |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Fredrik Lundh | -- from Trent Mick: [Patch #101010] replace use of... |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Guido van Rossum | When returning an error from jcompile() (which is passe... |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Guido van Rossum | Avoid dumping core when PyErr_NormalizeException()... |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Fredrik Lundh | + if USE_STACKCHECK is defined, use PyOS_CheckStack... |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Moshe Zadka | Initialized opcode and oparg to silence a gcc -Wall... |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Greg Ward | Fix so the 'install_libbase' directory -- where .pth... |
commit | commitdiff | tree | snapshot |
2000-08-07 |
Greg Ward | Fix so we clear or reinitialize various data structures... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Vladimir Marangozov | Neil Schemenauer: GC enable(), disable(), isenabled... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Jack Jansen | Project for pyexpat module. |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Jack Jansen | Rewrite of normpath() by Corran Webster, so trailing... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Greg Ward | Wrote the "Describing extension modules" section. |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Thomas Wouters | Cleanup configure.in. Specifically: |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Thomas Wouters | Fix some strange indentation and grammar that have... |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Jack Jansen | Changed H specifier to mean "bitfield", i.e. any value... |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Greg Ward | Fixed imports from '*util' modules to not just import... |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Greg Ward | Drop the 'extend()' function -- old 1.5.1 compatibility... |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Greg Ward | Pragmas that instruct the linker to link against python... |
commit | commitdiff | tree | snapshot |
2000-08-05 |
Greg Ward | A bundle of wording improvements, corrections, clarific... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Moshe Zadka | Removed unnecessary local variable -- gave warning... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Moshe Zadka | Removing warnings by gcc -Wall -- cast ugly || to void. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Jeremy Hylton | add note about compiler directory |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Jeremy Hylton | replace most calls to emit 'SET_LINENO' will call to... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Jeremy Hylton | update my email address |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Moshe Zadka | Removing warnings discovered by gcc -Wall |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Moshe Zadka | Removing warnings found by gcc -Wall |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Moshe Zadka | Oooopsss.....tab and space mismatch corrected. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Guido van Rossum | Add a test that Py_IsInitialized() in Py_InitModule4... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Thomas Wouters | Raise 'TestSkipped' (from the test_support) module... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Moshe Zadka | Raise TestSkipped, not ImportError. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Thomas Wouters | Make test_support.TestSkipped errors work the same... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Moshe Zadka | In case the user isn't allowed to access /dev/dsp or... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Andrew M. Kuchling | Mention Include/my*.h cleanup |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Andrew M. Kuchling | Added zip() builtin |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Thomas Wouters | Add missing 'try:'. Patch by Rob W. W. Hooft, #101071... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Eric S. Raymond | Documented curses.wrapper and curses.textpad. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Eric S. Raymond | Corrected a bug in handling of ^N and ^P with stripspac... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Fred Drake | Remove the outer test for __name__; not necessary. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Tim Peters | Boost buffer sizes in the absence of snprintf on Windows. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Fred Drake | snprintf() is not portable, so continue to use sprintf... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Greg Ward | Added 'debug_print()'. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Greg Ward | Rewrote 'find_library_file()' much more cleanly (and... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Greg Ward | Added 'debug' flag to 'find_library_file()', and change... |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Greg Ward | Added 'debug' flag to 'find_library_file()'. |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Jeremy Hylton | test the non-multipart sections of the cgi module |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fred Drake | Break the "Python Services" chapter into two: "Python... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Jeremy Hylton | Remove very long doc string (it's all in the docs) |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Marc-André... | Added descriptions of the new parser markers for PyArg_... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Jeremy Hylton | Python code coverage tool by Skip Montanaro and Andrew... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Marc-André... | This patch finalizes the move from UTF-8 to a default... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fred Drake | Remove the tp_print handler. |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Greg Stein | add a bit more legal junk |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fred Drake | \py@varvars: Merge the various definitions to be the... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fred Drake | int() description: Fix markup to avoid image generatio... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Moshe Zadka | Checking in empty tests for urlparse, as future place... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fred Drake | do_cmd_moreargs(), |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Guido van Rossum | Remobe beopen/cnri/cwi copyrights, according to CNRI... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Fredrik Lundh | -- added recursion limit (currently ~10,000 levels) |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Guido van Rossum | Changing the CNRI copyright notice according to CNRI... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Barry Warsaw | TESTOPTS: Since gc is enabled by default now (this... |
commit | commitdiff | tree | snapshot |
next |