14182 Commits (fc93ec5966f67b94cd46c3b8ab6400a54f3443ac)

Author SHA1 Message Date
Nadeem Vawda 19e568d254 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 14 years ago
Gregory P. Smith 6b0bdab429 Fixes issue #16409: The reporthook callback made by the legacy 14 years ago
Chris Jerdonek df3abec2c9 Link set and frozenset function docs to their class definitions (issue #16436). 14 years ago
Chris Jerdonek 4ed4b1c7fe Improve FAQ link in documentation (for issue #16435). 14 years ago
Ezio Melotti 8b6b176b33 #16440: fix exception type and clarify example. 14 years ago
Andrew Svetlov 5c90436d64 Issue #16439: Fix markup in example for stdtypes. 14 years ago
Andrew Svetlov 0e9a065275 Issue #16435: Link in tutorial now points to python3 FAQ. 14 years ago
Ezio Melotti 78b18d4b4c #11481: update copyreg docs and add example. 14 years ago
Ezio Melotti 402f75d966 #10385: use the mod role in subprocess docs. 14 years ago
Tim Golden 9b3fb0c6a0 Backed out changeset dafca4714298 14 years ago
Tim Golden 8f323d9aca issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon 14 years ago
Ezio Melotti 99bafff7cc Fix typo noticed by Tom Lynn. 14 years ago
Andrew Svetlov 90a654b1dd Issue #15641: Clean up deprecated classes from importlib 14 years ago
Ezio Melotti b87f82f8d4 #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. 14 years ago
Éric Araujo 309b043237 Avoid fd leak in example. Caught by Serhiy. 14 years ago
Éric Araujo 8f423c9359 Add examples for opener argument of open (#13424). 14 years ago
Chris Jerdonek 11f3f172e7 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. 14 years ago
Ezio Melotti dedfa9bfae #4711: break long words in the docs sidebar to avoid overflow. 14 years ago
Andrew Svetlov 47395617bc Issue #16261: fix bare excepts in Doc/ 14 years ago
Stefan Krah 4af77a0276 Issue #15814: Use hash function that is compatible with the equality 14 years ago
Georg Brandl 4552e3f95c Grammar touchup. 14 years ago
Andrew Svetlov d183767ca4 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu 14 years ago
Andrew Svetlov 5bb420761f Reword set docs to use *proper subset/superset* terminology. 14 years ago
Andrew Svetlov 1491cbdf63 Issue #14893: Add function annotation example to function tutorial. 14 years ago
Andrew Svetlov 5f91ad3550 Issue #14900: document added sort keys for profile stats. 14 years ago
Mark Dickinson 6ae568b9df Issue #16348: Fix incorrect documentation for Decimal.remainder_near. 14 years ago
Andrew Svetlov 616f8035a8 Issue #16197: Fix several small errors in winreg documentation. 14 years ago
R David Murray a2959cea3f #16371: fix up the English a bit more. 14 years ago
Andrew Svetlov ec42255039 Issue #16371: fix typo in ctypes documentation. 14 years ago
Andrew Svetlov e1fa22a8ae Issue #16370: Mention Py_SetProgramName in example for very high level embedding. 14 years ago
Andrew Svetlov 4deb16dd75 Remove already dropped function PySys_GetFile from documentation. 14 years ago
Andrew Svetlov 7ea6f706ac Fix typo in mock docs. 14 years ago
Victor Stinner e64322e034 Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster 14 years ago
Antoine Pitrou d4156c1693 Issue #16351: New function gc.get_stats() returns per-generation collection statistics. 14 years ago
Victor Stinner 292c835548 Issue #15478: Raising an OSError doesn't decode or encode the filename anymore 14 years ago
Brian Curtin e9aeca7c24 Fix #16197. Update docstrings and documentation to match winreg code. 14 years ago
Chris Jerdonek 8b7f9f581d Remove unneeded "Release" and "Date" markers from doc index pages. 14 years ago
Hynek Schlawack 27ddb576f1 #1492704: Ensure and document backward compatibility of the change 14 years ago
Georg Brandl 75f0020d29 Remove confusing "Release" and "Date" markers from whatsnews. 14 years ago
Andrew Svetlov 2ec53be2e2 Issue #14570: Document json sort_keys parameter properly. 14 years ago
Andrew Svetlov c2415eb7e6 Issue #14616: Mention shlex.quote in subprocess docs. 14 years ago
Georg Brandl 01f47e82a3 Add a autobuild-quick target that only rebuilds HTML. 14 years ago
Georg Brandl fffc25da83 #8040: fix jQuery incompatibility 14 years ago
Ezio Melotti 971ba4c817 #16337: fix typo. 14 years ago
Ezio Melotti e5b1023ae2 #8040: fix the version. 14 years ago
Ezio Melotti 58864b3cad #8040: enable the versionswitcher for the autobuild-dev target. 14 years ago
Ezio Melotti 380ce651e9 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. 14 years ago
Senthil Kumaran 847c33cc3b Include mention of jenkins as an example framework for doing CI 14 years ago
Andrew Svetlov 735d31723f Issue #16243: add example for inspect.formatargspec 14 years ago
Ezio Melotti 0ada6f1a52 #16317: mention lzma in the tutorial. Patch by Serhiy Storchaka. 14 years ago