11974 Commits (100b889ccd742022b4eaeee29f68e75bdcecdc3b)

Author SHA1 Message Date
Sandro Tosi 100b889ccd Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions 14 years ago
Sandro Tosi d11d0d6343 Issue #14448: mention pytz; patch by Andrew Svetlov 14 years ago
Sandro Tosi 3e29d93007 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe 14 years ago
Sandro Tosi e6c3462607 Issue #13478: document timeit.default_timer() 14 years ago
Sandro Tosi 08ccbf4be9 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa 14 years ago
R David Murray 790e005669 #14640: Fix typos/syntax in pyporting.rst. 14 years ago
Sandro Tosi cfdba61c3c Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos 14 years ago
Senthil Kumaran a42665f4d4 issue2193 - Update 3.2 docs about legal characters allowed in Cookie name 14 years ago
Ned Deily cc19140607 Remove webbrowser doc reference to the previously removed internet-config option. 14 years ago
Vinay Sajip 62930e1cc5 Corrected version numbers in cookbook example. 14 years ago
Vinay Sajip 59b9a79a5a Tweaked format of cookbook example. 14 years ago
Vinay Sajip b00e8f108d Added cookbook example for BOM insertion. 14 years ago
Sandro Tosi 1ee17198c8 fix typo; thanks to Jérôme Mainka from docs@ 14 years ago
Ezio Melotti 84e59aa989 Fix highlight and spacing in json example. 14 years ago
Ezio Melotti f86b28e3d2 #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe. 14 years ago
Georg Brandl d46d69c279 3.2 sidebar: link to 3.3, not 3.1 14 years ago
R David Murray e7bade568e #14553: fix word order. 14 years ago
R David Murray 644cabed4b #14552: remove redundant wording in 'test' docs. 14 years ago
Antoine Pitrou f6cd9b2d46 Improve the threading.Condition docs. 14 years ago
Georg Brandl 2c5807572f Closes #14545: make clearer what was added. 14 years ago
Antoine Pitrou b96a354556 Small improvements to the threading docs: better publicize support for the with statement. 14 years ago
Antoine Pitrou 2c9f1042c6 Fix some markup in the threading docs. 14 years ago
Antoine Pitrou 126aef768d Issue #8799: Fix and improve the threading.Condition documentation. 14 years ago
Vinay Sajip 074faff925 Updated logging reference and HOWTO. 14 years ago
Senthil Kumaran cc4979092f minor .rst fix 14 years ago
Vinay Sajip 838e638a96 Corrected comment in cookbook example script. 14 years ago
Vinay Sajip 0292fa99ef Added multiprocessing example to logging cookbook. 14 years ago
Georg Brandl 3abebca780 Closes #14511: fix wrong opensearch link for 3.2 docs. 14 years ago
Sandro Tosi fee3fc748e Issue #14502: release() and unlocked lock generates a ThreadError 14 years ago
R David Murray 28b8b94760 #14481: fix formatting of example in subprocess docs. 14 years ago
Sandro Tosi 165a2c2e27 fix typo; thanks to Robert Bardos from docs@ 14 years ago
Antoine Pitrou 6afd11c762 Issue #14456: improve documentation of the signal module w.r.t. threads. 14 years ago
Sandro Tosi 317075de29 use unittest.skip; thanks to Chang Min Jeon from docs@ 14 years ago
Sandro Tosi 9ee65f1f92 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ 14 years ago
R David Murray 5e0c57142d #10423: clarify options vs args in argparse discussion of optparse 14 years ago
R David Murray 07cf1d8085 #14416: add missing LOG_SYSLOG facility to syslog docs. 14 years ago
Sandro Tosi 99e7d0706e Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe 14 years ago
Vinay Sajip 8ece80faae Minor documentation tweak. 14 years ago
Georg Brandl d34fc8b275 Add missing files for new doc theme. 14 years ago
Georg Brandl ab7121430e Switch to new "lighter" doc design. 14 years ago
Georg Brandl 11ee31ab08 Closes #14401: fix typos in curses howto. 14 years ago
Martin v. Löwis 2dee394af9 Issue #14400: Fix typo. 14 years ago
R David Murray 1623afff67 #14355: remove obsolete doc reference to previously removed init_frozen. 14 years ago
Georg Brandl 3a19e542ff Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern 14 years ago
Georg Brandl 557a3ec9bb Closes #14343: avoid shadowing builtin input() in example code. 14 years ago
Georg Brandl 5ec6fdb0f6 Closes #14342: remove out-of-date section about avoiding recursion errors. 14 years ago
Georg Brandl 12c3cd7c1f Closes #14306: clarify expensiveness of try-except and update code snippet 14 years ago
Senthil Kumaran f2123d2db5 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan 14 years ago
R David Murray 41914349ad #11780: s/throw/raise/ 14 years ago
R David Murray 69ebfe43b0 #11780: document that email.encoders throw TypeError on multipart messages. 14 years ago