| Commit message (Expand) | Author | Age | Files | Lines |
* | SF bug 661086: datetime.today() truncates microseconds. | Tim Peters | 2003-01-02 | 1 | -7/+16 |
|
|
* | Update the copyright year. | Guido van Rossum | 2003-01-02 | 2 | -2/+2 |
|
|
* | Another copyright update. (JvR: can you backport this to the 2.3a1 | Guido van Rossum | 2003-01-02 | 1 | -1/+1 |
|
|
* | SF bug 660795: logging missing from Python 2.3a1 for Windows. | Tim Peters | 2003-01-02 | 2 | -2/+13 |
|
|
* | Add some version info for new methods and class | Neal Norwitz | 2003-01-02 | 1 | -0/+3 |
|
|
* | SF #660795 | Neal Norwitz | 2003-01-02 | 2 | -0/+975 |
|
|
* | Fix an example | Andrew M. Kuchling | 2003-01-02 | 1 | -2/+1 |
|
|
* | Replaced imp.set_frozenmodules() cruft with proper zipimport support. | Just van Rossum | 2003-01-02 | 1 | -43/+42 |
|
|
* | Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in | Just van Rossum | 2003-01-02 | 2 | -5/+6 |
|
|
* | EMX fork() emulation not good enough to cope with test_socketserver | Andrew MacIntyre | 2003-01-02 | 1 | -2/+2 |
|
|
* | OS/2 sockets do not support AF_UNIX, even though EMX headers define it | Andrew MacIntyre | 2003-01-02 | 1 | -4/+4 |
|
|
* | catch up with zipimport changes to std getpathp.c | Andrew MacIntyre | 2003-01-02 | 1 | -3/+25 |
|
|
* | bring structure closer to std config.c, whitespace normalisation | Andrew MacIntyre | 2003-01-02 | 1 | -30/+44 |
|
|
* | fix a merge mistake - readline not built by default | Andrew MacIntyre | 2003-01-02 | 1 | -1/+1 |
|
|
* | - documented Ellipsis, NotImplemented | Fred Drake | 2003-01-02 | 1 | -9/+20 |
|
|
* | Add dependency info for the recently added lib/libconsts.tex. | Fred Drake | 2003-01-02 | 1 | -0/+1 |
|
|
* | Document that apply() is deprecated. See: | Fred Drake | 2003-01-02 | 1 | -0/+3 |
|
|
* | Completed astimezone's correctness proof. That doesn't mean it's | Tim Peters | 2003-01-02 | 1 | -4/+51 |
|
|
* | Clearing out old patch queue. Patch #558547, make SocketServer more | Anthony Baxter | 2003-01-02 | 1 | -1/+2 |
|
|
* | Add byext.py | Guido van Rossum | 2003-01-02 | 1 | -0/+1 |
|
|
* | A quicker astimezone() implementation, rehabilitating an earlier | Tim Peters | 2003-01-01 | 3 | -71/+199 |
|
|
* | mention built-in constants. | Skip Montanaro | 2003-01-01 | 1 | -2/+4 |
|
|
* | process libconsts.tex | Skip Montanaro | 2003-01-01 | 1 | -0/+1 |
|
|
* | new section - builtin constants | Skip Montanaro | 2003-01-01 | 1 | -0/+20 |
|
|
* | add find-uname.py | Skip Montanaro | 2003-01-01 | 1 | -0/+1 |
|
|
* | Search for Unicode character names using regular expressions. | Skip Montanaro | 2003-01-01 | 1 | -0/+40 |
|
|
* | Split OPT make variable into OPT and BASECFLAGS. The latter contains those | Skip Montanaro | 2003-01-01 | 5 | -1452/+748 |
|
|
* | Move _PyInt_Init() into pythonrun.h, since all the other _Init() | Neal Norwitz | 2003-01-01 | 2 | -1/+1 |
|
|
* | Revert last change -- test works on HPUX again after Martin's checkin | Neal Norwitz | 2003-01-01 | 1 | -3/+2 |
|
|
* | Silly little script to print statistics (files, lines, words) by | Guido van Rossum | 2003-01-01 | 1 | -0/+116 |
|
|
* | Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term... | Martin v. Löwis | 2003-01-01 | 7 | -7/+98 |
|
|
* | Revert merge from 2.3 alpha 1 release branch; the change does not | Fred Drake | 2003-01-01 | 1 | -1/+1 |
|
|
* | datetimetz_astimezone(): Speed optimizations -- although I'd rather | Tim Peters | 2003-01-01 | 1 | -32/+38 |
|
|
* | The failure of the last-second addition to the timezone coversion test is | Tim Peters | 2003-01-01 | 1 | -4/+12 |
|
|
* | Merging in changes from r23a1-branch. Doc/makefile had conflicts, which | Tim Peters | 2003-01-01 | 2 | -1/+7 |
|
|
* | More installation info. Bump alpha version. | Kurt B. Kaiser | 2003-01-01 | 2 | -7/+11 |
|
|
* | Debugger was tracing through rpc.py when IDLEfork was not started | Kurt B. Kaiser | 2003-01-01 | 1 | -21/+19 |
|
|
* | Improve exception handling. | Kurt B. Kaiser | 2002-12-31 | 3 | -6/+6 |
|
|
* | Try to get compilation working for cygwin | Neal Norwitz | 2002-12-31 | 1 | -3/+6 |
|
|
* | Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch | Jason Tishler | 2002-12-31 | 2 | -13/+19 |
|
|
* | The trunk is (nominally) post-alpha. | Fred Drake | 2002-12-31 | 2 | -2/+2 |
|
|
* | Merge to trunk from release branch: | Guido van Rossum | 2002-12-31 | 1 | -0/+1 |
|
|
* | Make two tests non-locale-dependent | Barry Warsaw | 2002-12-31 | 1 | -2/+2 |
|
|
* | Results of a rewrite pass | Andrew M. Kuchling | 2002-12-31 | 1 | -258/+251 |
|
|
* | - use classdesc where we can (for better indexing) | Fred Drake | 2002-12-31 | 1 | -35/+42 |
|
|
* | Replace all but one explicit emit('SET_LINENO') with call to set_lineno(). | Jeremy Hylton | 2002-12-31 | 1 | -8/+2 |
|
|
* | Don't let the docstring end up in __main__.__doc__ | Tony Lownds | 2002-12-31 | 1 | -14/+14 |
|
|
* | test01_close_dbenv_before_db(): Added an XXX comment that this test is | Barry Warsaw | 2002-12-31 | 1 | -0/+2 |
|
|
* | Comment out test, since it hangs on HPUX, still investigating | Neal Norwitz | 2002-12-31 | 1 | -2/+3 |
|
|
* | SF patch [ 597919 ] compiler package and SET_LINENO | Jeremy Hylton | 2002-12-31 | 6 | -50/+79 |
|
|