2004-07-09 |
Raymond Hettinger | * balance the left/right search for getitem. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Skip Montanaro | show how easy it is to manipulate individual columns... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Marc-André... | .encode()/.decode() patch part 2. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Marc-André... | Allow string and unicode return types from .encode... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Walter Dörwald | Add another bunch of test cases for calendars with... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Michael W.... | PyThreadState_Swap(NULL) didn't do what I thought it... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.4a1 |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Vinay Sajip | Add exception handling for BaseRotatingFileHandler... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Vinay Sajip | FileHandler now stores the basename as an absolute... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Raymond Hettinger | Fix markup and nits. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Raymond Hettinger | Fix markup, typos, and nits. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Anthony Baxter | dont think it's still being used, but just in case |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Martin v. Löwis | Bump build number to 54 for 2.4.0a1 |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Anthony Baxter | 2.4a1 |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Anthony Baxter | release dates |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Anthony Baxter | license updates for 2.4 (cleared with tim, on behalf... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Fred Drake | bump the version number for 2.4a1 |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Fred Drake | Deal with macros that have to be replaced with simple... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Neal Norwitz | Exercise xrange a bit |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Neal Norwitz | Exercise some error conditions |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Neal Norwitz | Fix a couple of signed/unsigned comparison warnings |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Neal Norwitz | Pass the flags along, rather than ignoring them. Backp... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Neal Norwitz | Remove unused macros in .c files |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Neal Norwitz | SF bug #978308, Spurious errors taking bool of dead pro |
commit | commitdiff | tree | snapshot |
2004-07-08 |
Raymond Hettinger | Tim gets his default traps. |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Tim Peters | "#if WITH_THREAD" is incorrect; must be #ifdef instead... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Michael W.... | This closes patch: |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Vinay Sajip | Replaced some tabs with spaces in verbatim section. |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Andrew M. Kuchling | [Bug #982806] The default argument for opening GDBM... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Andrew M. Kuchling | [Bug #925107] Make .readline() consider self.stop.... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Andrew MacIntyre | OS/2 EMX needs addrinfo.h for code included from getadd... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Andrew MacIntyre | bring OS/2 EMX port build environment up to date |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Andrew M. Kuchling | [Bug #984017] Incorrect prototype, fixed by Timothy... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Andrew M. Kuchling | Add logging changes |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Andrew M. Kuchling | For readable() objects, the previous value of 'flags... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Thomas Heller | Remove the annoing and useless messagebox asking about... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Tim Peters | Made the explanation more accurate; trimmed trailing... |
commit | commitdiff | tree | snapshot |
2004-07-07 |
Tim Peters | Typo repair. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Skip Montanaro | whitespace normalization |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Thomas Heller | Fix SF#983164. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Guido van Rossum | Add msg for bug #981530 (shutil.rmtree). Somehow that... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Barry Warsaw | testGetServBy(): Use services that should be available... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Raymond Hettinger | * Fix missing return after error message is set. |
commit | commitdiff | tree | snapshot |
2004-07-06 |
Raymond Hettinger | Demonstrate how to round final result. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Raymond Hettinger | * Add __eq__ and __ne__ so that things like list.index... |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Raymond Hettinger | Expand examples to show polymorphism |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Raymond Hettinger | Simplify examples. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Raymond Hettinger | Doc tested the recipes. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Raymond Hettinger | Test the logic for int(d). |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Raymond Hettinger | * Update the todo list. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Raymond Hettinger | * Added missing info on construction from a tuple. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Raymond Hettinger | Add decimal docs to the core. |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Raymond Hettinger | * Fixup docstrings |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Andrew M. Kuchling | Various edits |
commit | commitdiff | tree | snapshot |
2004-07-05 |
Andrew M. Kuchling | Various edits |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Andrew M. Kuchling | Bump version #; write introductory para |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Andrew M. Kuchling | More additions |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Raymond Hettinger | Changed the rounding constant values to match their... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Nicholas Bastin | Textual change to make the doc reflect reality |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Raymond Hettinger | Fix clear_flags(). Make a readable (not evalable)... |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Andrew M. Kuchling | Write another section |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Andrew M. Kuchling | Rewrite two sections |
commit | commitdiff | tree | snapshot |
2004-07-04 |
Kurt B. Kaiser | Redirect the warning stream to the shell during the... |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Raymond Hettinger | Namespace cleanups: |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Raymond Hettinger | * Make the tests independent of the default precision. |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Vinay Sajip | Refactored RotatingFileHandler to create a base class... |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Vinay Sajip | Changed basicConfig() to add keyword arguments. Changes... |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Vinay Sajip | Moved example section up to just after the section... |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Raymond Hettinger | Work through several open todos: |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Brett Cannon | Clarify last added comment (bug #754449). |
commit | commitdiff | tree | snapshot |
2004-07-03 |
Brett Cannon | threading.Thread objects will now print a traceback... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Mark Hammond | Patch [ 983775 ] Allow bdist_wininst to install for... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Walter Dörwald | Add tests that check the result of calendar.monthcalend... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Fred Drake | Make weak references subclassable: |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Thomas Heller | Update info about the windows build. |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Thomas Heller | SF #951851 fixed. |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Thomas Heller | When importing an extension on Windows, the code reads... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Thomas Heller | Fix for SF 982215: bdist_wininst - Next button not... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Raymond Hettinger | SF Bug #215126: Over restricted type checking on eval... |
commit | commitdiff | tree | snapshot |
2004-07-02 |
Skip Montanaro | add cp866 row |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Brett Cannon | Change signatures for arguments to "s" and friends... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Fred Drake | Committing Tim's patch for SF bug #983585: |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Walter Dörwald | Document that encode() and decode() raise UnicodeError |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Skip Montanaro | link to the codecs page from the "".encode() description. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Michael W.... | Fix |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Fred Drake | fix small consistency nit |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Fred Drake | add omitted markup |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Raymond Hettinger | * Fix typos. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Raymond Hettinger | Move Decimal from the sandbox into production. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Raymond Hettinger | Move Decimal from the sandbox into production. |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Raymond Hettinger | Move Decimal from the sandbox into production. |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Skip Montanaro | use file() in preference to open() |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Michael W.... | tyop |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Michael W.... | restore NEWS entry for 957240 |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Michael W.... | Check in the updated version of patch #957240, which... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Fred Drake | fix handling when a proper getopt(1) is available;... |
commit | commitdiff | tree | snapshot |
next |