1. ba68752 This "fixes" compilation issues for the Carbon._OSA module on OSX Leopard by Ronald Oussoren · 18 years ago
  2. 0b60a14 Another markup fix. by Georg Brandl · 18 years ago
  3. 4c07cd9 Updated documentation and build_tkinter.py script by Christian Heimes · 18 years ago
  4. 45c088c Fix markup. by Georg Brandl · 18 years ago
  5. b8df156 Add examples to re docs. Written for GHOP by Dan Finnie. by Georg Brandl · 18 years ago
  6. 2e1af25 Error checking was too aggressive (reported by Chris Tismer) by Raymond Hettinger · 18 years ago
  7. 722e101 Add examples to csv, pprint and traceback docs. Written by Ross for GHOP. by Georg Brandl · 18 years ago
  8. 395fe44 Spelling fix by Andrew M. Kuchling · 18 years ago
  9. 7cc1c6f Added msg to Misc/NEWS by Christian Heimes · 18 years ago
  10. fe4826f merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError by Christian Heimes · 18 years ago
  11. 8f1fea5 Fixed error in regrtest. I must have missed the spot. by Christian Heimes · 18 years ago
  12. 76fa9c0 Fixed quoting and paths in the sqlite project file by Christian Heimes · 18 years ago
  13. 2d3953b Fix typo. by Georg Brandl · 18 years ago
  14. 0116158 These optimizations create smaller and a bit faster code on my machine. I've also disabled an optimization that may be dangerous. Intrinsic functions conflict with errno. by Christian Heimes · 18 years ago
  15. c37f288 Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch". by Georg Brandl · 18 years ago
  16. 21c6665 Fix duplicate label and a typo. by Georg Brandl · 18 years ago
  17. 1206a22 Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead. by Christian Heimes · 18 years ago
  18. 58f6f2e fma speedup by avoiding to create a Context. Thanks Mark Dickinson. by Facundo Batista · 18 years ago
  19. d95a1ee Add "Python on Unix" document, mostly written for GHOP by Shriphani Palakodety. by Georg Brandl · 18 years ago
  20. 19b1aaa Added VS 2005 and VS 2008 to the search path for cabarc.exe by Christian Heimes · 18 years ago
  21. 9acba04 Added self generated UUID for msvcr90.dll to msi.py Readded a missing line. by Christian Heimes · 18 years ago
  22. 69233e8 Move nt.access change into the right section. by Martin v. Löwis · 18 years ago
  23. a51d5c8 Fix chflags issue on Tru64, from #1490190. by Martin v. Löwis · 18 years ago
  24. 7b3cc06 Forward-port r59310: by Martin v. Löwis · 18 years ago
  25. e227263 Shut up a compiler warning. by Guido van Rossum · 18 years ago
  26. 6e751f4 Grammar fix by Andrew M. Kuchling · 18 years ago
  27. 0a0cf16 Add examples to the xmlrpclib docs. Written for GHOP by Josip Dzolonga. by Georg Brandl · 18 years ago
  28. 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 18 years ago
  29. cbcfe4f #1548: fix apostroph placement. by Georg Brandl · 18 years ago
  30. bd5b623 Two small fixes. Issue 1547. by Facundo Batista · 18 years ago
  31. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 18 years ago
  32. 2ec7415 Faster _fix function, and some reordering for a more elegant by Facundo Batista · 18 years ago
  33. 62edb71 Speedup and cleaning of __str__. Thanks Mark Dickinson. by Facundo Batista · 18 years ago
  34. 0f6d4e6 I followed MA Lemberg's suggestion and added comments to the late initialization of the type slots. by Christian Heimes · 18 years ago
  35. c654fc2 Added comment to Misc/NEWS for r59290 by Christian Heimes · 18 years ago
  36. 3305c52 Applied my patch #1455 with some extra fixes for VS 2005 by Christian Heimes · 18 years ago
  37. ef01d82 Implement PEP 366 by Nick Coghlan · 18 years ago
  38. f19b951 Add documentation for PySys_* functions. by Georg Brandl · 18 years ago
  39. 968a3e5 Fix a sentence I missed before. Do not merge to 3k. by Georg Brandl · 18 years ago
  40. 584265b Add more entries to the glossary. by Georg Brandl · 18 years ago
  41. b15a8df Convert bdb.rst line endings to Unix style. by Georg Brandl · 18 years ago
  42. fefcd4e Add example to mmap docs. Written for GHOP by Rafal Rawicki. by Georg Brandl · 18 years ago
  43. 87983f2 Add "Using Python on Windows" document, by Robert Lehmann. Written for GHOP. by Georg Brandl · 18 years ago
  44. 39bd059 Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. by Georg Brandl · 18 years ago
  45. e4317fa Add test suite for cmd module. by Georg Brandl · 18 years ago
  46. ebb035e Add a few refcount data entries. by Georg Brandl · 18 years ago
  47. 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 18 years ago
  48. 77b2d63 Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 18 years ago
  49. 3e76d93 Added one more missing versionadded tag by Christian Heimes · 18 years ago
  50. 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 18 years ago
  51. dfdfaab Feature #1534 by Christian Heimes · 18 years ago
  52. 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 · 18 years ago
  53. 6b29dd0 Backport of -r59242:59246 from py3k by Christian Heimes · 18 years ago
  54. 81ddc1a Move lchmod() docs to correct place, and add versionadded tags. by Georg Brandl · 18 years ago
  55. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 18 years ago
  56. dafd32b Issue #1521: on 64bit platforms, str.decode fails on very long strings. by Amaury Forgeot d'Arc · 18 years ago
  57. be49a90 Add a NEWS entry for r59231 by Amaury Forgeot d'Arc · 18 years ago
  58. 3971f6b Removed or replaced some more deprecated preprocessor macros. by Christian Heimes · 18 years ago
  59. 0d157a0 Reordering of __new__ to minimize isinstance() calls to most by Facundo Batista · 18 years ago
  60. 025c347 Issue #1402: PyInterpreterState_Clear() may still invoke user code by Amaury Forgeot d'Arc · 18 years ago
  61. 82225b7 Add more examples to the wsgiref docs. From GHOP by Josip Dzolonga. by Georg Brandl · 18 years ago
  62. 59c1b41 vc2008: Move python.vcproj first in the solution file, so that by Amaury Forgeot d'Arc · 18 years ago
  63. ede3a32 Spaces vs. Tabs. by Georg Brandl · 18 years ago
  64. 31645ba Fix bug #1517, a segfault in lookdict(). by Guido van Rossum · 18 years ago
  65. 430e362 Add examples to the ConfigParser documentation. by Georg Brandl · 18 years ago
  66. 9d83daa Fix reference target. by Georg Brandl · 18 years ago
  67. d7b3337 Added py3kwarning to the documentation of the sys module. by Christian Heimes · 18 years ago
  68. 636afc5 I forgot to fix one occurence of new in test_descr by Christian Heimes · 18 years ago
  69. 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 18 years ago
  70. 715ec18 Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign of by Guido van Rossum · 18 years ago
  71. b61a1f5 Added a deprecation warning to the 'new' module. by Christian Heimes · 18 years ago
  72. c756d00 Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module. by Christian Heimes · 18 years ago
  73. 8b01140 Backport of changes to PCbuild9 from the py3k branch by Christian Heimes · 18 years ago
  74. 2ffd780 Moved the errno import from inside the functions to the by Facundo Batista · 18 years ago
  75. 8fc2a34 Remove unused global variable, and remove unneeded COMError.__str__ by Thomas Heller · 18 years ago
  76. 41f0392 A thread-less variant of brownian.py, submitted by Michele Simoniato. by Guido van Rossum · 18 years ago
  77. c8dfd58 Bug #1494: Document that appendChild removes first. by Martin v. Löwis · 18 years ago
  78. 58a6f44 back in these go - thanks to Titus Brown for the fix by Skip Montanaro · 18 years ago
  79. b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 18 years ago
  80. ce7d10c Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 18 years ago
  81. 6dae85f Warning "<> not supported in 3.x" should be enabled only when the -3 option is set. by Amaury Forgeot d'Arc · 18 years ago
  82. f8b6abd #1355: remove mention of PyXML from xml.dom docs. by Georg Brandl · 18 years ago
  83. 586edab #1467: fix documentation for TestResult.add{Error,Failure}. by Georg Brandl · 18 years ago
  84. 439f250 #1344: document that you need to open std{in,out,err} with PIPE if you want by Georg Brandl · 18 years ago
  85. 98f4079 revert by Skip Montanaro · 18 years ago
  86. d3a1bdf revert change that breaks test_doctest (which I forgot to run - sorry) by Skip Montanaro · 18 years ago
  87. 3e9ac99 Backport of fixes from py3k branch svn merge -r59131:HEAD ../../py3k/PCbuild9/ . by Christian Heimes · 18 years ago
  88. ffcd1e1 Added filename to compiling struct based on Martin's suggestion. by Christian Heimes · 18 years ago
  89. 9401cbe Test cases from Cowlishaw, v2.57. All are pased cleanly. by Facundo Batista · 18 years ago
  90. 72bc54f Major change in the internal structure of the Decimal by Facundo Batista · 18 years ago
  91. 90b5bc3 issue 1429818 by Skip Montanaro · 18 years ago
  92. 6d7914b Make trace and doctest play nice together (issue 1429818). Will backport. by Skip Montanaro · 18 years ago
  93. f7b462f Add item by Andrew M. Kuchling · 18 years ago
  94. 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 · 18 years ago
  95. e36fe53 How did the comment get there? by Christian Heimes · 18 years ago
  96. 02c9ab5 Fixed problems in the last commit. Filenames and line numbers weren't reported correctly. by Christian Heimes · 18 years ago
  97. 729ab15 Applied patch #1754273 and #1754271 from Thomas Glee by Christian Heimes · 18 years ago
  98. 2336111 Backport of PCbuild9 fixes from py3k r59130 by Christian Heimes · 18 years ago
  99. eaa2c98 Fix a bug in the test for using __loader__.get_data(). by Brett Cannon · 18 years ago
  100. e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 18 years ago