- 0045717 Add thread-local feature by Andrew M. Kuchling · 21 years ago
- 2340689 Correct a paragraph: basicConfig() isn't actually new by Andrew M. Kuchling · 21 years ago
- de83321 SF bug 990749: os constants missing by Tim Peters · 21 years ago
- 5960d80 s/it's/its/, s/NULL/NULL{}/, where appropriate. by Tim Peters · 21 years ago
- eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 21 years ago
- 89ba1ff Bump version; update date by Andrew M. Kuchling · 21 years ago
- 9296023 Improve examples for working with the context API. by Raymond Hettinger · 21 years ago
- d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 21 years ago
- aa6389e Documented the new Py_VISIT macro to simplify implementation of by Jim Fulton · 21 years ago
- 8c5aeaa Implemented a new Py_CLEAR macro. This macro should be used when by Jim Fulton · 21 years ago
- 7a0e8bc Updated documentation to: by Jim Fulton · 21 years ago
- 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 21 years ago
- c0ed9c4 clarify where \versionadded and \versionchanged should be placed when by Fred Drake · 21 years ago
- e45d5a3 Claifications: visit procs are supplied by the core, users aren't by Tim Peters · 21 years ago
- 0751d55 generalize a bit; no need to mention my user id directly by Fred Drake · 21 years ago
- 2a510ce Wordsmithing by Andrew M. Kuchling · 21 years ago
- 71868e7 Add another point in the "Restrictions" section about how the handling of FTP by Brett Cannon · 21 years ago
- 20f42c4 Fixed minor bugs in the example configuration file by Vinay Sajip · 21 years ago
- d7c7115 Small elaboration and typo fixes. by Raymond Hettinger · 21 years ago
- ca1a775 Fix markup. by Raymond Hettinger · 21 years ago
- 1869df1 another note for amk by Anthony Baxter · 21 years ago
- 5af0e41 Bug #788520: Queue class has logic error when non-blocking by Tim Peters · 21 years ago
- 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 21 years ago
- e246508 Add FAQ on non-GNU make error. Update copyright date to 2004. by Kurt B. Kaiser · 21 years ago
- 2363e8f Added documentation for the "smtpd" module. Closes SF bug #450803. by Fred Drake · 21 years ago
- 88e8e34 Style nit. by Raymond Hettinger · 21 years ago
- 44dc13b Fix decimal write-up nits. by Raymond Hettinger · 21 years ago
- 65df07b Minor improvements, fixups and wording changes everywhere. by Raymond Hettinger · 21 years ago
- ad5206f Clarify requirement for GNU make by Kurt B. Kaiser · 21 years ago
- 8932b41 Patch 851752 (fixes bug 820583) by Kurt B. Kaiser · 21 years ago
- cd77dd6 Fix minor error in example. by Brett Cannon · 21 years ago
- 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 21 years ago
- 91cc5cd Clarify docs for inspect.getargspec() that the fourth value is None when there by Brett Cannon · 21 years ago
- 3a2418a [Patch #969900] Various corrections and updates to cookielib docs by Andrew M. Kuchling · 21 years ago
- 300ce19 [Patch #972310] Apply correction to docs by Andrew M. Kuchling · 21 years ago
- 21f9fce Fix typo. by Raymond Hettinger · 21 years ago
- 099bd52 [Bug 949832] Fix example; edit sentence 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
- 0d278b8 SF bug #987486: fix typo. by Raymond Hettinger · 21 years ago
- 682be22 SF bug 988387: markup nits. by Raymond Hettinger · 21 years ago
- 5da4c83 reminder for amk by Anthony Baxter · 21 years ago
- 5aa478b Module and tests: by Raymond Hettinger · 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
- 2b2795a show how easy it is to manipulate individual columns - from a request on c.l.py by Skip Montanaro · 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
- 63a0191 Deal with macros that have to be replaced with simple text; only a by Fred Drake · 21 years ago
- e3c330b Replaced some tabs with spaces in verbatim section. by Vinay Sajip · 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
- 7497966 Typo repair. by Tim Peters · 21 years ago
- 2f55eb4 Demonstrate how to round final result. 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
- 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
- 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
- d0b6d9d More additions by Andrew M. Kuchling · 21 years ago
- 068979c Textual change to make the doc reflect reality by Nicholas Bastin · 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
- 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
- 0a4dd39 Make weak references subclassable: by Fred Drake · 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
- 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
- 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
- 2ccf5d6 use file() in preference to open() by Skip Montanaro · 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
- 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
- a031a08 Add a missing space. by Brett Cannon · 21 years ago
- 289e4cb Changed applicable use of ``char *`` declarations that are passed into by Brett Cannon · 21 years ago
- 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 21 years ago
- ef82d2f Patch #923098: Share interned strings in marshal. by Martin v. Löwis · 21 years ago
- 634893d Mention Py_RETURN_NONE when introducing the idiom of how to have a function by Brett Cannon · 21 years ago
- 555a964 Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will by Brett Cannon · 21 years ago
- ec6229e Make distutils "install --home" support all platforms. by Fred Drake · 21 years ago
- b86aa99 move the note about the bsddb185 module above the "See also" box; that by Fred Drake · 21 years ago
- 9ddf40b SF patch 876130: add C API to datetime module, from Anthony Tuininga. by Tim Peters · 21 years ago
- 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 21 years ago
- dd6d207 Fix an obvious typo (It *is* a typo, or not?) by Thomas Heller · 21 years ago
- a42bc21 The 'distributing python modules' manual now has an index. by Thomas Heller · 21 years ago
- 949f661 Fix typo - the module is named distutils.util. by Thomas Heller · 21 years ago
- 964c798 Use getopt where possible, so this supports option letters that get by Fred Drake · 21 years ago
- 3706855 Add apparently missing word for InvalidStateError definition. by Brett Cannon · 21 years ago
- 9e1ac24 - add link to the downloadable package in the generated email - misc. changes by Fred Drake · 21 years ago