1. 50bbcc2 Fixed #1254: pdb fails to launch some script. by Christian Heimes · 17 years ago
  2. ad7363b Backport r58942: Fix TextCalendar.prweek(). This closes issue #1427. by Walter Dörwald · 17 years ago
  3. d66350a Fix for #1427: Error in standard module calendar merge -r58935:58936 ../trunk by Christian Heimes · 17 years ago
  4. c2e0e07 when talking about an imminent 2.5.2c1, the build should identify itself by Fred Drake · 17 years ago
  5. e53fcfd Fix issue #1705170 (backport from trunk) by Nick Coghlan · 17 years ago
  6. 2e49f78 * fix failing test_recno.py - backport from trunk. by Gregory P. Smith · 17 years ago
  7. e6a6f39 Backport r58892. Add missing "return NULL" in overflow check in PyString_Repr(). by Guido van Rossum · 17 years ago
  8. a1e5387 Backport r58868: by Gregory P. Smith · 17 years ago
  9. ca74140 Note change to get_dialect semantics in 2.5. by Skip Montanaro · 17 years ago
  10. 1dcb9c9 Backport r58709 from trunk: by Georg Brandl · 17 years ago
  11. 2c3e0d9 Backport r58757, r58758, r58759. by Gregory P. Smith · 17 years ago
  12. bf75c51 #1364: os.lstat is available on Windows too, as an alias to os.stat. by Georg Brandl · 17 years ago
  13. cf81e06 Sets are marshalable. by Raymond Hettinger · 17 years ago
  14. 9afdaff Clarify the reasons why pickle is almost always better than marshal by Raymond Hettinger · 17 years ago
  15. 9b12e00 - Build using system ffi library on arm*-linux*, pass --with-system-ffi to CONFIG_ARGS by Matthias Klose · 17 years ago
  16. e467dbc - Build using system ffi library on arm*-linux*. by Matthias Klose · 17 years ago
  17. 5d512fa Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__() by Vinay Sajip · 17 years ago
  18. 4b2a6db Backport 58618: Issue 1307 by Derek Shockey, fix the same bug for RCPT. by Neal Norwitz · 17 years ago
  19. 4aa5f4b Bug #1313, fix typo (wrong variable name) in example. by Neal Norwitz · 17 years ago
  20. 1046af6 Backport 58594: by Neal Norwitz · 17 years ago
  21. 35a9f90 Backport r58545. by Georg Brandl · 17 years ago
  22. 051aa77 Backport r58542. by Georg Brandl · 17 years ago
  23. dd4b025 Backport 58539: squelch the warning that this test is intended to raise. by Gregory P. Smith · 17 years ago
  24. 0dcc3cc Backport 58532, 58533, 58534: by Gregory P. Smith · 17 years ago
  25. 574e1ba Backport 58450: fix uncollectable reference leak in bsddb.db.DBShelf.append by Gregory P. Smith · 17 years ago
  26. 57da2de Fix email example. by Georg Brandl · 17 years ago
  27. 137bdfa Merge trunk 58434: by Gregory P. Smith · 17 years ago
  28. 8012e9c Silence a compiler warning about a function definition not being a prototype. by Brett Cannon · 17 years ago
  29. d79fa9e Bug #1216: Restore support for Visual Studio 2002. by Martin v. Löwis · 17 years ago
  30. d6f6381 Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. by Thomas Heller · 17 years ago
  31. 163048e Backport 58424: by Neal Norwitz · 17 years ago
  32. 7d9c00e Backport 58385 from trunk: fix a double free bug in the _bsddb module by Gregory P. Smith · 17 years ago
  33. 381e1a4 Backport rev 58343: fix DBSequence.get_key() to not crash/fail/etc. by Gregory P. Smith · 17 years ago
  34. 76ee227 Backport 58348: use a reliable host in the test. by Gregory P. Smith · 17 years ago
  35. 4a08ec3 Backport 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module by Gregory P. Smith · 17 years ago
  36. c9f22b9 Backport 58332: Fix Coverity #159. by Neal Norwitz · 17 years ago
  37. 14f848b Backport 58330: Fix Coverity #158: Check the correct variable. by Neal Norwitz · 17 years ago
  38. 0ac4b27 move descriptions of ac_(in|out)_buffer_size to the right place by Fred Drake · 17 years ago
  39. 2f2bd3e #1196: document default radix for int(). by Georg Brandl · 17 years ago
  40. cdceeb8 Fix -- being converted to - in HTML. #1186. by Georg Brandl · 17 years ago
  41. dfecfdb Fix #1169: remove docstrings in functions for -OO. (backport from rev. 58204) by Georg Brandl · 17 years ago
  42. 5e84e80 issue1172: Documentation of "done" attribute in cgi module. by Sean Reifscheider · 17 years ago
  43. e8dd31a issue1082: Fixing system and platform names for Vista. by Sean Reifscheider · 17 years ago
  44. 1644e6e issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5. by Sean Reifscheider · 17 years ago
  45. b5ec587 issue1597011: Fix for bz2 module corner-case error due to error checking bug. by Sean Reifscheider · 17 years ago
  46. 5cf6ef8 ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. by Thomas Heller · 17 years ago
  47. 3af4220 Backport 58150: Rename debug import lib to _msi_d.lib. by Martin v. Löwis · 17 years ago
  48. 782c417 Backport r58149: Clean Release projects as well. by Martin v. Löwis · 17 years ago
  49. 9a85f04 Add 2.5 MSI builder. by Martin v. Löwis · 17 years ago
  50. fed6bb7 Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 17 years ago
  51. 226910f bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier. by Georg Brandl · 17 years ago
  52. b8c23fb Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. by Georg Brandl · 17 years ago
  53. 5d30e75 Fix #1122: wrong return type documented for various _Size() functions. by Georg Brandl · 17 years ago
  54. 13bfa3a Cause passing a string to generator.throw() to raise a deprecation warning. by Brett Cannon · 17 years ago
  55. 18726be Backport: #1095: ln -f doesn't work portably. by Georg Brandl · 17 years ago
  56. 339a3ad backport of r58023 to fix unit test suite issue1112 on windows by Gregory P. Smith · 17 years ago
  57. c4f5a15 Fix typo: c_float represents to C float type. by Thomas Heller · 17 years ago
  58. 303d350 Backport of r58004. by Armin Rigo · 17 years ago
  59. a326ab2 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
  60. 5cb86a2 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 17 years ago
  61. 7303f70 Patch #1105: Explain that one needs to build the solution by Martin v. Löwis · 17 years ago
  62. b084402 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 17 years ago
  63. fc787d5 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  64. cf754ba - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 17 years ago
  65. df65f9b Backport of rev. 57904 by Ronald Oussoren · 17 years ago
  66. fe2cb59 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
  67. 738032f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 17 years ago
  68. b9ff669 Warn about possible risks when extracting untrusted archives. by Lars Gustäbel · 17 years ago
  69. 39f1f45 Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 17 years ago
  70. aa1e005 Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  71. d4c0969 . by Skip Montanaro · 17 years ago
  72. 51cf112 backport r57626 by Skip Montanaro · 17 years ago
  73. a9bad98 TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
  74. 1ab6a25 Backport this change to get test_sqlite working on Macs. Same change Thomas by Skip Montanaro · 17 years ago
  75. 906f735 Bug #1010: docs url points to SF.net, now points to bugs.python.org. by Georg Brandl · 17 years ago
  76. 8e3315d Bug #1765375: fix stripping of unwanted LDFLAGS. (backport from rev. 57389) by Georg Brandl · 17 years ago
  77. 79af4af On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.x by Gregory P. Smith · 17 years ago
  78. 838c332 backport of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  79. eec47f3 Backport fix of #1752175. by Georg Brandl · 17 years ago
  80. 7d108b8 Bug #1766421: "return code" vs. "status code". by Georg Brandl · 17 years ago
  81. e468ada Back port of r57286 from py3k and trunk by Gregory P. Smith · 17 years ago
  82. b354e3d Fix a typo in a comment by Neal Norwitz · 17 years ago
  83. 2da880a - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 17 years ago
  84. f294460 Fix #1771558 (already fixed in trunk). by Georg Brandl · 17 years ago
  85. de469d6 Fix compilation warning. (backport from rev. 56833) by Georg Brandl · 17 years ago
  86. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  87. e51d1d1 Bug #1769002: fix a now-wrong sentence in the tutorial. by Georg Brandl · 17 years ago
  88. 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 17 years ago
  89. 979f5cd - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 17 years ago
  90. 858c809 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  91. b4d100c Bug #1763149: use proper slice syntax in docstring. (backport) by Georg Brandl · 17 years ago
  92. 00247d8 try-except-finally is new in 2.5. (backport from rev. 56614) by Georg Brandl · 17 years ago
  93. 22c1525 Clarify PEP 343 description. (backport from rev. 56611) by Georg Brandl · 17 years ago
  94. bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  95. 0e258c5 Mac Buildscript: by Ronald Oussoren · 17 years ago
  96. 77dff90 tabs, newlines and crs are valid XML characters. (backport from rev. 56551) by Georg Brandl · 17 years ago
  97. 088277f Change location of the package index to pypi.python.org/pypi. by Martin v. Löwis · 17 years ago
  98. 44cb859 Add description for wave.setcomptype() values (backport from rev. 56451) by Georg Brandl · 17 years ago
  99. 6ecd4a0 [Backport of r56382] by Andrew M. Kuchling · 17 years ago
  100. 0336870 Typo fix by Andrew M. Kuchling · 17 years ago