2000-07-01 |
Tim Peters | Update for 2.0b1. Also add more text, to be more expli... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Change copyright notice - 2nd try. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Change copyright notice. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Thomas Wouters <thomas@xs4all.net>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Fix another error on AIX by using a proper cast. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Fix an error on AIX by using a proper cast. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Crude way to fix a problem on AIX: #undef STAT before... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | - fixed code generation error in multiline mode |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Only include <basetsd.h> for VC 6.0 and higher. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | replaced <some suitable mail address> with something... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | -- changed $ to match before a trailing newline, even |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | As Neil Schemenauer points out, WITH_CYCLE_GC should... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Ooops! I didn't finish all the renaming needed here... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Add back a missing CRLF line ending. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | s/REGENTS/COPYRIGHT HOLDERS/ followed by paragraph... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Output for test_winreg2. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Greg Ward | Simplify the registry-module-finding code: _winreg... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Paul Prescod <paul@prescod.net>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Line-wrap and properly indent a couple of docstrings. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Ignore the generated api.tex. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | The new copyright / license. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | - reverted to "\x is binary byte" |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Small grammatical correction from Frank Stajano. Added... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Try to make sure \code always uses roman (non-italic... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | [*** Not tested as I don't have Windows running right... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Jeremy Hylton | add note about what happened to Python 1.6 |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Barry Warsaw | Document --with-thread as deprecated. This gets rid... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Skip Montanaro | * added a randomize flag and corresponding -r command... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Switch to sre for regular expression matching (the... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Barry Warsaw | Enable the garbage collection module by default. ... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Trent Mick <trentm@activestate.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Trent Mick <trentm@activestate.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | the usual |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Barry Warsaw | Setup.thread.in was misnamed so it has been replaced by |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Barry Warsaw | Add Setup.config |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Update version numbering from 1.6 to 2.0. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Barry Warsaw | Removed the comment about the thread module. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Barry Warsaw | Setup.thread => Setup.config |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Barry Warsaw | Added #undef of WITH_CYCLE_GC for autoconf's delight. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Update authors email address and corporate affiliation. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Uncomment some additions from Vladimir pertinent to... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Mark Hammond | Python's .lib is now named Python20.lib |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Martin von Löwis <loewis@informatik.hu-berlin.de>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Update the release number & date, Guido's employer. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Document randrange(). |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Fix an icon width; a "32" became a "3" somehow, and... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Jeremy Hylton | remove all prints (since the prints where of memory... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Trent Mick <trentm@activestate.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Oops. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Poke and hope for Tcl version: now settable through... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Jeremy Hylton | add gcmodule |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Change the include etc paths to Tcl 8.3.1. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Move Wise install dir consistently to C:\Wise. Don... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Poke and hope for Tim... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | More 2.0 stuff -- fix workspace, remove 1.6 files |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | the mad patcher strikes again: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Trivial commit to test Windows CVS capabilities. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Andrew M. Kuchling | Credit /F in a few places |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | - fixed lookahead assertions (#10, #11, #12) |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Marc-André... | New test for the ucnhash module. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Marc-André... | Marc-Andre Lemburg <mal@lemburg.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | - added support for (?P=name) |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Tim Peters | Making a tiny change to figure out what I'm going to... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | - pedantic: make sure "python -t" doesn't complain... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | - fixed default value handling in group/groupdict |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Skip Montanaro | Describe a bit about writing test cases for Python... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Jeremy Hylton | final patches from Neil Schemenauer for garbage collection |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Jeremy Hylton | replace constant 1 with symbolic constant METH_VARARGS |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Jeremy Hylton | another typo caught by Rob Hooft |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Jeremy Hylton | penultimate phase of Neil Schemenauer's GC patches |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Change description of altzone to not refer to the ... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Say "manual page", not "man page", when referring to... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Add a comment about needing to change a #include if... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Make sure to note that this module was added for Python... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Reflect the name change to _winreg; we still need docum... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Update Python version numbers from 1.6 to 2.0 where... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Greg Ward | Bump version to 0.9. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Bump version to 2.0. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fred Drake | Trent Mick <trentm@activestate.com>: |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Somehow this had HAVE_SYS_SOCKET_H twice. Once is... |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Guido van Rossum | Patch by Nadav Horesh to make acosh and asinh better. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Andrew M. Kuchling | Finished the GC section. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Andrew M. Kuchling | Document recently-added mouse-related functions |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Fredrik Lundh | - fixed split behaviour on empty matches |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Greg Ward | Allow 2.0 on the list of target versions. NB. this... |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Fredrik Lundh | still trying to figure out how to fix the remaining |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Greg Ward | Don't try to guess the name of a .def file -- if one... |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Greg Ward | On second thought, first try for _winreg, and then... |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Fred Drake | Removed --l2h-config option; it introduced unnecessary... |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Greg Ward | Changed to use _winreg module instead of winreg. |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Greg Ward | Cleaned up and reformatted by Rene Liebscher. |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Guido van Rossum | Bump version to 2.0. |
commit | commitdiff | tree | snapshot |
next |