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 |
2000-08-03 |
Barry Warsaw | Added a -l/--leakdebug option which turns on DEBUG_LEAK... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Barry Warsaw | Added output for testsuite for new zip() builtin. |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Barry Warsaw | Added testsuite for new zip() builtin. |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Barry Warsaw | Both PEP 201 Lockstep Iteration and SF patch #101030... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Barry Warsaw | Both PEP 201 Lockstep Iteration and SF patch #101030... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Comment out repeated-group test for the moment |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Use METH_OLDARGS instead of numeric constant 0 in metho... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Added #define for oldest version of argument calling |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Add nasty test case that overflows the stack with a... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Use METH_VARARGS instead of numeric constant 1 in metho... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Andrew M. Kuchling | Use METH_VARARGS instead of numeric constant 1 |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Fred Drake | Rob Hooft <rob@hooft.net>: |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Guido van Rossum | Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Andrew M. Kuchling | Fix for bug #110651 (Jitterbug PR#343): only use the... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Guido van Rossum | Adding a LICENSE file so we can have it in the 1.6... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Added 'wininst' to the 'format_commands' list, so it... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Added 'execute()' method, a thin wrapper around 'util... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Replaced 'execute()' method with a thin wrapper around... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Added the 'execute()' function (moved here from cmd... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Rene Liebscher: fix 'skipping byte-compilation' message... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Latest version from Rene Liebscher; major changes: |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Rene Liebscher: deleted unneeded hard-coded assignments... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Rene Liebscher: factor 'find_executable()' out of ... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Patch from Rene Liebscher. Some ugly changes, but... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Ditched 'abspath()' -- don't need 1.5.1 compatability... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Removed 'export_symbol_file'. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Ditched some debugging prints. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Greg Ward | Patch from Rene Liebscher: generate an /IMPLIB: option... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Greg Ward | Patch from Rene Liebscher, tweaked by me: |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Mark Hammond | As requested by Fred - mention that in the future a... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fredrik Lundh | final 0.9.8 updates: |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Guido van Rossum | My fix to the URL accidentally also switched back to... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fredrik Lundh | -- fixed width calculations for alternations |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Tim Peters | Removed decl of unreferenced vrbl. |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Guido van Rossum | Replace the jitterbug page with the SF Bug Tracker... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Guido van Rossum | Of course, you meant "#if 0" and not "#ifdef 0". :) |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fredrik Lundh | SRE 0.9.8: passes the entire test suite |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fred Drake | Include the dependence of sysmodule on the patchlevel... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Jeremy Hylton | add support for HTTPS |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Peter Schneider... | Guido said this is food for the beta-testers<wink> |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Guido van Rossum | somehow the 'Total Keys=1' disappears. No other changes. |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Fredrik Lundh | -- SRE 0.9.8: now that the bug is fixed, I might as... |
commit | commitdiff | tree | snapshot |
next |