summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF bug 661086: datetime.today() truncates microseconds.Tim Peters2003-01-021-7/+16
* Update the copyright year.Guido van Rossum2003-01-022-2/+2
* Another copyright update. (JvR: can you backport this to the 2.3a1Guido van Rossum2003-01-021-1/+1
* SF bug 660795: logging missing from Python 2.3a1 for Windows.Tim Peters2003-01-022-2/+13
* Add some version info for new methods and classNeal Norwitz2003-01-021-0/+3
* SF #660795Neal Norwitz2003-01-022-0/+975
* Fix an exampleAndrew M. Kuchling2003-01-021-2/+1
* Replaced imp.set_frozenmodules() cruft with proper zipimport support.Just van Rossum2003-01-021-43/+42
* Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident inJust van Rossum2003-01-022-5/+6
* EMX fork() emulation not good enough to cope with test_socketserverAndrew MacIntyre2003-01-021-2/+2
* OS/2 sockets do not support AF_UNIX, even though EMX headers define itAndrew MacIntyre2003-01-021-4/+4
* catch up with zipimport changes to std getpathp.cAndrew MacIntyre2003-01-021-3/+25
* bring structure closer to std config.c, whitespace normalisationAndrew MacIntyre2003-01-021-30/+44
* fix a merge mistake - readline not built by defaultAndrew MacIntyre2003-01-021-1/+1
* - documented Ellipsis, NotImplementedFred Drake2003-01-021-9/+20
* Add dependency info for the recently added lib/libconsts.tex.Fred Drake2003-01-021-0/+1
* Document that apply() is deprecated. See:Fred Drake2003-01-021-0/+3
* Completed astimezone's correctness proof. That doesn't mean it'sTim Peters2003-01-021-4/+51
* Clearing out old patch queue. Patch #558547, make SocketServer moreAnthony Baxter2003-01-021-1/+2
* Add byext.pyGuido van Rossum2003-01-021-0/+1
* A quicker astimezone() implementation, rehabilitating an earlierTim Peters2003-01-013-71/+199
* mention built-in constants.Skip Montanaro2003-01-011-2/+4
* process libconsts.texSkip Montanaro2003-01-011-0/+1
* new section - builtin constantsSkip Montanaro2003-01-011-0/+20
* add find-uname.pySkip Montanaro2003-01-011-0/+1
* Search for Unicode character names using regular expressions.Skip Montanaro2003-01-011-0/+40
* Split OPT make variable into OPT and BASECFLAGS. The latter contains thoseSkip Montanaro2003-01-015-1452/+748
* Move _PyInt_Init() into pythonrun.h, since all the other _Init()Neal Norwitz2003-01-012-1/+1
* Revert last change -- test works on HPUX again after Martin's checkinNeal Norwitz2003-01-011-3/+2
* Silly little script to print statistics (files, lines, words) byGuido van Rossum2003-01-011-0/+116
* Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term...Martin v. Löwis2003-01-017-7/+98
* Revert merge from 2.3 alpha 1 release branch; the change does notFred Drake2003-01-011-1/+1
* datetimetz_astimezone(): Speed optimizations -- although I'd ratherTim Peters2003-01-011-32/+38
* The failure of the last-second addition to the timezone coversion test isTim Peters2003-01-011-4/+12
* Merging in changes from r23a1-branch. Doc/makefile had conflicts, whichTim Peters2003-01-012-1/+7
* More installation info. Bump alpha version.Kurt B. Kaiser2003-01-012-7/+11
* Debugger was tracing through rpc.py when IDLEfork was not startedKurt B. Kaiser2003-01-011-21/+19
* Improve exception handling.Kurt B. Kaiser2002-12-313-6/+6
* Try to get compilation working for cygwinNeal Norwitz2002-12-311-3/+6
* Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patchJason Tishler2002-12-312-13/+19
* The trunk is (nominally) post-alpha.Fred Drake2002-12-312-2/+2
* Merge to trunk from release branch:Guido van Rossum2002-12-311-0/+1
* Make two tests non-locale-dependentBarry Warsaw2002-12-311-2/+2
* Results of a rewrite passAndrew M. Kuchling2002-12-311-258/+251
* - use classdesc where we can (for better indexing)Fred Drake2002-12-311-35/+42
* Replace all but one explicit emit('SET_LINENO') with call to set_lineno().Jeremy Hylton2002-12-311-8/+2
* Don't let the docstring end up in __main__.__doc__Tony Lownds2002-12-311-14/+14
* test01_close_dbenv_before_db(): Added an XXX comment that this test isBarry Warsaw2002-12-311-0/+2
* Comment out test, since it hangs on HPUX, still investigatingNeal Norwitz2002-12-311-2/+3
* SF patch [ 597919 ] compiler package and SET_LINENOJeremy Hylton2002-12-316-50/+79