1. 009a6bd Fix label syntax. by Georg Brandl · 14 years ago
  2. 8e490de Typo fix. by Georg Brandl · 14 years ago
  3. 7b1aae9 #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc. by R. David Murray · 14 years ago
  4. a80ab10 Typos. by Raymond Hettinger · 14 years ago
  5. ead4975 Missing source links. by Raymond Hettinger · 14 years ago
  6. 399bf7b Fix markup and add todo. by Raymond Hettinger · 14 years ago
  7. e7dfe74 Add entry for hash_info(). by Raymond Hettinger · 14 years ago
  8. 9a236b0 Add section for urllib.parse. by Raymond Hettinger · 14 years ago
  9. a3b7a14 Add entry for the html module. by Raymond Hettinger · 14 years ago
  10. d0d59b1 Add entry for hashlib and expand the GC entry. by Raymond Hettinger · 14 years ago
  11. bf1d2bc Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin). by Raymond Hettinger · 14 years ago
  12. acff595 Add entries for dis, dbm, and ctypes. by Raymond Hettinger · 14 years ago
  13. 50307b6 Add entries for array, asyncore, csv, compileall, and ast. by Raymond Hettinger · 14 years ago
  14. c3e8867 Skip a recursion depth check test when running under CPython and have a trace by Brett Cannon · 14 years ago
  15. 6ef18f4 Fix typo. by Raymond Hettinger · 14 years ago
  16. 971f483 minor clean-up. by Raymond Hettinger · 14 years ago
  17. cbc903b Add tracker references. by Raymond Hettinger · 14 years ago
  18. 98b140c Add entry for reprlib. by Raymond Hettinger · 14 years ago
  19. e6d4c5b Issue #10987: Fix the recursion limit handling in the _pickle module. by Antoine Pitrou · 14 years ago
  20. 0929b1f Add entry for shutil's archiving operations. by Raymond Hettinger · 14 years ago
  21. f2e439f Issue #10955: Fix typo in NEWS, cp497 => cp437 by Victor Stinner · 14 years ago
  22. c7c199f #10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed! by Georg Brandl · 14 years ago
  23. 5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes by Armin Ronacher · 14 years ago
  24. 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 14 years ago
  25. 137e0f0 Issue #10955: fix NEWS entry by Victor Stinner · 14 years ago
  26. 4ee65a9 Issue #10955: zipimport uses ASCII at bootstrap by Victor Stinner · 14 years ago
  27. 01241d6 Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 14 years ago
  28. 00d650b Fix JSON docs about loads() accepting only str objects, not bytes. by Antoine Pitrou · 14 years ago
  29. 2e042d3 Use a Latin-1 example that won't break the LaTeX PDF build. by Raymond Hettinger · 14 years ago
  30. 7a168d9 Add example for __wrapped__. by Raymond Hettinger · 14 years ago
  31. f1dae31 Clarify what changed with respect to date ranges and two-digit years. by Raymond Hettinger · 14 years ago
  32. 305bc9e Issue #10955: Fix a potential crash when trying to mmap() a file past its by Antoine Pitrou · 14 years ago
  33. 9ee94de Corrected the entry about new year range in the time module. by Alexander Belopolsky · 14 years ago
  34. ec89d35 Move developers.txt to the devguide. by Brett Cannon · 14 years ago
  35. c0729bf Update Misc/README. by Brett Cannon · 14 years ago
  36. 3fbfa77 Remove some outdated files from Misc. by Brett Cannon · 14 years ago
  37. 37c0725 Move README.gdb to the devguide. by Brett Cannon · 14 years ago
  38. ad3729e Move README.Emacs to the devguide. by Brett Cannon · 14 years ago
  39. 00db6aa Add an entry for the code repository. by Raymond Hettinger · 14 years ago
  40. 2270d58 Make an entry for the os module's bytes accessors. by Raymond Hettinger · 14 years ago
  41. 03ca1a9 Add hasattr() example. by Raymond Hettinger · 14 years ago
  42. a275c98 Add more examples by Raymond Hettinger · 14 years ago
  43. d9c4a02 Move maintainers.rst into the devguide and rename it the Experts Index. by Brett Cannon · 14 years ago
  44. 41c4da7 Rename AIX-NOTES to something that follows the convention in Misc. by Brett Cannon · 14 years ago
  45. ecdd63f #10944: add c_bool to types table. by Georg Brandl · 14 years ago
  46. 41a99bc Issue #10934: Fixed and expanded Internaldate2tuple() and by Alexander Belopolsky · 14 years ago
  47. e47e093 Issue #10898: Allow compiling the posix module when the C library defines by Antoine Pitrou · 14 years ago
  48. be9994e Fix markup. by Raymond Hettinger · 14 years ago
  49. f3923cf Suppress trailing spaces in table paragraphs. by Georg Brandl · 14 years ago
  50. 89c1cd1 Expand entry for pydoc. by Raymond Hettinger · 14 years ago
  51. c1dfa2e Improve looks by replacing a bullet list with a table. by Raymond Hettinger · 14 years ago
  52. 4bea978 Add examples for inspect. by Raymond Hettinger · 14 years ago
  53. a9013f9 Klocwork scan site no longer available. by Brett Cannon · 14 years ago
  54. 4934864 Fix typo in example of barrier timeouts from r88102 by David Malcolm · 14 years ago
  55. 2c3865b Expand barrier example to show time-outs. by Raymond Hettinger · 14 years ago
  56. e0f1f32 Missing word. by Raymond Hettinger · 14 years ago
  57. 23ab101 Reword the OrderedDict entry to emphasize the default behavior, by Raymond Hettinger · 14 years ago
  58. ad62b03 Issue #10451: memoryview objects could allow to mutate a readable buffer. by Antoine Pitrou · 14 years ago
  59. c8a1686 Typos. by Raymond Hettinger · 14 years ago
  60. ba5512f More nits. by Raymond Hettinger · 14 years ago
  61. c136b04 Nits. by Raymond Hettinger · 14 years ago
  62. 93c8cad More nits. by Raymond Hettinger · 14 years ago
  63. 7ec790d Add example for the abc module. by Raymond Hettinger · 14 years ago
  64. ca904be Nits. by Raymond Hettinger · 14 years ago
  65. 1e6a173 very out of date file by Benjamin Peterson · 14 years ago
  66. 9ba8b0a Add an import to the logging example by Raymond Hettinger · 14 years ago
  67. 02dd70b The example for configparser was weird. by Raymond Hettinger · 14 years ago
  68. 6f0d59b Beautify code examples. by Raymond Hettinger · 14 years ago
  69. 66352d2 Wording nits. by Raymond Hettinger · 14 years ago
  70. 1dcc84e Fix-up the XXX for importlib.abc. by Raymond Hettinger · 14 years ago
  71. 4854d14 Tidy-up the ssl section. by Raymond Hettinger · 14 years ago
  72. 6e7f582 Short README on gdb support. by Brett Cannon · 14 years ago
  73. 15b47c5 Note that two-phase cyclic barriers are suitable for use in loops. by Raymond Hettinger · 14 years ago
  74. 37b9e46 remove unneeded assertion by Benjamin Peterson · 14 years ago
  75. 0dd5ca0 correct assertion by Benjamin Peterson · 14 years ago
  76. 67641d2 turn some checks into assertions, since they are implied by the caller by Benjamin Peterson · 14 years ago
  77. 83a682d Placeholder sentence pointing out that imoprtlib has updated (as well as deprecated) ABCs thanks to the new .pyc situation. by Brett Cannon · 14 years ago
  78. 616667f rangeobject.c (compute_slice_indices): Make function static. by Matthias Klose · 14 years ago
  79. ebeb903 Mention deprecation of PyEval_{Acquire,Release}Lock(). by Antoine Pitrou · 14 years ago
  80. 2e8ec22 More SSL-related stuff by Antoine Pitrou · 14 years ago
  81. f7fb762 Mention HTTP 0.9's partial demise. by Antoine Pitrou · 14 years ago
  82. bcba434 Mention the new context parameter to FTP_TLS, and the small API change by Antoine Pitrou · 14 years ago
  83. b965629 Issue 10889: Added entry for handling of indexing and slicing with ranges bigger than sys.maxsize. by Raymond Hettinger · 14 years ago
  84. eec6dbf Get proper credit by Antoine Pitrou · 14 years ago
  85. 121a055 Fix misindent by Antoine Pitrou · 14 years ago
  86. 33da1d6 Better description of SSL-related changes by Antoine Pitrou · 14 years ago
  87. 255abdd Rewrap and punctuation consistency. by Georg Brandl · 14 years ago
  88. eea594b Add missing NEWS entry for r87948 by Nick Coghlan · 14 years ago
  89. 9297709 Clean-up comment. by Raymond Hettinger · 14 years ago
  90. 5bdfd91 Remove out-of-date comment by Raymond Hettinger · 14 years ago
  91. 52a43b5 Fix two small issues. by Georg Brandl · 14 years ago
  92. 0c5036f Post-release updates. by Georg Brandl · 14 years ago
  93. 678fa9f Package zip_cp437_header.zip. Don't try to package subprocessdata/*.py twice. by Martin v. Löwis · 14 years ago
  94. 7e8fe96 Tagging 3.2rc1. by Georg Brandl · 14 years ago
  95. d0ebc75 Fix mmap and test_mmap under Windows too (followup to r88022) by Antoine Pitrou · 14 years ago
  96. 3988ed8 Bump to 3.2rc1. by Georg Brandl · 14 years ago
  97. 23e924f Fix "make suspicious" errors and update ignore file. by Georg Brandl · 14 years ago
  98. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  99. 6dc50f3 Update to 1.0.7. by Georg Brandl · 14 years ago
  100. 5cc3dcb Update pydoc topics. by Georg Brandl · 14 years ago