- 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
- f9bfdd8 Patch [ 983775 ] Allow bdist_wininst to install for non-admin users by Mark Hammond · 21 years ago
- 59ad456 Add tests that check the result of calendar.monthcalendar() for a set by Walter Dörwald · 21 years ago
- 0a4dd39 Make weak references subclassable: by Fred Drake · 21 years ago
- 8139140 Update info about the windows build. by Thomas Heller · 21 years ago
- 04c673b SF #951851 fixed. by Thomas Heller · 21 years ago
- 1df0461 When importing an extension on Windows, the code reads the PE 'import by Thomas Heller · 21 years ago
- 32b8f80 Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 21 years ago
- 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 21 years ago
- 78bace7 add cp866 row by Skip Montanaro · 21 years ago
- d88471f Change signatures for arguments to "s" and friends to be the proper ``const by Brett Cannon · 21 years ago
- 83a6430 Committing Tim's patch for SF bug #983585: by Fred Drake · 21 years ago
- ac1075a Document that encode() and decode() raise UnicodeError instead of ValueError. by Walter Dörwald · 21 years ago
- ecf7a52 link to the codecs page from the "".encode() description. by Skip Montanaro · 21 years ago
- d7cc1bd Fix by Michael W. Hudson · 21 years ago
- 1f34eb1 fix small consistency nit by Fred Drake · 21 years ago
- 1b89656 add omitted markup by Fred Drake · 21 years ago
- 68a37ac * Fix typos. by Raymond Hettinger · 21 years ago
- 0fff62f Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago
- 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago
- 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago
- 2ccf5d6 use file() in preference to open() by Skip Montanaro · 21 years ago
- 7db865a tyop by Michael W. Hudson · 21 years ago
- c30ba84 restore NEWS entry for 957240 by Michael W. Hudson · 21 years ago
- d5cf143 Check in the updated version of patch #957240, which doesn't rely by Michael W. Hudson · 21 years ago
- 96b935e fix handling when a proper getopt(1) is available; the "--" by Fred Drake · 21 years ago
- 93b4b88 [Patch #974633] Check PyObject_MALLOC return for error by Andrew M. Kuchling · 21 years ago
- 6d3a0d2 [Bug #948970] Add PyExc_* symbols to index. by Andrew M. Kuchling · 21 years ago
- 7dd8fda [Bug #978556] Update SHA spec URL; bugfix candidate by Andrew M. Kuchling · 21 years ago
- 08c08bb [Bug #912845] urllib2 only checks for a 200 return code, but 206 is also legal if a Range: header was supplied. by Andrew M. Kuchling · 21 years ago
- 31352c5 Remove unused import. (If it's there for some deep, dark reason, it should have been commented.) by Andrew M. Kuchling · 21 years ago
- bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 21 years ago
- f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 21 years ago
- a031a08 Add a missing space. by Brett Cannon · 21 years ago
- 46d4ff2 Fix stupid mistake of forgetting to mention that the fix for bug #981299 by Brett Cannon · 21 years ago
- fbac294 rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network by Brett Cannon · 21 years ago
- 289e4cb Changed applicable use of ``char *`` declarations that are passed into by Brett Cannon · 21 years ago
- 93d1b2c Add readme.txt by Martin v. Löwis · 21 years ago
- 3b04ce8 Patch from Mark Hammond to fix a test error. by Raymond Hettinger · 21 years ago
- 19699a9 Adds support for DB.pget and DBCursor.pget methods. by Gregory P. Smith · 21 years ago
- 31c5065 Add weakref support to all bsddb.db objects. by Gregory P. Smith · 21 years ago
- 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 21 years ago
- 1ed5705 Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro. by Brett Cannon · 21 years ago
- 589c6ab raise the module minor version. by Gregory P. Smith · 21 years ago