Commit Graph

400 Commits

Author SHA1 Message Date
Mark Pilgrim ff3a10ed9e build fiddling 2009-07-15 16:13:27 -04:00
Mark Pilgrim 00123b3184 set debuglevel explicitly 2009-07-15 15:56:13 -04:00
Mark Pilgrim 4fe22743e6 fixed typo, clarified how to check for compressed content 2009-07-15 15:53:00 -04:00
Mark Pilgrim a69184f4e5 added note about changing the debuglevel 2009-07-15 15:41:44 -04:00
Mark Pilgrim 092f9d21e8 added a section explaining why httplib2 doesn't attempt to auto-convert bytes to strings 2009-07-15 15:35:53 -04:00
Mark Pilgrim 12484d20ea added reminder to write an installation HOWTO 2009-07-15 14:56:17 -04:00
Mark Pilgrim 278241ada5 mention that urlopen().read() returns bytes 2009-07-15 14:54:39 -04:00
Mark Pilgrim 59e2d4a0b0 rewrote end of eval() section to mention DoS attacks [thanks SW] 2009-07-15 13:39:16 -04:00
Mark Pilgrim 1b1e00b65c wording 2009-07-15 13:04:20 -04:00
Mark Pilgrim 69fd38682a typo 2009-07-15 13:03:19 -04:00
Mark Pilgrim 3e18b7fd6e added note about exhausting iterators 2009-07-15 13:02:34 -04:00
Mark Pilgrim 7cb91f9747 added note about dictionary comprehensions 2009-07-15 12:52:12 -04:00
Mark Pilgrim 8a7e431d27 added note about groupby sorting requirements 2009-07-15 10:40:38 -04:00
Mark Pilgrim 29240baeee various clarifications about generator expressions 2009-07-15 10:36:02 -04:00
Mark Pilgrim 8843481267 added example of human-readable message in assert statement 2009-07-15 10:08:37 -04:00
Mark Pilgrim 428353aec6 better example of finding unique list items 2009-07-15 09:59:41 -04:00
Mark Pilgrim 2193602838 changed alphametics to use set() instead of set comprehensions, which neatly dovetails with my irrational reluctance to explain comprehensions 2009-07-15 09:54:39 -04:00
Mark Pilgrim f14715ed37 optimized images 2009-07-15 02:06:51 -04:00
Mark Pilgrim 6f0e6dafb7 wording 2009-07-15 02:02:56 -04:00
Mark Pilgrim 6046bc0cf6 build fiddling 2009-07-15 02:00:18 -04:00
Mark Pilgrim e159182e7a about page fiddling 2009-07-15 01:57:28 -04:00
Mark Pilgrim 07ced98b41 class=nd fiddling 2009-07-14 20:51:14 -04:00
Mark Pilgrim d5af08d0cb added org-mode outline 2009-07-14 20:50:49 -04:00
Mark Pilgrim 6cb6013d90 added bit about overlapping matches in re.findall 2009-07-14 11:02:00 -04:00
Mark Pilgrim 8a0f7ffda1 fixed typo, and added note about lack of progress indicator 2009-07-14 01:01:09 -04:00
Mark Pilgrim 584614b739 really fixed numbering 2009-07-14 00:52:38 -04:00
Mark Pilgrim d7c798a2d5 added link 2009-07-14 00:49:39 -04:00
Mark Pilgrim d0f392cb52 removed stray notes about caching 2009-07-14 00:47:00 -04:00
Mark Pilgrim 44082d46f3 expand and explain the instance/class attribute example 2009-07-14 00:43:51 -04:00
Mark Pilgrim 34bbe9e9d6 open file as late as possible (in __iter__, not __init__) 2009-07-14 00:28:46 -04:00
Mark Pilgrim d86eb45f24 css fix 2009-07-14 00:19:04 -04:00
Mark Pilgrim 4302e3613d added section on exceptions to your-first-python-program 2009-07-14 00:07:18 -04:00
Mark Pilgrim 959de083ea added sidebar about special methods 2009-07-13 22:12:11 -04:00
Mark Pilgrim df99f75902 clarified what we mean by constructor 2009-07-13 21:52:08 -04:00
Mark Pilgrim 4224a9606c move self.a, self.b to separate lines 2009-07-13 21:47:38 -04:00
Mark Pilgrim e48dd05efc Backed out changeset a8db44ccd0d7 2009-07-13 21:43:40 -04:00
pilgrim@NYC-B2A40918377.ad.corp.google.com 964677f782 move self.a, self.b to separate lines 2009-07-13 21:40:07 -04:00
Mark Pilgrim 6a47f51f98 some more further reading links 2009-07-09 01:50:24 -04:00
Mark Pilgrim f67581298a fixed numbering, fixed file() typo, take rules file as an argument in plural5.py 2009-07-09 01:42:21 -04:00
Mark Pilgrim d07bb6397c added list(fib(1000)) example 2009-07-09 01:35:21 -04:00
Mark Pilgrim 948bb064c8 raise exception at end of plural5.plural() if no rule matched. a rule should always match 2009-07-09 01:26:39 -04:00
Mark Pilgrim 3478b62a6d use with instead of try..finally, add forward references to still-unwritten Files chapter 2009-07-09 01:21:14 -04:00
Mark Pilgrim 83c4c0528c added paragraph about fallback rule in #a-list-of-patterns 2009-07-08 18:17:52 -04:00
Mark Pilgrim 87b1b711b9 expanded on 'mapping' concept a bit 2009-07-08 17:02:06 -04:00
Mark Pilgrim 84fb68a1c4 lists --> tuples in plural*.py examples and accompanying text 2009-07-08 16:56:11 -04:00
Mark Pilgrim 75a87e9865 changed chapter title at editor's request 2009-07-08 16:49:17 -04:00
Mark Pilgrim 44edcb17a9 fixed chapter numbers. do we miss docbook yet? 2009-07-08 16:43:28 -04:00
Mark Pilgrim 73d314cd87 typo 2009-07-08 16:41:36 -04:00
Mark Pilgrim 3b96c0f379 added None.groups() example 2009-07-08 16:40:55 -04:00
Mark Pilgrim d160e10b02 changed Perl 5 reference 2009-07-05 07:16:56 -04:00