2000-09-01 |
Guido van Rossum | Moodules -> Modules. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Guido van Rossum | Add parens suggested by gcc -Wall. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Tim Peters | Repaired comment. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Guido van Rossum | Set the recursion limit to 1000 -- 2500 was not enough... |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Greg Ward | Rene Liebscher/Thomas Heller: |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Greg Ward | Rene Liebscher: |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Greg Ward | Rene Liebscher: comment fixes. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Greg Ward | Rene Liebscher: hack '_init_posix()' to handle the... |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Greg Ward | Bump version to 0.9.2. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Greg Ward | Added 'run_setup()' to allow outsiders to run a setup... |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Tim Peters | Supply missing prototypes for new Py_{Get,Set}Recursion... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Barry Warsaw | GNUTranslations._parse(): Fix portability problems... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fredrik Lundh | closes bug #112468 (and all the other bugs that surface... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Fix BeOS check in the libainstall target; noted by... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Minor adjustment to Setup.in message, based on comment... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Guido van Rossum | After rerunning autoheader, two symbols (HAVE__GETPTY... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Test case to exercise fix for error propogation bug... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Fix markup error and minor consistency nit. |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Slight performance hack that also avoids requiring... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Jeremy Hylton | script that reports a fairly safe recursionlimit for... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Jeremy Hylton | add user-modifiable recursion_limit |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Clear errors raised by PyObject_Compare() without losin... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Jeremy Hylton | This module has a poor name, since it can be used under... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Jeremy Hylton | patch #101733: fix glitch in FreeBSD conf |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Document the limitation that urllib does not work with... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | If Setup is older than Setup.in, issue a bold warning... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Vladimir Marangozov | Remove obsolete --with(out)-readline configure option |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Greg Ward | Added abstract. |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Skip Montanaro <skip@mojam.com>: |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Skip Montanaro <skip@mojam.com>: |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Jeremy Hylton | fixes bug #111951 |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Update some version information for tools based on... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | _PySys_Init(): When setting up sys.version_info, use... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Jeremy Hylton | apply patch #101362 by Vladimir Marangozov |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Greg Ward | Get rid of "sec:" prefix that slipped into a couple... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Barry Warsaw | GNUTranslations.BE_MAGIC: don't be so clever in calcula... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Sjoerd Mullender | New method getnamespace. |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Be a little more careful to avoid including style infor... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Always room to remove more formatting from the HTML! |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Thomas Wouters | Fix grouping: this is how I intended it, misguided... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Move common parameters to mkhowto to a variable, add... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Add --up-link and --up-title parameters to allow linkin... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Push some table header formatting to the style sheet... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Remove obsolete scripts. |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Add --l2h-init option, which can augment the standard... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Centralize the processing logic for LaTeX documents... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Relocate the popen2 documentation since it is now subst... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | PyOS_CheckStack(): Better ANSI'fy this while we're... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Document PyOS_CheckStack(). |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Add a comment explaining the return value of PyOS_Check... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Peter Schneider-Kamp <nowonder@nowonder.de>: |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Removed compiler warning about wanting explicit groupin... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Added a little more dependency information. |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Added prototype for PyToken_ThreeChars(), to remove... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Added note about documenting the SSL support in the... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Fred Drake | Remove one compiler warning found with -Wstrict-prototypes. |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Jeremy Hylton | tg@freebsd.org |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Greg Ward | Add /GX to 'compile_options'. This is definitely neede... |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Skip Montanaro | adds support for --with-pydebug configure option |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Paul Prescod | Better error message with UnboundLocalError |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Greg Ward | Add ".cxx" to the list of known C++ extensions. |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Greg Ward | Added docstring for 'wrap()' function. |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Guido van Rossum | PyOS_CheckStack() returns 1 when failing, not -1. |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Fred Drake | Push a little more here to avoid style information... |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Fred Drake | Remove the reference to stdwin. The comment was still... |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Skip Montanaro | doc changes to parallel changes to calendar.py module |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Skip Montanaro | patches from David Goodger. Closes patch 101085. |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Andrew M. Kuchling | Fix markup error |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Fred Drake | Markup revisions. Nothing was actually required to... |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Barry Warsaw | Expand the test suite to test both the GNU gettext... |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Fred Drake | Added a couple of links to online documentation. Reaso... |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Barry Warsaw | Added James Henstridge |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Barry Warsaw | Finalize this module for Python 2.0 based on feedback... |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Barry Warsaw | Oops, spell MAL's name right. |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Barry Warsaw | Documentation for the gettext module. |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Barry Warsaw | Added libgettext.tex |
commit | commitdiff | tree | snapshot |
2000-08-30 |
Andrew M. Kuchling | Removed forgotten text in list comprehensions section... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Fred Drake | Move a little more here. |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Guido van Rossum | Various tweaks and improvements by Thomas Wouters ... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Fred Drake | Add a --style option to allow specifying an alternate... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Andrew M. Kuchling | Fix for two problems on FreeBSD: |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Fred Drake | Add a comment noting that the dependency information... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Guido van Rossum | Some cleanup for FreeBSD. This gets rid of version... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Guido van Rossum | "tg@FreeBSD.org" writes: |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Guido van Rossum | Add support for FreeBSD-[45]. |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Guido van Rossum | Patch by tg@FreeBSD.org to try /var/tmp first. |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Fred Drake | These files are not part of the current plan. |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Barry Warsaw | Document "print >> None" |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Barry Warsaw | Added tests of "print >> None" |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Barry Warsaw | eval_code2(): Guido provides this patch for his suggest... |
commit | commitdiff | tree | snapshot |
2000-08-29 |
Greg Ward | Added 'script_name' and 'script_args' instance attribut... |
commit | commitdiff | tree | snapshot |
2000-08-28 |
Fred Drake | Added os.popen2() and os.popen3() for non-Windows platf... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Fredrik Lundh | oops. accidentally reintroduced a memory leak. put... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Fredrik Lundh | don't mistake memory errors (including reaching the... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Greg Ward | Fix line-endings. |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Thomas Wouters | Replace the run-time 'future-bytecode-stream-inspection... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Tim Peters | Hard to believe Guido compiled this! Function lacked... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Thomas Wouters | Re-allow 'import mod.submod as s', and change its meani... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Tim Peters | The new PyEval_ReInitThreads wasn't declared in ceval... |
commit | commitdiff | tree | snapshot |
next |