1. 2f0940b Backport 52504: by Neal Norwitz · 18 years ago
  2. c975b94 Backport 52503: by Neal Norwitz · 18 years ago
  3. 7e3ec04 Backport 52502: by Neal Norwitz · 18 years ago
  4. b5fdf0d Backport 52501: by Neal Norwitz · 18 years ago
  5. aabdd54 Fix nth() itertool recipe. (backport from rev. 52497) by Georg Brandl · 18 years ago
  6. a35f8e0 Patch #1552024: add decorator support to unparse.py demo script. by Georg Brandl · 18 years ago
  7. a0a50fe WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
  8. ff9e7ab [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 18 years ago
  9. 7d1d540 [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error by Andrew M. Kuchling · 18 years ago
  10. 3d6a834 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 18 years ago
  11. d2ee30b Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules by Andrew M. Kuchling · 18 years ago
  12. 5f95870 [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. by Andrew M. Kuchling · 18 years ago
  13. 935add1d [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 18 years ago
  14. 35094a6 [Bug #1583946] Reword description of server and issuer by Andrew M. Kuchling · 18 years ago
  15. 11b69e5 [Bug #1585690] Note that line_num was added in Python 2.5 by Andrew M. Kuchling · 18 years ago
  16. 64cd9ef Get DBL_MAX from float.h not values.h. by Martin v. Löwis · 18 years ago
  17. 2ec1df2 Check for values.h. by Martin v. Löwis · 18 years ago
  18. 62e5804 [Backport of r52452] by Martin v. Löwis · 18 years ago
  19. 1121e73 [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported by David Faure. by Andrew M. Kuchling · 18 years ago
  20. ee23f4b Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 18 years ago
  21. 920fa6a Remove passwd.adjunct.byname from list of maps for test_nis. by Martin v. Löwis · 18 years ago
  22. 63a9b8b - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 18 years ago
  23. e67b349 Patch #1580872: Remove duplicate declaration of PyCallable_Check. by Martin v. Löwis · 18 years ago
  24. b1a11c5 Recorded merge of revisions 51379-51603,51606-52365 via svnmerge from by Thomas Heller · 18 years ago
  25. b2ab729 Initialized merge tracking via "svnmerge" with revisions "1-51333" from by Thomas Heller · 18 years ago
  26. 51c4105 [Bug #1576348] Fix typo in example by Andrew M. Kuchling · 18 years ago
  27. fbbfb4b C:\Code\python>type c.txt Merge rev 52377 from trunk: by Tim Peters · 18 years ago
  28. dcbf64d ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
  29. ca362b6 Forward-port r52358: by Martin v. Löwis · 18 years ago
  30. 0805f95 Remove obsolete file. by Martin v. Löwis · 18 years ago
  31. bf2f701 Patch #1457736: Update VC6 to use current PCbuild settings. by Martin v. Löwis · 18 years ago
  32. 55d3ef9 Mention the bdist_msi module. by Martin v. Löwis · 18 years ago
  33. 4ed148a Remove binary property on project files, set eol-style to CRLF instead. by Martin v. Löwis · 18 years ago
  34. 2c7aa63 Bug #1567666: Emulate GetFileAttributesExA for Win95. by Martin v. Löwis · 18 years ago
  35. 3dee485 Patch #1577551: Add ctypes and ET build support for VC6. by Martin v. Löwis · 18 years ago
  36. 6abebb2 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
  37. 58bf57f Fix tarfile depending on buggy int('1\0', base) behavior. by Georg Brandl · 18 years ago
  38. ef11b1a Small grammar fix, thanks Sjoerd. (backport from rev. 52311) by Georg Brandl · 18 years ago
  39. b57ebfb Bug #1560114: the Mac filesystem does have accurate information by Georg Brandl · 18 years ago
  40. 197e805 Add a note to fpectl docs that it's not built by default by Georg Brandl · 18 years ago
  41. dd4c398 Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 18 years ago
  42. b85509d Bug #1546628: add a note about urlparse.urljoin() and absolute paths. by Georg Brandl · 18 years ago
  43. 3c48709 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
  44. fcf6696 Bug #1550524: better heuristics to find correct class definition by Georg Brandl · 18 years ago
  45. 8984370 Bug #1565919: document set types in the Language Reference. by Georg Brandl · 18 years ago
  46. f0db92a Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 18 years ago
  47. bdbb9c6 Bug #1575746: fix typo in property() docs. (backport from rev. 52293) by Georg Brandl · 18 years ago
  48. a1cf44d Macosx: fix permission problem in generated installer by Ronald Oussoren · 18 years ago
  49. 463a42b Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  50. 6bf5501 List gc.get_count() in the module docstring. by Barry Warsaw · 18 years ago
  51. 7444eda Patch #1572724: fix typo ('=' instead of '==') in _msi.c. by Georg Brandl · 18 years ago
  52. 0037300 [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. by Andrew M. Kuchling · 18 years ago
  53. e1c6278 Backport of r52238 by Ronald Oussoren · 18 years ago
  54. 115930d Backport of r52236 by Ronald Oussoren · 18 years ago
  55. bf4358a Backport libcsv.tex bugfix from rev 52218. (SF ticket 1572471) by Skip Montanaro · 18 years ago
  56. beb82a3 Backport of r52233 by Ronald Oussoren · 18 years ago
  57. 138478b Backport of r52229 by Ronald Oussoren · 18 years ago
  58. 4d8d805 Backport of r52227. by Ronald Oussoren · 18 years ago
  59. f4fe46d Backport from trunk r52223: by Hye-Shik Chang · 18 years ago
  60. a5fe3ef Fix #1569998: no break inside try statement (outside loop) allowed. by Georg Brandl · 18 years ago
  61. 74284b9 Patch #1542451: fix crash with continue in nested try/finally by Georg Brandl · 18 years ago
  62. 2c8851e Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the 2.5 maintainance branch. This fixes build problems with visual studio 2005, and cleans up profile guided optimization. by Kristján Valur Jónsson · 18 years ago
  63. f6d7371 Fix name. by Georg Brandl · 18 years ago
  64. d8a61ba Case fixes by Andrew M. Kuchling · 18 years ago
  65. 1d26f36 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 18 years ago
  66. d79524a [Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OK by Andrew M. Kuchling · 18 years ago
  67. 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  68. c6f2f88 Compilation problem caused by conflicting typedefs for uint32_t by Armin Rigo · 18 years ago
  69. 10525ad Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
  70. a027bac decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 18 years ago
  71. 33bb610 Guard uintptr_t test with HAVE_STDINT_H, test for stdint.h. by Martin v. Löwis · 18 years ago
  72. da70fd1 Fix test for uintptr_t. Fixes #1568842. by Martin v. Löwis · 18 years ago
  73. 0988904 Bug #1546052: clarify that PyString_FromString(AndSize) copies the by Georg Brandl · 18 years ago
  74. 1206a93 Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 18 years ago
  75. 6d7c363 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
  76. 7037745 Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 18 years ago
  77. 9c9a9ab Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 18 years ago
  78. ad4e11e Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 18 years ago
  79. 506cc18 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
  80. af4337a Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
  81. bbcb281 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 18 years ago
  82. 2b48f94 Bug #1567375: a minor logical glitch in example description. by Georg Brandl · 18 years ago
  83. 6fed793 fix: DB.stat flags and txn keyword arguments were backwards. by Gregory P. Smith · 18 years ago
  84. bd42596 SF bug #1567976 : fix typo(backport from r52048) by George Yoshida · 18 years ago
  85. a4103a3 Make examples do error checking on Py_InitModule by Andrew M. Kuchling · 18 years ago
  86. c57221e Backport rev. 51972: by Georg Brandl · 18 years ago
  87. 934c90d Backport rev. 51971: by Georg Brandl · 18 years ago
  88. b14b59f Backport rev. 51987: superfluous semicola. by Georg Brandl · 18 years ago
  89. edd81b2 Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
  90. a6b9ce1 Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
  91. 1f21578 Fix webbrowser.BackgroundBrowser on Windows. (backport from rev. 51991) by Georg Brandl · 18 years ago
  92. af4e3ee SF Bug #1563963, add missing word and cleanup first sentance by Neal Norwitz · 18 years ago
  93. 6cc16be added itertools.count(-n) fix by Jack Diederich · 18 years ago
  94. 187e648 backport of r51950 by Jack Diederich · 18 years ago
  95. c70e003 Backport of fix to allow exception instances to be sliced once again. by Brett Cannon · 18 years ago
  96. 7dcdeaf Tagging for release of Python 2.5 by Anthony Baxter · 18 years ago
  97. 2d8697f Preparing for 2.5 final. by Anthony Baxter · 18 years ago
  98. 347f3cc better wording by Anthony Baxter · 18 years ago
  99. cf783eb Mention that GCC 4.1 is also affected, and that adding -fwrapv helps. by Martin v. Löwis · 18 years ago
  100. 885d8e7 Discourage using GCC 4.2 for Python. by Martin v. Löwis · 18 years ago