1. 584265b Add more entries to the glossary. by Georg Brandl · 17 years ago
  2. b15a8df Convert bdb.rst line endings to Unix style. by Georg Brandl · 17 years ago
  3. fefcd4e Add example to mmap docs. Written for GHOP by Rafal Rawicki. by Georg Brandl · 17 years ago
  4. 87983f2 Add "Using Python on Windows" document, by Robert Lehmann. Written for GHOP. by Georg Brandl · 17 years ago
  5. 39bd059 Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. by Georg Brandl · 17 years ago
  6. e4317fa Add test suite for cmd module. by Georg Brandl · 17 years ago
  7. ebb035e Add a few refcount data entries. by Georg Brandl · 17 years ago
  8. 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 17 years ago
  9. 77b2d63 Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 17 years ago
  10. 3e76d93 Added one more missing versionadded tag by Christian Heimes · 17 years ago
  11. 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 17 years ago
  12. dfdfaab Feature #1534 by Christian Heimes · 17 years ago
  13. 9f6d4ce Although pyconfig.h claims that WIN32 is obsolete it is still required for the locale module. locale.getdefaultlocale() fails silently w/o the WIN32 macro. by Christian Heimes · 17 years ago
  14. 6b29dd0 Backport of -r59242:59246 from py3k by Christian Heimes · 17 years ago
  15. 81ddc1a Move lchmod() docs to correct place, and add versionadded tags. by Georg Brandl · 17 years ago
  16. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 17 years ago
  17. dafd32b Issue #1521: on 64bit platforms, str.decode fails on very long strings. by Amaury Forgeot d'Arc · 17 years ago
  18. be49a90 Add a NEWS entry for r59231 by Amaury Forgeot d'Arc · 17 years ago
  19. 3971f6b Removed or replaced some more deprecated preprocessor macros. by Christian Heimes · 17 years ago
  20. 0d157a0 Reordering of __new__ to minimize isinstance() calls to most by Facundo Batista · 17 years ago
  21. 025c347 Issue #1402: PyInterpreterState_Clear() may still invoke user code by Amaury Forgeot d'Arc · 17 years ago
  22. 82225b7 Add more examples to the wsgiref docs. From GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
  23. 59c1b41 vc2008: Move python.vcproj first in the solution file, so that by Amaury Forgeot d'Arc · 17 years ago
  24. ede3a32 Spaces vs. Tabs. by Georg Brandl · 17 years ago
  25. 31645ba Fix bug #1517, a segfault in lookdict(). by Guido van Rossum · 17 years ago
  26. 430e362 Add examples to the ConfigParser documentation. by Georg Brandl · 17 years ago
  27. 9d83daa Fix reference target. by Georg Brandl · 17 years ago
  28. d7b3337 Added py3kwarning to the documentation of the sys module. by Christian Heimes · 17 years ago
  29. 636afc5 I forgot to fix one occurence of new in test_descr by Christian Heimes · 17 years ago
  30. 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 17 years ago
  31. 715ec18 Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign of by Guido van Rossum · 17 years ago
  32. b61a1f5 Added a deprecation warning to the 'new' module. by Christian Heimes · 17 years ago
  33. c756d00 Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module. by Christian Heimes · 17 years ago
  34. 8b01140 Backport of changes to PCbuild9 from the py3k branch by Christian Heimes · 17 years ago
  35. 2ffd780 Moved the errno import from inside the functions to the by Facundo Batista · 17 years ago
  36. 8fc2a34 Remove unused global variable, and remove unneeded COMError.__str__ by Thomas Heller · 17 years ago
  37. 41f0392 A thread-less variant of brownian.py, submitted by Michele Simoniato. by Guido van Rossum · 17 years ago
  38. c8dfd58 Bug #1494: Document that appendChild removes first. by Martin v. Löwis · 17 years ago
  39. 58a6f44 back in these go - thanks to Titus Brown for the fix by Skip Montanaro · 17 years ago
  40. b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 17 years ago
  41. ce7d10c Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 17 years ago
  42. 6dae85f Warning "<> not supported in 3.x" should be enabled only when the -3 option is set. by Amaury Forgeot d'Arc · 17 years ago
  43. f8b6abd #1355: remove mention of PyXML from xml.dom docs. by Georg Brandl · 17 years ago
  44. 586edab #1467: fix documentation for TestResult.add{Error,Failure}. by Georg Brandl · 17 years ago
  45. 439f250 #1344: document that you need to open std{in,out,err} with PIPE if you want by Georg Brandl · 17 years ago
  46. 98f4079 revert by Skip Montanaro · 17 years ago
  47. d3a1bdf revert change that breaks test_doctest (which I forgot to run - sorry) by Skip Montanaro · 17 years ago
  48. 3e9ac99 Backport of fixes from py3k branch svn merge -r59131:HEAD ../../py3k/PCbuild9/ . by Christian Heimes · 17 years ago
  49. ffcd1e1 Added filename to compiling struct based on Martin's suggestion. by Christian Heimes · 17 years ago
  50. 9401cbe Test cases from Cowlishaw, v2.57. All are pased cleanly. by Facundo Batista · 17 years ago
  51. 72bc54f Major change in the internal structure of the Decimal by Facundo Batista · 17 years ago
  52. 90b5bc3 issue 1429818 by Skip Montanaro · 17 years ago
  53. 6d7914b Make trace and doctest play nice together (issue 1429818). Will backport. by Skip Montanaro · 17 years ago
  54. f7b462f Add item by Andrew M. Kuchling · 17 years ago
  55. 6d8fb1a And yet another fix for the patch. Paul Moore has send me a note that I've missed a declaration. The additional code has moved the declaration in the middle of the block. by Christian Heimes · 17 years ago
  56. e36fe53 How did the comment get there? by Christian Heimes · 17 years ago
  57. 02c9ab5 Fixed problems in the last commit. Filenames and line numbers weren't reported correctly. by Christian Heimes · 17 years ago
  58. 729ab15 Applied patch #1754273 and #1754271 from Thomas Glee by Christian Heimes · 17 years ago
  59. 2336111 Backport of PCbuild9 fixes from py3k r59130 by Christian Heimes · 17 years ago
  60. eaa2c98 Fix a bug in the test for using __loader__.get_data(). by Brett Cannon · 17 years ago
  61. e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 17 years ago
  62. 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 17 years ago
  63. cc7f26b Final fix for #1403 by Christian Heimes · 17 years ago
  64. f57375a Add a NEWS entry for r59076. by Amaury Forgeot d'Arc · 17 years ago
  65. 3f065a4 Added NEWS entry Thanks for the reminder, Brett by Christian Heimes · 17 years ago
  66. 9db1d5a Add a missing check before deleting a package's __loader__. by Brett Cannon · 17 years ago
  67. 43e53f8 doctest assumed that a package's __loader__.get_data() method used universal by Brett Cannon · 17 years ago
  68. 901071b Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress by Christian Heimes · 17 years ago
  69. 0e5edf5 Remove a unneeded line that had typos. by Brett Cannon · 17 years ago
  70. 5087980 The incremental decoder for utf-7 must preserve its state between calls. by Amaury Forgeot d'Arc · 17 years ago
  71. 8c4592a Backport some main.c cleanup from the py3k branch by Nick Coghlan · 17 years ago
  72. 547867e Another fix for test_shutil. Martin pointed out that it breaks some build bots by Christian Heimes · 17 years ago
  73. 0ffdacd Patch #1468: Package Lib/test/*.pem. by Martin v. Löwis · 17 years ago
  74. 044d709 Fixed bug #1470 by Christian Heimes · 17 years ago
  75. 4673e19 Fix the OSX failures in this test -- they were due to /tmp being a symlink by Guido van Rossum · 17 years ago
  76. 089816b Make this work stand-alone, too. by Guido van Rossum · 17 years ago
  77. c045883 Fixed detail in add_type() explanation (issue 1463). by Facundo Batista · 17 years ago
  78. 8f6793b Enable some test_cmd_line_script debugging output to investigate failure on Mac OSX buildbot by Nick Coghlan · 17 years ago
  79. 183744d Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode()) by Walter Dörwald · 17 years ago
  80. fc7e72d Fix typo in comment. by Walter Dörwald · 17 years ago
  81. 76e4d62 Use a slightly more recent version than 1.5.2b2. by Neal Norwitz · 17 years ago
  82. 327a39b Patch #1739468: Directories and zipfiles containing __main__.py are now executable by Nick Coghlan · 17 years ago
  83. 5cf449c Remove a confusing sentence about pth files and which directories are searched by Brett Cannon · 17 years ago
  84. 8465ae8 Fix signature in example by Raymond Hettinger · 17 years ago
  85. 6f7e6fb Made _ParseTupleFinds only defined to unicodeobject.c by Facundo Batista · 17 years ago
  86. 292a069 Fix for stupid error (I need to remember to do a full 'make clean + make' by Facundo Batista · 17 years ago
  87. 57d5669 Now in find, rfind, index, and rindex, you can use None as defaults, by Facundo Batista · 17 years ago
  88. 5397fd1 A patch from issue 1378 by roudkerk: by Guido van Rossum · 17 years ago
  89. 414c2b0 add the certificate for the Python SVN repository for testing SSL by Bill Janssen · 17 years ago
  90. bc69349 Add example for use cases requiring default values. by Raymond Hettinger · 17 years ago
  91. 7c3738e Example of multiple replacements. by Raymond Hettinger · 17 years ago
  92. 213ae01 Fixup example in docs. by Raymond Hettinger · 17 years ago
  93. 5681cbc Small improvement to the implementation of __replace__(). by Raymond Hettinger · 17 years ago
  94. eeeb9c4 Accept Issac Morland's suggestion for __replace__ to allow multiple replacements by Raymond Hettinger · 17 years ago
  95. b5e5d07 Add test for __fields__ being read-only by Raymond Hettinger · 17 years ago
  96. 78f27e0 Make __fields__ read-only. Suggested by Issac Morland by Raymond Hettinger · 17 years ago
  97. b5b6f3c Remove dead link from random docs. by Georg Brandl · 17 years ago
  98. 0d75f09 Merge from py3k branch: by Amaury Forgeot d'Arc · 17 years ago
  99. 0288cb0 Add the test from issue 1704621 (the issue itself is already fixed here). by Guido van Rossum · 17 years ago
  100. 1bc4af4 readline module cleanup by Christian Heimes · 17 years ago