1. a1392d5 Merge change 54982 from the trunk. This fixes the test_subprocess test in the testsuite for VisualStudio2005 builds, by "sanitizing" the "mode" that is used in the posixmodule's fdopen(). In particular the non-standard "U" mode character is removed. by Kristján Valur Jónsson · 18 years ago
  2. dffe9a2 the nb_long slot on classobject instances now defaults to call the nb_int slot member if there is no __long__ attribute found. This is in accordance with a suggestion from Armin Rigo, and allows the test_getargs2.py test in the testsuite for x64 by Kristján Valur Jónsson · 18 years ago
  3. f4601d8 Fix two problems that emerged when the testsuite was run with an x64 build: PyLong_FromSSize_t incorrectly assumed an unsigned object, and itertools.count() had the wrong upper limit for the iterator. by Kristján Valur Jónsson · 18 years ago
  4. b4c285a Fix NonRecursiveMutex on x64. The signature of the faux-InterlockedCompareExchange function was wrong: It works with LONG and not PVOID objects, and it needs to have the target marked as volatile. Further, it is not needed at all for x64 targets, since that platform always has the real McCoy. by Kristján Valur Jónsson · 18 years ago
  5. 7bca027 Merging change 55102 from the trunk: by Kristján Valur Jónsson · 18 years ago
  6. 4e6b5e9 Bug #1713535 backport. by Georg Brandl · 18 years ago
  7. b4c0bea Merging changes 55092, 55101,55120 from trunk, making PCBuild8 solution up to date. by Kristján Valur Jónsson · 18 years ago
  8. a982bb1 Blocked revisions 54357 via svnmerge by Thomas Heller · 18 years ago
  9. f8f68fb Backport checkin: by Walter Dörwald · 18 years ago
  10. 412b20b Merged revisions 55027 via svnmerge from by Thomas Heller · 18 years ago
  11. e5ebbec Additional changes to the property sheets in PCBuild8. Visual Studio doesn's save those when it builds, unlike the .vcproj files, so I chekced in out-of-date versions. by Kristján Valur Jónsson · 18 years ago
  12. 00b0a9e Undefine the Yield macro after including Python_ast.h where it may cause conflicts with winbase.h on Windows. by Kristján Valur Jónsson · 18 years ago
  13. 55d53f0 Merging of change 55024 from the truk to release25-maint branch. by Kristján Valur Jónsson · 18 years ago
  14. 9aa62ff Patch #1710352: add missing public functions to locale.__all__. by Georg Brandl · 18 years ago
  15. be69a0a Bug #1710295: exceptions are now new-style classes. (backport from rev. 55036) by Georg Brandl · 18 years ago
  16. f69fa17 Merged revisions 55025 via svnmerge from by Thomas Heller · 18 years ago
  17. 80a42c0 Update with the version that has been running for a while. Most of by Neal Norwitz · 18 years ago
  18. daa2e58 Backport fix for r54646-7: properly clear locale cache in time.strptime when by Brett Cannon · 18 years ago
  19. a801b6a Backport r54712: document that calling file.next() on a file open for writing by Brett Cannon · 18 years ago
  20. c22aee0 Version fix (bug #1708710) by Georg Brandl · 18 years ago
  21. 12c2950 fix some markup errors by Fred Drake · 18 years ago
  22. ca3b7b5 bump email package version to 4.0.2 by Barry Warsaw · 18 years ago
  23. 44dab0a Whitespace normalization by Neal Norwitz · 18 years ago
  24. eeff493 Markup fix. (backport from rev. 54951) by Georg Brandl · 18 years ago
  25. d1e3f6d Patch #1698768: updated the "using Python on the Mac" intro. by Georg Brandl · 18 years ago
  26. 4db90ac Fix markup by Raymond Hettinger · 18 years ago
  27. f784d91 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 18 years ago
  28. 22c00e0 Bug #1705717: error in sys.argv docs. (backport from rev. 54939) by Georg Brandl · 18 years ago
  29. 46155b9 Some new year updates. by Georg Brandl · 18 years ago
  30. 112717d Fix SF #1703110, Incorrect example for add_password() (use uri, not host) by Neal Norwitz · 18 years ago
  31. 6def78a Convert PyUnit -> unittest. Backported from r54929. by Collin Winter · 18 years ago
  32. 2f131d8 Recommit r54805: by Barry Warsaw · 18 years ago
  33. b9d3991 Properly implement Georg Brandl's Patch #1185447 to the 2.5 maintainance branch by Kristján Valur Jónsson · 18 years ago
  34. 15136b3 Bug #1704790: bind name "sys" locally in __del__ method so that it is by Georg Brandl · 18 years ago
  35. 5e4e31f Fix various minor issues discovered with static analysis using Visual Studio 2005 Team System. by Kristján Valur Jónsson · 18 years ago
  36. 8ff1f6a Bug #1704156: Support for unicode strings as input filenames is by Lars Gustäbel · 18 years ago
  37. 93a3603 Backport r54786: by Walter Dörwald · 18 years ago
  38. 552ba11 Backport r54671 - fix in python.sty. by Georg Brandl · 18 years ago
  39. 104377b Backport r54762: exceptions are no longer old-style instances. by Georg Brandl · 18 years ago
  40. 82966e5 Backport r54763: repair missing spaces after \UNIX. by Georg Brandl · 18 years ago
  41. 6cf5abf Backport r54787 - better error messages in rexec and bastion by Georg Brandl · 18 years ago
  42. 1dfa8ac Backport r54757 - missing NULL checks. by Georg Brandl · 18 years ago
  43. 9319e43 Patch #1695229: Fix a regression with tarfile.open() and a missing name by Lars Gustäbel · 18 years ago
  44. d220144 Fix directory names to have only one trailing slash. by Lars Gustäbel · 18 years ago
  45. 9701832 Tagging for release of Python 2.5.1 by Anthony Baxter · 18 years ago
  46. ef57abd 2.5.1 final by Anthony Baxter · 18 years ago
  47. 87b5d91 Revert 53667 by Raymond Hettinger · 18 years ago
  48. e6e383f Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or by Neal Norwitz · 18 years ago
  49. 8d61db5 Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 18 years ago
  50. 03c566a Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 18 years ago
  51. a4ff44a Revert 54815 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 18 years ago
  52. 16b7b53 SF #1701207: svnversion_init assertion failed by Neal Norwitz · 18 years ago
  53. a30d8bd Fix potential crash in path manipulation on windows by Kristján Valur Jónsson · 18 years ago
  54. 9d9fbb4 Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127 by Kristján Valur Jónsson · 18 years ago
  55. 9bd522d Add code to read from master_fd in the parent, breaking when we get an OSError by Barry Warsaw · 18 years ago
  56. 9df5fa0 Describe undocumented third argument to touchline() by Andrew M. Kuchling · 18 years ago
  57. 2ae2f75 Tagging for release of Python 2.5.1c1 by Anthony Baxter · 18 years ago
  58. ef4364f Fix unpack so it works on 64-bit platforms. by Neal Norwitz · 18 years ago
  59. 9515c96 preparing for 2.5.1c1 by Anthony Baxter · 18 years ago
  60. b2064d7 Fix-up error-exits on struct_unpack(). by Raymond Hettinger · 18 years ago
  61. 3608f05 Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
  62. 8863544 Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  63. 5d2d2ef - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 18 years ago
  64. 9528905 SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes by Raymond Hettinger · 18 years ago
  65. 6a390b3 SF 1602378 Clarify docstrings for bisect by Raymond Hettinger · 18 years ago
  66. d6030ac Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 18 years ago
  67. 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 18 years ago
  68. 93e9384 Backport 54644: by Neal Norwitz · 18 years ago
  69. 5306982 Bump the patch level version of distutils since there were a few bug fixes by Marc-André Lemburg · 18 years ago
  70. 48642d4 Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS by Georg Brandl · 18 years ago
  71. 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 18 years ago
  72. ef9e09e Add item by Andrew M. Kuchling · 18 years ago
  73. 7b1be36 In Windows' time.clock(), when QueryPerformanceFrequency() fails, by Georg Brandl · 18 years ago
  74. 6524573 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 18 years ago
  75. b151f72 Prevent creation (followed by a segfault) of array types when the size by Thomas Heller · 18 years ago
  76. a8ddae6 Bug #978833: Revert r50844, as it broke _socketobject.dup. by Martin v. Löwis · 18 years ago
  77. fe048e8 Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. by Martin v. Löwis · 18 years ago
  78. 50d1d0b Explain the purpose of the b_needsfree flag. This answers Neals by Thomas Heller · 18 years ago
  79. 02b8fee Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 18 years ago
  80. 4d89119 Bug #1685704: use -m switch in timeit docs. (backport from rev. 54524) by Georg Brandl · 18 years ago
  81. e5df857 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  82. 7ed0a65 Test and fix fromkeys optional argument. by Raymond Hettinger · 18 years ago
  83. e1b4a7e Add NEWS entry for old item by Andrew M. Kuchling · 18 years ago
  84. 9225f22 Bug #1684254: webbrowser now uses shlex to split any command lines by Georg Brandl · 18 years ago
  85. bd9d513 Patch #1684834: document some utility C API functions. by Georg Brandl · 18 years ago
  86. 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  87. f94e89c Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  88. 42f4cfa Add new example by Raymond Hettinger · 18 years ago
  89. c77f6c6 Backport docs for recv_into and recvfrom_into. by Georg Brandl · 18 years ago
  90. 8e92dd0 move note to the correct section by Gregory P. Smith · 18 years ago
  91. d200466 RFE #1670167: fix in isinstance() docs. (backport from rev. 54409) by Georg Brandl · 18 years ago
  92. 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  93. c1b4e8e Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  94. 7cd6ef0 Also commit the patch ;) by Georg Brandl · 18 years ago
  95. 385cd40 Patch #1681153: the wave module now closes a file object it opened if by Georg Brandl · 18 years ago
  96. abcb4bb Patch #1680978: consistently use "alive" instead of "active" in the by Georg Brandl · 18 years ago
  97. 7520df4 Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 18 years ago
  98. 1a5fe58 Document fixed bugs by Barry Warsaw · 18 years ago
  99. 94c8872 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
  100. 027ac24 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago