- a6cfeb4 Update docs to reflect removal of Exact/Inexact by Raymond Hettinger · 17 years ago
- fc070d2 add %f format to datetime - issue 1158 by Skip Montanaro · 17 years ago
- 75e5168 note that fork and forkpty raise OSError on failure by Skip Montanaro · 17 years ago
- 0267781 Fix lots of broken links in the docs, found by Sphinx' external link checker. by Georg Brandl · 17 years ago
- bd77681 Remove obsolete paragraph. #2288. by Georg Brandl · 17 years ago
- 53bdf09 Issue 2274: Add heapq.heappushpop(). by Raymond Hettinger · 17 years ago
- 2e25551 #1720705: add docs about import/threading interaction, wording by Nick. by Georg Brandl · 17 years ago
- 4bb40b9 #2270: fix typo. by Georg Brandl · 17 years ago
- d85a13a #2265: fix example. by Georg Brandl · 17 years ago
- 513460f Improve docs for itemgetter(). Show that it works with slices. by Raymond Hettinger · 17 years ago
- e8b4b60 Add recipe to docs. by Raymond Hettinger · 17 years ago
- c557db5 #2249: document assertTrue and assertFalse. by Georg Brandl · 17 years ago
- c54aec1 Issue 1106316. post_mortem()'s parameter, traceback, is now by Facundo Batista · 17 years ago
- 31c6de4 Grammar fix by Andrew M. Kuchling · 17 years ago
- 7af53be Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files) by Nick Coghlan · 17 years ago
- e75f59a Progress on issue #1193577 by adding a polling .shutdown() method to by Jeffrey Yasskin · 17 years ago
- 38fb9be Tweak recipes and tests by Raymond Hettinger · 17 years ago
- a7bd27f #2225: return nonzero status code from py_compile if not all files could be compiled. by Georg Brandl · 17 years ago
- 70992c3 Expand on re.split behavior with captured expressions. by Georg Brandl · 17 years ago
- 040f10e Add examples. by Raymond Hettinger · 17 years ago
- f3c0559 Issue 1872: Changed the struct module typecode from 't' to '?', for by Thomas Heller · 17 years ago
- d553d85 Beef-up docs and tests for itertools. Fix-up end-case for product(). by Raymond Hettinger · 17 years ago
- 3fe1843 Add versionadded tags by Andrew M. Kuchling · 17 years ago
- 684868a Fix sentence fragment by Andrew M. Kuchling · 17 years ago
- ece10b4 Grammar fix; markup fix by Andrew M. Kuchling · 17 years ago
- 3e9d66f There are now sixteen isfoo functions. by Georg Brandl · 17 years ago
- 608c1d8 Since abc._Abstract was replaces by a new type flags the regression test suite fails. I've added a new function inspect.isabstract(). Is the mmethod fine or should I check if object is a instance of type or subclass of object, too? by Christian Heimes · 17 years ago
- e6dab2a Fix factual error. by Georg Brandl · 17 years ago
- 72780a4 Make clear that the constants are strings. by Georg Brandl · 17 years ago
- 2b7a5c4 Tighten example code. by Raymond Hettinger · 17 years ago
- f287f17 Finish-up docs for combinations() and permutations() in itertools. by Raymond Hettinger · 17 years ago
- 330958e Document impending updates to itertools. by Raymond Hettinger · 17 years ago
- 18750ab Add repeat keyword argument to itertools.product(). by Raymond Hettinger · 17 years ago
- c105289 Simply the sample code for combinations(). by Raymond Hettinger · 17 years ago
- 93e804d Add itertools.combinations(). by Raymond Hettinger · 17 years ago
- ca37661 Add a timing flag to Trace so you can see where slowness occurs by Neal Norwitz · 17 years ago
- 1b3e41c Banish tab. by Georg Brandl · 17 years ago
- 3fa41d5 Docs for itertools.combinations(). Implementation in forthcoming checkin. by Raymond Hettinger · 17 years ago
- fd42906 Revert r61029. by Georg Brandl · 17 years ago
- 499969a Add minor markup for a string. by Brett Cannon · 17 years ago
- f1699cd Document import ./. threading issues. #1720705. by Georg Brandl · 17 years ago
- ebcfd11 #1506171: added operator.methodcaller(). by Georg Brandl · 17 years ago
- e2065c6 #1826: allow dotted attribute paths in operator.attrgetter. by Georg Brandl · 17 years ago
- b0b0317 #1825: correctly document msilib.add_data. by Georg Brandl · 17 years ago
- ffada76 Add examples to modulefinder docs. Written for GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
- 7d00992 #2101: fix removeAttribute docs. by Georg Brandl · 17 years ago
- 8887e54 #835521: Add index entries for various pickle-protocol methods and attributes by Andrew M. Kuchling · 17 years ago
- 085f75a #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances. by Andrew M. Kuchling · 17 years ago
- 5972493 #2161: Fix opcode name. by Georg Brandl · 17 years ago
- b678f98 #2072: correct documentation for .rpc_paths by Andrew M. Kuchling · 17 years ago
- 080b094 More difflib examples. Written for GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
- 7e251e8 Issue 1089358. Adds the siginterrupt() function, that is just a by Facundo Batista · 17 years ago
- 1647923 #1492: allow overriding BaseHTTPServer's content type for error messages. by Georg Brandl · 17 years ago
- b12f0b5 Issue 1781. Now ConfigParser.add_section does not let you add a by Facundo Batista · 17 years ago
- 7832d4d Add recipe using itertools.product(). by Raymond Hettinger · 17 years ago
- c5705a8 Document itertools.product(). by Raymond Hettinger · 17 years ago
- 1699db1 Another fix. by Georg Brandl · 17 years ago
- 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
- 12db865 Part of #2154: minimal syntax fixes in doc example snippets. by Georg Brandl · 17 years ago
- 359b9e9 #2079: typo in userdict docs. by Georg Brandl · 17 years ago
- 759bfc6 Issue #1916. Added isgenerator() and isgeneratorfunction() to by Facundo Batista · 17 years ago
- 5e203f5 #2131: note that codecs.open() always opens files in binary mode. by Georg Brandl · 17 years ago
- e7fb0c5 Try to correct a markup error that does hide the following paragraph. by Thomas Heller · 18 years ago
- 5111c52 Fix markup by Raymond Hettinger · 18 years ago
- 0cd7170 Simplify moneyfmt() recipe. by Raymond Hettinger · 18 years ago
- 50361d4 Fix markup. by Raymond Hettinger · 18 years ago
- d68bf02 Show how to remove exponents. by Raymond Hettinger · 18 years ago
- 27a90d9 Improve rst markup by Raymond Hettinger · 18 years ago
- 4631481 Add fixed-point examples to the decimal FAQ by Raymond Hettinger · 18 years ago
- abe3237 Fix decimal repr which should have used single quotes like other reprs. by Raymond Hettinger · 18 years ago
- a06a1a8 Add pickle support to ctypes types. by Thomas Heller · 18 years ago
- 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 18 years ago
- e1b8247 Implementation of Fraction.limit_denominator. by Mark Dickinson · 18 years ago
- 596fdd0 Restore fractions.rst to the document tree. by Raymond Hettinger · 18 years ago
- bc4ffc1 Backport ABC docs by Raymond Hettinger · 18 years ago
- 2ddbd80 Fix markup by Raymond Hettinger · 18 years ago
- d058cd2 Rename rational.Rational to fractions.Fraction, to avoid name clash by Mark Dickinson · 18 years ago
- da614dc Complete an open todo on pickletools -- add a pickle optimizer. by Raymond Hettinger · 18 years ago
- 3a94ee0 Typos in decimal comment and documentation by Mark Dickinson · 18 years ago
- 13a7075 Clarify that decimal also supports fixed-point arithmetic. by Raymond Hettinger · 18 years ago
- 97fac3e Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as context managers. (The NamedTemporaryFile fix should be considered for backporting to 2.5) by Nick Coghlan · 18 years ago
- 7e33663 Add advice on choosing between DictMixin and MutableMapping by Raymond Hettinger · 18 years ago
- 23bdcc9 Fix typo by Raymond Hettinger · 18 years ago
- ff1f973 The float conversion recipe is simpler in Py2.6 by Raymond Hettinger · 18 years ago
- a53800e Fix documentation for Calendar.iterweekdays(): firstweekday is a property. by Walter Dörwald · 18 years ago
- 97bf449 Clarify that the output of TextCalendar.formatmonth() and by Walter Dörwald · 18 years ago
- 00c2e65 IEEE 754 should be IEEE 854; give precise reference for by Mark Dickinson · 18 years ago
- ff6672f Fix broken link in decimal documentation. by Mark Dickinson · 18 years ago
- bafa942 Remove incorrect usage of :const: in documentation. by Mark Dickinson · 18 years ago
- 2fc9263 Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN by Mark Dickinson · 18 years ago
- c16c57c Remove month parameter from Calendar.yeardatescalendar(), by Walter Dörwald · 18 years ago
- 3c0f309 correct object name by Skip Montanaro · 18 years ago
- 1cf0522 Convert external links to internal links. Fixes #2010. by Georg Brandl · 18 years ago
- 422051a Patch #1953 by Christian Heimes · 18 years ago
- 89dfbe3 Remove extra tick marks and add a missing closing parenthesis. by Brett Cannon · 18 years ago
- bbc4fc2 Add email example how to send a multipart message. by Georg Brandl · 18 years ago
- 586a57a Amendments to the urllib2 docs, written for GHOP by Thomas Lamb. by Georg Brandl · 18 years ago
- 2a5d1c3 Update IPv6 RFC number. by Georg Brandl · 18 years ago
- ca2b69f Move __builtins__.trunc() to math.trunc() per by Jeffrey Yasskin · 18 years ago
- b23dea6 Added more documentation on how mixed-mode arithmetic should be implemented. I by Jeffrey Yasskin · 18 years ago