1. d80e0c8 Fix turtle so that you can launch the demo2 function on its own instead of only by Brett Cannon · 18 years ago
  2. 827ee44 Mention the bdist_msi module. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  3. 2997475 Remove binary property, set eol-style to CRLF instead. by Martin v. Löwis · 18 years ago
  4. a52a16a Drop binary property on dsp files, set eol-style to CRLF instead. by Martin v. Löwis · 18 years ago
  5. f56591c Set the eol-style for project files to "CRLF". by Martin v. Löwis · 18 years ago
  6. a97e06d Round to int, because some systems support sub-second time stamps in stat, but not in utime. by Martin v. Löwis · 18 years ago
  7. 012bc72 Bug #1567666: Emulate GetFileAttributesExA for Win95. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  8. cfcd3a9 Loosen the test for equal time stamps. by Martin v. Löwis · 18 years ago
  9. 6eb36b0 Patch #1577551: Add ctypes and ET build support for VC6. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  10. 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 18 years ago
  11. c9e82f6 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
  12. cbeb687 Update the peephole optimizer to remove more dead code (jumps after returns) by Neal Norwitz · 18 years ago
  13. 5a72372 Clean up the language of a sentence relating to the connect() function and by Brett Cannon · 18 years ago
  14. 65ad043 Bug #1560179: speed up posixpath.(dir|base)name by Georg Brandl · 18 years ago
  15. 8134d06 Bug #1283491: follow docstring convention wrt. keyword-able args in sum(). by Georg Brandl · 18 years ago
  16. 3520771 Fix tarfile depending on buggy int('1\0', base) behavior. by Georg Brandl · 18 years ago
  17. a9969a6 Small grammar fix, thanks Sjoerd. by Georg Brandl · 18 years ago
  18. 6840fcd Bug #1560114: the Mac filesystem does have accurate information by Georg Brandl · 18 years ago
  19. 10f0f69 Add a note to fpectl docs that it's not built by default (bug #1556261). by Georg Brandl · 18 years ago
  20. 2c1375c Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 18 years ago
  21. 7d74a0e Bug #1546628: add a note about urlparse.urljoin() and absolute paths. by Georg Brandl · 18 years ago
  22. 5597e26 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
  23. b2e81e3 Bug #1550524: better heuristics to find correct class definition by Georg Brandl · 18 years ago
  24. a4c8e32 Bug #1565919: document set types in the Language Reference. by Georg Brandl · 18 years ago
  25. d076153 Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 18 years ago
  26. fc83757 Bug #1575746: fix typo in property() docs. by Georg Brandl · 18 years ago
  27. 74d3eef MacOSX: fix permission problem in the generated installer by Ronald Oussoren · 18 years ago
  28. f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  29. e5ec613 List gc.get_count() in the module docstring. by Barry Warsaw · 18 years ago
  30. 412a9ea Patch #1572724: fix typo ('=' instead of '==') in _msi.c. by Georg Brandl · 18 years ago
  31. b3f3755 Fix wording in comment by Andrew M. Kuchling · 18 years ago
  32. 9999479 Add news item for rev. 52211 change by Andrew M. Kuchling · 18 years ago
  33. b80b6e1 MacOSX: add more logic to recognize the correct startup file to patch to the by Ronald Oussoren · 18 years ago
  34. d6272a3 MacOSX: The universal build requires that users have the MacOSX10.4u SDK by Ronald Oussoren · 18 years ago
  35. d610369 MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using a by Ronald Oussoren · 18 years ago
  36. 3778bf5 Fix for bug #1570284 by Ronald Oussoren · 18 years ago
  37. 5b5d110 Add version number to the link to the python documentation in by Ronald Oussoren · 18 years ago
  38. b788346 Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault by Hye-Shik Chang · 18 years ago
  39. 846f73a Add missing NEWS entry for rev. 52129. by Georg Brandl · 18 years ago
  40. fe6e46d Note that the excel_tab class is registered as the "excel-tab" dialect. by Skip Montanaro · 18 years ago
  41. 9b3a824 Comment grammar by Andrew M. Kuchling · 18 years ago
  42. 615842f A very minor bug fix: this code looks like it is designed to accept by Armin Rigo · 18 years ago
  43. 9d57e53 [Bug #1545341] Allow 'classifier' parameter to be a tuple as well as a list. Will backport. by Andrew M. Kuchling · 18 years ago
  44. 0750b1f Fix name. by Georg Brandl · 18 years ago
  45. c536a64 Case fix by Andrew M. Kuchling · 18 years ago
  46. 3c108b0 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 18 years ago
  47. 710513e Clarify what "re-initialization" means for init_builtin() and init_dynamic(). by Brett Cannon · 18 years ago
  48. 8b27426 Add MSVC8 project files to create wininst-8.exe. by Martin v. Löwis · 18 years ago
  49. 36126c4 Cause a PyObject_Malloc() failure to trigger a MemoryError, and then by Andrew M. Kuchling · 18 years ago
  50. 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  51. 0d2f498 Compilation problem caused by conflicting typedefs for uint32_t by Armin Rigo · 18 years ago
  52. 1c08bb9 Forward port r52134: Add uuids for 2.4.4. by Martin v. Löwis · 18 years ago
  53. 820d6ac Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
  54. 82271f1 Fix for SF bug 1569998: break permitted inside try. by Jeremy Hylton · 18 years ago
  55. 1e3c3b1 decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 18 years ago
  56. 373d90b Convert test_imp over to unittest. by Brett Cannon · 18 years ago
  57. 5a9aa4f Fix minor typo in a comment. by Brett Cannon · 18 years ago
  58. 2c050af Modified LogRecord.__init__ to make the func parameter optional. (See SF #1569622). by Vinay Sajip · 18 years ago
  59. f4686f9 Documentation clarified to mention optional parameters. by Vinay Sajip · 18 years ago
  60. cfbb7df Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622). by Vinay Sajip · 18 years ago
  61. 40e9aed Guard uintptr_t test with HAVE_STDINT_H, test for stdint.h. Will backport. by Martin v. Löwis · 18 years ago
  62. ebe2670 Fix test for uintptr_t. Fixes #1568842. Will backport. by Martin v. Löwis · 18 years ago
  63. e0b6735 Add comment explaining that error msgs may be due to user code when by Kurt B. Kaiser · 18 years ago
  64. c426ffc Some syntax errors were being caught by tokenize during the tabnanny by Kurt B. Kaiser · 18 years ago
  65. 54c3db5 Convert test_import to unittest. by Georg Brandl · 18 years ago
  66. 44a7b3a Bug #1546052: clarify that PyString_FromString(AndSize) copies the by Georg Brandl · 18 years ago
  67. a92979a Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 18 years ago
  68. 4ddfcd3 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
  69. 154324a Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 18 years ago
  70. 05b3c45 Bug #1457823: cgi.(Sv)FormContentDict's constructor now takes by Georg Brandl · 18 years ago
  71. 8d1e5bf Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 18 years ago
  72. fb25773 Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 18 years ago
  73. 3267d28 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
  74. 5d59c09 Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
  75. 8c66745 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 18 years ago
  76. 21d9943 Bug #1567375: a minor logical glitch in example description. by Georg Brandl · 18 years ago
  77. f8508cc wording change by Gregory P. Smith · 18 years ago
  78. 5cee720 SF bug #1567976 : fix typo by George Yoshida · 18 years ago
  79. 94b69f6 Very minor grammatical fix in a comment. by Brett Cannon · 18 years ago
  80. 656aee7 Make examples do error checking on Py_InitModule by Andrew M. Kuchling · 18 years ago
  81. 43889c0 Add news item for rev. 51815 by Andrew M. Kuchling · 18 years ago
  82. 11b3535 Make the error message for when the time data and format do not match clearer. by Brett Cannon · 18 years ago
  83. c839c2f Another crasher. by Armin Rigo · 18 years ago
  84. c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
  85. a10d3af Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
  86. 2c94bf7 Fix webbrowser.BackgroundBrowser on Windows. by Georg Brandl · 18 years ago
  87. e042601 Make output on test_strptime() be more verbose in face of failure. This is in by Brett Cannon · 18 years ago
  88. 9356e11 SF Bug #1563963, add missing word and cleanup first sentance by Neal Norwitz · 18 years ago
  89. d3f9190 Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if anyone cares. by Neal Norwitz · 18 years ago
  90. 62e955a add boilerplate "What's New" document so the docs will build by Fred Drake · 18 years ago
  91. 02743ca Mostly revert this file to the same version as before. Only force setting by Neal Norwitz · 18 years ago
  92. 3a23017 Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). by Neal Norwitz · 18 years ago
  93. 4a8fbdb Fix %zd string formatting on Mac OS X so it prints negative numbers. by Neal Norwitz · 18 years ago
  94. d10a0f7 added itertools.count(-n) fix by Jack Diederich · 18 years ago
  95. 36234e8 * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t by Jack Diederich · 18 years ago
  96. d14bf61 Fix typo. by Walter Dörwald · 18 years ago
  97. c8939d2 Make python.vim output more deterministic. by Brett Cannon · 18 years ago
  98. f6aa86e Allow exceptions to be directly sliced again by Brett Cannon · 18 years ago
  99. 9adeab7 Accidentally didn't commit Misc/NEWS entry on when __unicode__() was removed by Brett Cannon · 18 years ago
  100. 2fa0679 Fixes a bug with bsddb.DB.stat where the flags and txn keyword by Gregory P. Smith · 18 years ago