1. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  2. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  3. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  4. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 12 years ago
  5. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  6. 1e5d0ff Elaborate that sizeof only accounts for the object itself. by Martin v. Löwis · 12 years ago
  7. 9b10e1f A few documentation improvements, spurred on by Brett's review. by Barry Warsaw · 12 years ago
  8. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  9. 039b01d Add missing versionadded. by Georg Brandl · 12 years ago
  10. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  11. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 12 years ago
  12. 335d628 merge with 3.2 by Georg Brandl · 12 years ago
  13. eb25fb7 Fix markup errors. by Georg Brandl · 12 years ago
  14. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 12 years ago
  15. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  16. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  17. 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 12 years ago
  18. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 12 years ago
  19. a8ff01c Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 13 years ago
  20. 7158e06 Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 13 years ago
  21. 895d181 Issue #12245 merge. by Mark Dickinson · 13 years ago
  22. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  23. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  24. 1079bdf Merge 3.2 by Éric Araujo · 13 years ago
  25. 58a9153 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 13 years ago
  26. da27263 Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 13 years ago
  27. 525b1e9 Fix minor wording issue. by Éric Araujo · 13 years ago
  28. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  29. fbd1e04 Merge with 3.2. by Georg Brandl · 13 years ago
  30. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 13 years ago
  31. a47e53e Update sys.platform doc for #12326. by Georg Brandl · 13 years ago
  32. 462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. by Antoine Pitrou · 13 years ago
  33. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  34. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  35. 93ea851 Merge two minor doc changes into default. by Georg Brandl · 13 years ago
  36. 5166375 Use singular they. Thanks to Mark Summerfield. by Georg Brandl · 13 years ago
  37. c55a7ea Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  38. b751d61 Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  39. 9beb34e #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  40. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  41. 0abb8b7 Merge 3.2 by Éric Araujo · 13 years ago
  42. 7fb624f Branch merge by Éric Araujo · 13 years ago
  43. 944d16c Merge 3.1 by Éric Araujo · 13 years ago
  44. 9a42793 Branch merge by Éric Araujo · 13 years ago
  45. 10f3d7a Change markup so it generates a link by Éric Araujo · 13 years ago
  46. dff18b0 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  47. 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  48. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  49. 3e89870 Add versionchanged for c19752ea037f (#10998) by Éric Araujo · 13 years ago
  50. 2b8ef2d say struct sequence rather than structseq and link to glossary by Benjamin Peterson · 13 years ago
  51. b3a591b Branch merge by Éric Araujo · 13 years ago
  52. 5c1da90 Merge 3.2 by Éric Araujo · 13 years ago
  53. 722bec4 Merge 3.1 by Éric Araujo · 13 years ago
  54. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  55. 5ab4776 Tweaks to sys.flags description table. by Éric Araujo · 13 years ago
  56. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  57. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 13 years ago
  58. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  59. c539a2a Add link to a sample solution to a common problem. by Raymond Hettinger · 14 years ago
  60. 3efdf06 Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from by Éric Araujo · 14 years ago
  61. 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 14 years ago
  62. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  63. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  64. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  65. 96d1eb1 Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from by Alexander Belopolsky · 14 years ago
  66. f0a0d14 Issue #7061: Dropped "for Tk" from turtle module title and moved its by Alexander Belopolsky · 14 years ago
  67. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  68. 8527126 #9237: document sys.call_tracing(). by Georg Brandl · 14 years ago
  69. 6f4e68d #5962: clarify sys.exit() vs. threads. by Georg Brandl · 14 years ago
  70. a40453d abiflags: alphabetize and versionadded by Barry Warsaw · 14 years ago
  71. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  72. d0b0e1d #6798: fix wrong docs for the arguments to several trace events. by Georg Brandl · 14 years ago
  73. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  74. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  75. 13f959b Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from by Georg Brandl · 14 years ago
  76. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  77. d6abb72 Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge from by Georg Brandl · 14 years ago
  78. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  79. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  80. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  81. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  82. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  83. 7cb1319 Terminology fix: exceptions are raised, except in generator.throw(). by Georg Brandl · 14 years ago
  84. 611f8f5 Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from by Georg Brandl · 14 years ago
  85. e42a59d #9442: do not document a specific format for sys.version; rather refer to version_info and the platform module. by Georg Brandl · 14 years ago
  86. 721507b #5778: document that sys.version can contain a newline. by Georg Brandl · 14 years ago
  87. f78756a Merged revisions 82478 via svnmerge from by Mark Dickinson · 14 years ago
  88. 39af05f Merged revisions 82476 via svnmerge from by Mark Dickinson · 14 years ago
  89. 7690892 Merged revisions 82452 via svnmerge from by Mark Dickinson · 14 years ago
  90. be5846b Merged revisions 82446 via svnmerge from by Mark Dickinson · 14 years ago
  91. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  92. b744ba1 Issue #8610: Load file system codec at startup, and display a fatal error on by Victor Stinner · 14 years ago
  93. 2154fd1 Merged revisions 80624 via svnmerge from by Ezio Melotti · 14 years ago
  94. d5334e1 Merged revisions 80620 via svnmerge from by Ezio Melotti · 14 years ago
  95. 21896a3 Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from by Benjamin Peterson · 14 years ago
  96. 482b151 Fix some issues found by Jacques Ducasse on the docs list. by Georg Brandl · 14 years ago
  97. ef871f6 Merged revisions 78859-78860 via svnmerge from by Georg Brandl · 14 years ago
  98. 83fc6dd updated/removed a few versionadded/versionchanged by Ezio Melotti · 14 years ago
  99. 7338a39 Merged revisions 77767 via svnmerge from by Eric Smith · 14 years ago
  100. f7bb578 Merged revisions 77763 via svnmerge from by Eric Smith · 14 years ago