- f9ea7c0 [Patch #988504] Fix HTTP error handling via a patch from John J. Lee by Andrew M. Kuchling · 21 years ago
- 42851ab [Patch #982665 ] add SO_EXCLUSIVEADDRUSE constant by Andrew M. Kuchling · 21 years ago
- 5fcefdb [Patch #987052 from Thomas Guettler] by Andrew M. Kuchling · 21 years ago
- bf44069 Improve Context construction and representation: by Raymond Hettinger · 21 years ago
- d9dfe02 Remove a few elderly sentences by Andrew M. Kuchling · 21 years ago
- ff8113f Replace example with simpler alternative using PyGILState_{Ensure,Require). Can someone please confirm this change is OK? by Andrew M. Kuchling · 21 years ago
- 371d98a [Bug #987835] Add documentation from PEP 311. (Untested TeX code.) by Andrew M. Kuchling · 21 years ago
- 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 21 years ago
- 126b44c Fix a copy&paste typo. by Marc-André Lemburg · 21 years ago
- 0d278b8 SF bug #987486: fix typo. by Raymond Hettinger · 21 years ago
- 682be22 SF bug 988387: markup nits. by Raymond Hettinger · 21 years ago
- 64a8470 Restructure testing of .pth files. Move previous functions into a class and by Brett Cannon · 21 years ago
- f6067ec Add an #ifdef __APPLE__ around typedef of foreachfunc to match Apple's by Brett Cannon · 21 years ago
- 12f8c4d Change argument list for addsitedir() to not require a second argument and thus by Brett Cannon · 21 years ago
- 37b0c1d Fix memory leak and bump the version per Greg by Neal Norwitz · 21 years ago
- b4a5581 Cleanup support for older pythons (perhaps it should be removed?) by Neal Norwitz · 21 years ago
- 5da4c83 reminder for amk by Anthony Baxter · 21 years ago
- 5833587 Add some tests for corner cases. by Raymond Hettinger · 21 years ago
- d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 21 years ago
- 5aa478b Module and tests: by Raymond Hettinger · 21 years ago
- 563e449 post-release fun by Anthony Baxter · 21 years ago
- 7732ccb post-release fun by Anthony Baxter · 21 years ago
- 97c9208 Incorporate Facundo's suggestions. by Raymond Hettinger · 21 years ago
- 9499658 Add a link to the decimal module docs. by Raymond Hettinger · 21 years ago
- eae05de * fix the print test * add more __init__ tests by Raymond Hettinger · 21 years ago
- a435c53 * balance the left/right search for getitem. by Raymond Hettinger · 21 years ago
- 2b2795a show how easy it is to manipulate individual columns - from a request on c.l.py by Skip Montanaro · 21 years ago
- 1dffb12 .encode()/.decode() patch part 2. by Marc-André Lemburg · 21 years ago
- d2d4598 Allow string and unicode return types from .encode()/.decode() by Marc-André Lemburg · 21 years ago
- 302fa6d Add another bunch of test cases for calendars with Sunday as the by Walter Dörwald · 21 years ago
- 2384990 PyThreadState_Swap(NULL) didn't do what I thought it did. Fixes by Michael W. Hudson · 21 years ago
- b43dbcb This commit was manufactured by cvs2svn to create tag 'r24a1'. by cvs2svn · 21 years ago
- 3970c11 Add exception handling for BaseRotatingFileHandler (SF #979252) by Vinay Sajip · 21 years ago
- 4bbab2b FileHandler now stores the basename as an absolute path (fix for SF #982049) by Vinay Sajip · 21 years ago
- 081483c Fix markup and nits. by Raymond Hettinger · 21 years ago
- 536f76b Fix markup, typos, and nits. by Raymond Hettinger · 21 years ago
- dfef882 dont think it's still being used, but just in case by Anthony Baxter · 21 years ago
- 74a72b9 Bump build number to 54 for 2.4.0a1 by Martin v. Löwis · 21 years ago
- 275ce74 2.4a1 by Anthony Baxter · 21 years ago
- 3210b36 release dates by Anthony Baxter · 21 years ago
- bd377a3 license updates for 2.4 (cleared with tim, on behalf of the psf) by Anthony Baxter · 21 years ago
- 27f8836 Whitespace normalization. by Tim Peters · 21 years ago
- 0e43db5 bump the version number for 2.4a1 by Fred Drake · 21 years ago
- 63a0191 Deal with macros that have to be replaced with simple text; only a by Fred Drake · 21 years ago
- 1c0423a Exercise xrange a bit by Neal Norwitz · 21 years ago
- d7be118 Exercise some error conditions by Neal Norwitz · 21 years ago
- 739a8f8 Fix a couple of signed/unsigned comparison warnings by Neal Norwitz · 21 years ago
- 4ded4b5 Pass the flags along, rather than ignoring them. Backport candidate by Neal Norwitz · 21 years ago
- 93468ea Remove unused macros in .c files by Neal Norwitz · 21 years ago
- bdcb941 SF bug #978308, Spurious errors taking bool of dead pro by Neal Norwitz · 21 years ago
- bd7f76d Tim gets his default traps. by Raymond Hettinger · 21 years ago
- 4e0e1b6 Whitespace normalization. by Tim Peters · 21 years ago
- b7e898a "#if WITH_THREAD" is incorrect; must be #ifdef instead; WITH_THREAD by Tim Peters · 21 years ago
- 30ea2f2 This closes patch: by Michael W. Hudson · 21 years ago
- e3c330b Replaced some tabs with spaces in verbatim section. by Vinay Sajip · 21 years ago
- ea271f2 [Bug #982806] The default argument for opening GDBM files is bogus. Patch #984672 by James Lamanna by Andrew M. Kuchling · 21 years ago
- 1263bd8 [Bug #925107] Make .readline() consider self.stop. This makes read() and readline() very similar, so they're refactored into _read. Patch by Johannes Gijsbers. by Andrew M. Kuchling · 21 years ago
- 5a8b459 OS/2 EMX needs addrinfo.h for code included from getaddrinfo.c by Andrew MacIntyre · 21 years ago
- 378d3c0 bring OS/2 EMX port build environment up to date by Andrew MacIntyre · 21 years ago
- ee5e4cd [Bug #984017] Incorrect prototype, fixed by Timothy Stranex by Andrew M. Kuchling · 21 years ago
- bcefe69 Add logging changes by Andrew M. Kuchling · 21 years ago
- 6fe93cd For readable() objects, the previous value of 'flags' was ignored. by Andrew M. Kuchling · 21 years ago
- ad6ce46 Remove the annoing and useless messagebox asking about overwriting files. by Thomas Heller · 21 years ago
- b8b20e2 Made the explanation more accurate; trimmed trailing whitespace; fixed a typo. by Tim Peters · 21 years ago
- 7497966 Typo repair. by Tim Peters · 21 years ago
- d916142 whitespace normalization by Skip Montanaro · 21 years ago
- a146fea Fix SF#983164. by Thomas Heller · 21 years ago
- 5124b4a Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in by Guido van Rossum · 21 years ago
- 7ff7d2c testGetServBy(): Use services that should be available both on *nix and by Barry Warsaw · 21 years ago
- 513ffe8 * Fix missing return after error message is set. by Raymond Hettinger · 21 years ago
- 2f55eb4 Demonstrate how to round final result. by Raymond Hettinger · 21 years ago
- 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 21 years ago
- 10959b1 Expand examples to show polymorphism by Raymond Hettinger · 21 years ago
- 77e13b4 Simplify examples. by Raymond Hettinger · 21 years ago
- c4f93d44 Doc tested the recipes. by Raymond Hettinger · 21 years ago
- 9c719ba Fix typo by Raymond Hettinger · 21 years ago
- 5548be2 Test the logic for int(d). by Raymond Hettinger · 21 years ago
- ca3cc2f * Update the todo list. * Make ConversionSyntax signals get trapped by default. by Raymond Hettinger · 21 years ago
- d84efb3 * Added missing info on construction from a tuple. * Added a recipe section. by Raymond Hettinger · 21 years ago
- 8de63a2 Add decimal docs to the core. by Raymond Hettinger · 21 years ago
- e0f1581 * Fixup docstrings * Make capitals default part of DefaultContext by Raymond Hettinger · 21 years ago
- 71432f1 Various edits by Andrew M. Kuchling · 21 years ago
- 3bf85f1 Various edits by Andrew M. Kuchling · 21 years ago
- 3b79091 Bump version #; write introductory para by Andrew M. Kuchling · 21 years ago
- 81e3fb4 Typo fixes by Andrew M. Kuchling · 21 years ago
- d0b6d9d More additions by Andrew M. Kuchling · 21 years ago
- 0ea241e Changed the rounding constant values to match their variable names. by Raymond Hettinger · 21 years ago
- 068979c Textual change to make the doc reflect reality by Nicholas Bastin · 21 years ago
- b1b605e Fix clear_flags(). Make a readable (not evalable) Context repr. by Raymond Hettinger · 21 years ago
- d4be86c Write another section by Andrew M. Kuchling · 21 years ago
- c8f8a81 Rewrite two sections by Andrew M. Kuchling · 21 years ago
- 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 21 years ago
- 9ec3e3b Namespace cleanups: by Raymond Hettinger · 21 years ago
- 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 21 years ago
- 17c52d8 Refactored RotatingFileHandler to create a base class for rotating handlers. Added TimedRotatingFileHandler. by Vinay Sajip · 21 years ago
- 779e0c9 Changed basicConfig() to add keyword arguments. Changes are backward-compatible. by Vinay Sajip · 21 years ago
- a13c60b Moved example section up to just after the section on Logger objects, and changed it to use the new basicConfig() API by Vinay Sajip · 21 years ago
- d9c0a7a Work through several open todos: by Raymond Hettinger · 21 years ago
- 41d13f6 Clarify last added comment (bug #754449). by Brett Cannon · 21 years ago
- cc4e935 threading.Thread objects will now print a traceback for an exception raised by Brett Cannon · 21 years ago