Commit Graph

226 Commits

Author SHA1 Message Date
Raymond Hettinger 98b140c196 Add entry for reprlib. 2011-01-23 21:05:46 +00:00
Raymond Hettinger 0929b1fc70 Add entry for shutil's archiving operations. 2011-01-23 11:29:08 +00:00
Raymond Hettinger 2e042d3dc2 Use a Latin-1 example that won't break the LaTeX PDF build. 2011-01-21 09:18:19 +00:00
Raymond Hettinger 7a168d96dd Add example for __wrapped__. 2011-01-21 04:59:00 +00:00
Raymond Hettinger f1dae31ea6 Clarify what changed with respect to date ranges and two-digit years. 2011-01-21 03:00:00 +00:00
Alexander Belopolsky 9ee94dec18 Corrected the entry about new year range in the time module. 2011-01-20 19:51:31 +00:00
Raymond Hettinger 00db6aa4a6 Add an entry for the code repository. 2011-01-20 09:47:04 +00:00
Raymond Hettinger 2270d58a2d Make an entry for the os module's bytes accessors.
Split codecs into a separate section.  Rewrite
the Unicode section.
2011-01-20 09:04:39 +00:00
Raymond Hettinger 03ca1a92af Add hasattr() example. 2011-01-20 04:12:37 +00:00
Raymond Hettinger a275c989c9 Add more examples 2011-01-20 04:03:19 +00:00
Raymond Hettinger be9994e0d1 Fix markup. 2011-01-19 08:44:33 +00:00
Raymond Hettinger 89c1cd1fdd Expand entry for pydoc. 2011-01-19 04:43:45 +00:00
Raymond Hettinger c1dfa2e7c3 Improve looks by replacing a bullet list with a table. 2011-01-19 04:24:57 +00:00
Raymond Hettinger 4bea978f65 Add examples for inspect. 2011-01-19 04:14:34 +00:00
David Malcolm 4934864853 Fix typo in example of barrier timeouts from r88102 2011-01-18 23:45:53 +00:00
Raymond Hettinger 2c3865b210 Expand barrier example to show time-outs. 2011-01-18 22:58:33 +00:00
Raymond Hettinger e0f1f3234c Missing word. 2011-01-18 21:14:27 +00:00
Raymond Hettinger 23ab1016a0 Reword the OrderedDict entry to emphasize the default behavior,
to show equivalent code, and to provide a use case.
2011-01-18 20:25:04 +00:00
Raymond Hettinger c8a16867f6 Typos. 2011-01-18 09:01:34 +00:00
Raymond Hettinger ba5512f8f2 More nits. 2011-01-18 08:28:01 +00:00
Raymond Hettinger c136b048b3 Nits. 2011-01-18 07:15:39 +00:00
Raymond Hettinger 93c8cad6d7 More nits. 2011-01-18 00:30:24 +00:00
Raymond Hettinger 7ec790d1fa Add example for the abc module. 2011-01-18 00:19:30 +00:00
Raymond Hettinger ca904be778 Nits. 2011-01-18 00:02:40 +00:00
Raymond Hettinger 9ba8b0a117 Add an import to the logging example 2011-01-17 23:42:17 +00:00
Raymond Hettinger 02dd70be5c The example for configparser was weird. 2011-01-17 23:39:39 +00:00
Raymond Hettinger 6f0d59bad3 Beautify code examples. 2011-01-17 23:10:55 +00:00
Raymond Hettinger 66352d2793 Wording nits. 2011-01-17 22:33:11 +00:00
Raymond Hettinger 1dcc84e43b Fix-up the XXX for importlib.abc. 2011-01-17 21:55:40 +00:00
Raymond Hettinger 4854d14f55 Tidy-up the ssl section. 2011-01-17 21:29:58 +00:00
Raymond Hettinger 15b47c5d7f Note that two-phase cyclic barriers are suitable for use in loops. 2011-01-17 21:05:07 +00:00
Brett Cannon 83a682da30 Placeholder sentence pointing out that imoprtlib has updated (as well as deprecated) ABCs thanks to the new .pyc situation. 2011-01-16 21:02:09 +00:00
Antoine Pitrou ebeb90339d Mention deprecation of PyEval_{Acquire,Release}Lock(). 2011-01-16 18:45:17 +00:00
Antoine Pitrou 2e8ec22242 More SSL-related stuff 2011-01-16 18:41:36 +00:00
Antoine Pitrou f7fb7626d9 Mention HTTP 0.9's partial demise. 2011-01-16 18:34:09 +00:00
Antoine Pitrou bcba43496c Mention the new context parameter to FTP_TLS, and the small API change
in subprocess.Popen.
2011-01-16 18:29:34 +00:00
Raymond Hettinger b965629a42 Issue 10889: Added entry for handling of indexing and slicing with ranges bigger than sys.maxsize. 2011-01-16 18:22:06 +00:00
Antoine Pitrou eec6dbf232 Get proper credit 2011-01-16 18:21:12 +00:00
Antoine Pitrou 121a055a0f Fix misindent 2011-01-16 18:16:52 +00:00
Antoine Pitrou 33da1d65bc Better description of SSL-related changes 2011-01-16 18:16:09 +00:00
Raymond Hettinger 9297709292 Clean-up comment. 2011-01-16 09:18:59 +00:00
Georg Brandl 52a43b5dfd Fix two small issues. 2011-01-16 09:11:45 +00:00
Georg Brandl 23e924f96b Fix "make suspicious" errors and update ignore file. 2011-01-15 17:05:20 +00:00
Raymond Hettinger cf8a382c94 Update the email section 2011-01-11 21:20:20 +00:00
Raymond Hettinger 9767365318 Update the datetime and time section. 2011-01-11 21:13:26 +00:00
Raymond Hettinger 3a8ae5f9f4 Clean-up threading.Barrier example. 2011-01-11 20:51:45 +00:00
Raymond Hettinger 5cee47f321 Add entry for Barrier objects. 2011-01-11 19:59:46 +00:00
Raymond Hettinger 6655d113e6 Add a todo. 2011-01-11 08:49:10 +00:00
Raymond Hettinger 51e2107b81 Fix typos and markup. 2011-01-10 23:38:15 +00:00
Alexander Belopolsky dc004a3ad6 Removed time.ctime from the list of functions that take a time tuple argument 2011-01-10 21:58:52 +00:00