1. 525b1e9 Fix minor wording issue. by Éric Araujo · 13 years ago
  2. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  3. fbd1e04 Merge with 3.2. by Georg Brandl · 13 years ago
  4. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 13 years ago
  5. a47e53e Update sys.platform doc for #12326. by Georg Brandl · 13 years ago
  6. 462d1b3 Move sys.subversion at the right place in alphabetical order, and informally deprecate it. by Antoine Pitrou · 13 years ago
  7. 87fd76e Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  8. a83cdaa Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. by Antoine Pitrou · 13 years ago
  9. 93ea851 Merge two minor doc changes into default. by Georg Brandl · 13 years ago
  10. 5166375 Use singular they. Thanks to Mark Summerfield. by Georg Brandl · 13 years ago
  11. c55a7ea Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  12. b751d61 Merge #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  13. 9beb34e #11901: post-commit review fixes per Georg Brandl by R David Murray · 13 years ago
  14. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  15. 0abb8b7 Merge 3.2 by Éric Araujo · 13 years ago
  16. 7fb624f Branch merge by Éric Araujo · 13 years ago
  17. 944d16c Merge 3.1 by Éric Araujo · 13 years ago
  18. 9a42793 Branch merge by Éric Araujo · 13 years ago
  19. 10f3d7a Change markup so it generates a link by Éric Araujo · 13 years ago
  20. dff18b0 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  21. 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  22. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  23. 3e89870 Add versionchanged for c19752ea037f (#10998) by Éric Araujo · 13 years ago
  24. 2b8ef2d say struct sequence rather than structseq and link to glossary by Benjamin Peterson · 13 years ago
  25. b3a591b Branch merge by Éric Araujo · 13 years ago
  26. 5c1da90 Merge 3.2 by Éric Araujo · 13 years ago
  27. 722bec4 Merge 3.1 by Éric Araujo · 13 years ago
  28. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  29. 5ab4776 Tweaks to sys.flags description table. by Éric Araujo · 13 years ago
  30. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  31. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  32. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  33. c539a2a Add link to a sample solution to a common problem. by Raymond Hettinger · 14 years ago
  34. 3efdf06 Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from by Éric Araujo · 14 years ago
  35. 13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on by Victor Stinner · 14 years ago
  36. 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
  37. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  38. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  39. 96d1eb1 Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from by Alexander Belopolsky · 14 years ago
  40. f0a0d14 Issue #7061: Dropped "for Tk" from turtle module title and moved its by Alexander Belopolsky · 14 years ago
  41. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  42. 8527126 #9237: document sys.call_tracing(). by Georg Brandl · 14 years ago
  43. 6f4e68d #5962: clarify sys.exit() vs. threads. by Georg Brandl · 14 years ago
  44. a40453d abiflags: alphabetize and versionadded by Barry Warsaw · 14 years ago
  45. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  46. d0b0e1d #6798: fix wrong docs for the arguments to several trace events. by Georg Brandl · 14 years ago
  47. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  48. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  49. 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
  50. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  51. d6abb72 Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge from by Georg Brandl · 14 years ago
  52. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  53. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  54. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  55. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  56. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  57. 7cb1319 Terminology fix: exceptions are raised, except in generator.throw(). by Georg Brandl · 14 years ago
  58. 611f8f5 Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from by Georg Brandl · 14 years ago
  59. 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
  60. 721507b #5778: document that sys.version can contain a newline. by Georg Brandl · 14 years ago
  61. f78756a Merged revisions 82478 via svnmerge from by Mark Dickinson · 14 years ago
  62. 39af05f Merged revisions 82476 via svnmerge from by Mark Dickinson · 14 years ago
  63. 7690892 Merged revisions 82452 via svnmerge from by Mark Dickinson · 14 years ago
  64. be5846b Merged revisions 82446 via svnmerge from by Mark Dickinson · 14 years ago
  65. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  66. b744ba1 Issue #8610: Load file system codec at startup, and display a fatal error on by Victor Stinner · 14 years ago
  67. 2154fd1 Merged revisions 80624 via svnmerge from by Ezio Melotti · 14 years ago
  68. d5334e1 Merged revisions 80620 via svnmerge from by Ezio Melotti · 14 years ago
  69. 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
  70. 482b151 Fix some issues found by Jacques Ducasse on the docs list. by Georg Brandl · 14 years ago
  71. ef871f6 Merged revisions 78859-78860 via svnmerge from by Georg Brandl · 14 years ago
  72. 83fc6dd updated/removed a few versionadded/versionchanged by Ezio Melotti · 15 years ago
  73. 7338a39 Merged revisions 77767 via svnmerge from by Eric Smith · 15 years ago
  74. f7bb578 Merged revisions 77763 via svnmerge from by Eric Smith · 15 years ago
  75. eb65775 Merged revisions 77052 via svnmerge from by Ezio Melotti · 15 years ago
  76. 0ba511d Merged revisions 77050 via svnmerge from by Ezio Melotti · 15 years ago
  77. 79707ca Add version tags to sys.{get,set}switchinterval by Antoine Pitrou · 15 years ago
  78. d42bc51 Add a couple of words about the new GIL implementation by Antoine Pitrou · 15 years ago
  79. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  80. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  81. 6103ab1 Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0). by Antoine Pitrou · 15 years ago
  82. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  83. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  84. 60d6b35 Merged revisions 75026 via svnmerge from by Brett Cannon · 15 years ago
  85. 2df8113 Merged revisions 75024 via svnmerge from by Brett Cannon · 15 years ago
  86. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  87. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  88. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  89. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  90. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  91. 995bb47 rewrite binary std streams part; note that detach()/buffer will not always work by Benjamin Peterson · 15 years ago
  92. 4487f53 typo by Benjamin Peterson · 15 years ago
  93. 12f29ff two edits by Benjamin Peterson · 15 years ago
  94. 4199d60 add example function by Benjamin Peterson · 15 years ago
  95. 3261fa5 detach() is a nifty trick for making std* binary by Benjamin Peterson · 15 years ago
  96. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  97. 35a8836 Update whatsnew based on doc search. by Raymond Hettinger · 15 years ago
  98. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  99. e43b060 Document import's semantics for the language reference. This includes filling by Brett Cannon · 15 years ago
  100. d72c7b6 Add ..versionadded for sys.int_info, update py3k version of by Mark Dickinson · 15 years ago