| Commit message (Expand) | Author | Age | Files | Lines |
* | Unparenting BZ2File, as discussed in SF patch #661796. | Gustavo Niemeyer | 2003-02-11 | 1 | -2/+0 |
|
|
* | Fix so it compiles at least. | Michael W. Hudson | 2003-02-11 | 1 | -1/+1 |
|
|
* | Remove erroneous period. | Michael W. Hudson | 2003-02-10 | 1 | -1/+1 |
|
|
* | C Code: | Raymond Hettinger | 2003-02-09 | 1 | -66/+84 |
|
|
* | Comparison for timedelta, time, date and datetime objects: __eq__ and | Tim Peters | 2003-02-07 | 1 | -1/+19 |
|
|
* | SF bug #681003: itertools issues | Raymond Hettinger | 2003-02-07 | 1 | -0/+4 |
|
|
* | Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS X | Neal Norwitz | 2003-02-07 | 1 | -1/+7 |
|
|
* | Update doc to reflect code changes for obsoleting use_statcache parameter | Neal Norwitz | 2003-02-06 | 1 | -8/+3 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2003-02-06 | 1 | -2/+2 |
|
|
* | Fix description of filterwarnings() parameters (error noted by Richard Jones at | Andrew M. Kuchling | 2003-02-06 | 1 | -4/+5 |
|
|
* | Provide version changed info | Neal Norwitz | 2003-02-06 | 1 | -0/+1 |
|
|
* | Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out | Anthony Baxter | 2003-02-06 | 1 | -5/+11 |
|
|
* | Markup fixes; in particular, the tables are now reasonable width | Andrew M. Kuchling | 2003-02-05 | 1 | -104/+117 |
|
|
* | supports_unicode_filenames was not in the right location. | Fred Drake | 2003-02-04 | 1 | -7/+8 |
|
|
* | Update to better reflect the usage of struct_time instances throughout; | Fred Drake | 2003-02-04 | 1 | -24/+28 |
|
|
* | Bug #678077: Suggest alternative to os.getlogin() | Andrew M. Kuchling | 2003-02-03 | 1 | -1/+3 |
|
|
* | Move itertools module from the sandbox and into production. | Raymond Hettinger | 2003-02-01 | 2 | -0/+326 |
|
|
* | Change the treatment of positions returned by PEP293 | Walter Dörwald | 2003-01-31 | 2 | -6/+17 |
|
|
* | SF bug #671447: StringIO doc doesn't say it's sometimes read-only. | Raymond Hettinger | 2003-01-31 | 1 | -0/+5 |
|
|
* | Fix markup error. | Fred Drake | 2003-01-30 | 1 | -1/+1 |
|
|
* | Author markup: Andrew got to it first | Raymond Hettinger | 2003-01-30 | 1 | -1/+0 |
|
|
* | Move a footnote to the end of the sentence, so the note mark won't | Fred Drake | 2003-01-29 | 1 | -3/+4 |
|
|
* | More markup changes for consistency. | Fred Drake | 2003-01-28 | 1 | -14/+14 |
|
|
* | Various minor markup adjustments. | Fred Drake | 2003-01-28 | 1 | -16/+25 |
|
|
* | Adjust some of Skip's latest changes slightly; these really are things | Fred Drake | 2003-01-27 | 1 | -5/+13 |
|
|
* | * add \versionadded{} strings as appropriate | Skip Montanaro | 2003-01-27 | 1 | -5/+23 |
|
|
* | Fix minor typos. | Raymond Hettinger | 2003-01-25 | 1 | -6/+6 |
|
|
* | SF #638299, LaTeX documentation for logging package | Neal Norwitz | 2003-01-25 | 1 | -884/+846 |
|
|
* | Fix markup | Neal Norwitz | 2003-01-25 | 1 | -1/+1 |
|
|
* | date and datetime comparison: when we don't know how to | Tim Peters | 2003-01-24 | 1 | -0/+16 |
|
|
* | Fred drives and fixes a formatting nit. | Barry Warsaw | 2003-01-24 | 1 | -2/+2 |
|
|
* | SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). | Tim Peters | 2003-01-23 | 1 | -10/+19 |
|
|
* | Reimplemented datetime.now() to be useful. | Tim Peters | 2003-01-23 | 1 | -8/+14 |
|
|
* | "Premature" doc changes, for new astimezone() rules, and the new | Tim Peters | 2003-01-22 | 2 | -57/+161 |
|
|
* | SF bug 671779: Error in tzinfo.dst() docs | Tim Peters | 2003-01-21 | 1 | -2/+2 |
|
|
* | more tweaks | Skip Montanaro | 2003-01-21 | 1 | -13/+16 |
|
|
* | * document open() function | Skip Montanaro | 2003-01-21 | 1 | -27/+41 |
|
|
* | New rule for tzinfo subclasses handling both standard and daylight time: | Tim Peters | 2003-01-20 | 2 | -32/+38 |
|
|
* | SF patch #670423: Add missing identity tests to operator.c | Raymond Hettinger | 2003-01-18 | 1 | -1/+9 |
|
|
* | Fix a couple of markup errors. | Fred Drake | 2003-01-17 | 1 | -3/+3 |
|
|
* | reference the os module and the lock flags in the os.open() function. | Skip Montanaro | 2003-01-15 | 1 | -0/+8 |
|
|
* | Document that __cmp__() is not defined for sets. | Raymond Hettinger | 2003-01-15 | 1 | -3/+12 |
|
|
* | Patch #661719: Expose compilation errors as exceptions on request. | Martin v. Löwis | 2003-01-15 | 1 | -2/+7 |
|
|
* | Patch #473586: Implement CGIXMLRPCRequestHandler. | Martin v. Löwis | 2003-01-15 | 1 | -16/+103 |
|
|
* | SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and | Raymond Hettinger | 2003-01-13 | 1 | -1/+4 |
|
|
* | Try to make a sentance more readable. | Neal Norwitz | 2003-01-12 | 1 | -1/+1 |
|
|
* | SF #665570, curses causes interpreter crash | Neal Norwitz | 2003-01-12 | 1 | -1/+2 |
|
|
* | Minor correction and clarification. | Fred Drake | 2003-01-11 | 1 | -1/+3 |
|
|
* | Remove extra 'types' | Neal Norwitz | 2003-01-10 | 1 | -3/+3 |
|
|
* | SF bug #652888: bad documentation for the "type" builtin | Raymond Hettinger | 2003-01-10 | 1 | -6/+22 |
|
|