1. ef5fd3e Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 18 years ago
  2. c73a4a4 Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 18 years ago
  3. 8c456f3 Remove file-locking in MH.pack() method. by Andrew M. Kuchling · 18 years ago
  4. 25aabf4 Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  5. 5408211 Bug #1597824: return the registered function from atexit.register() by Georg Brandl · 18 years ago
  6. adff8eb Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 18 years ago
  7. 250755b Bug #1594809: add a note to README regarding PYTHONPATH and make install. by Georg Brandl · 18 years ago
  8. 2e4fd37 Fix typo. by Walter Dörwald · 18 years ago
  9. 45cd4ff Patch #1360200: Use unmangled_version RPM spec field to deal with by Martin v. Löwis · 18 years ago
  10. 36cbc08 Patch #1359217: Ignore 2xx response before 150 response. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  11. 056dac1 Bug #1067760: Deprecate passing floats to file.seek. by Martin v. Löwis · 18 years ago
  12. 065f0c8 Patch #1355023: support whence argument for GzipFile.seek. by Martin v. Löwis · 18 years ago
  13. 040a927 Patch #1065257: Support passing open files as body in HTTPConnection.request(). by Martin v. Löwis · 18 years ago
  14. 1ee79f1 Bug #1594758: wording improvement for dict.update() docs. by Georg Brandl · 18 years ago
  15. 361bc21 Bug #1594742: wrong word in stringobject doc. by Georg Brandl · 18 years ago
  16. 48b1007 [Feature request #1542920] Link to wsgi.org by Andrew M. Kuchling · 18 years ago
  17. 77c7ac2 Reword entry by Andrew M. Kuchling · 18 years ago
  18. 305e778 Fix SF#1566719: not creating site-packages (or other target directory) when by Phillip J. Eby · 18 years ago
  19. 978d828 [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash by Andrew M. Kuchling · 18 years ago
  20. 6fc2382 Replace C++ comment with C comment (fixes SF bug #1593525). by Walter Dörwald · 18 years ago
  21. b5686da [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk by Andrew M. Kuchling · 18 years ago
  22. a3e5d37 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 18 years ago
  23. 038cad7 Patch #1592250: Add elidge argument to Tkinter.Text.search. by Martin v. Löwis · 18 years ago
  24. b2bba73 Patch #838546: Make terminal become controlling in pty.fork(). by Martin v. Löwis · 18 years ago
  25. 394ae90 More edits by Andrew M. Kuchling · 18 years ago
  26. 0acdb93 Add table of contents; this required fixing a few headings. Some more smalle edits. by Andrew M. Kuchling · 18 years ago
  27. 9efdd78 Add section on operator module; make a few edits by Andrew M. Kuchling · 18 years ago
  28. f4dcd1d Add section on the functional module by Andrew M. Kuchling · 18 years ago
  29. fafdc3b Bug #1592533: rename variable in heapq doc example, to avoid shadowing "sorted". by Georg Brandl · 18 years ago
  30. 393ac22 Patch #1592072: fix docs for return value of PyErr_CheckSignals. by Georg Brandl · 18 years ago
  31. 5361e9a Patch #1351744: Add askyesnocancel helper for tkMessageBox. by Martin v. Löwis · 18 years ago
  32. a346c09 News entry for 52662. by Martin v. Löwis · 18 years ago
  33. 3a62404 Correctly forward exception in instance_contains(). by Martin v. Löwis · 18 years ago
  34. e452f51b Add missing word by Andrew M. Kuchling · 18 years ago
  35. 9bfc244 Fix grammatical error as well. by Thomas Heller · 18 years ago
  36. a2dd0f3 Fix markup. by Thomas Heller · 18 years ago
  37. 158ad59 Whitespace changes to make the source more compliant with PEP8 (SF#1589070) by Ronald Oussoren · 18 years ago
  38. aa56096 Fix a number of typos in strings and comments (sf#1589070) by Ronald Oussoren · 18 years ago
  39. 3230599 note that user can control directory location even if default dir is used by Skip Montanaro · 18 years ago
  40. 3541adc Update link by Andrew M. Kuchling · 18 years ago
  41. 85dbec6 Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  42. 5310e50 - Patch #1060577: Extract list of RPM files from spec file in by Martin v. Löwis · 18 years ago
  43. abd8a33 Whitespace normalization. by Tim Peters · 18 years ago
  44. be1bc3b Fix a code example by adding a missing import. by Thomas Heller · 18 years ago
  45. b114723 Replace the XXX marker in the 'Arrays and pointers' reference manual by Thomas Heller · 18 years ago
  46. 1241100 Added relativeCreated to Formatter doc (has been in the system for a long time - was unaccountably left out of the docs and not noticed until now). by Vinay Sajip · 18 years ago
  47. ef7f3bf Change to improve speed of _fixupChildren by Vinay Sajip · 18 years ago
  48. 1ead698 I'm assuming this is correct, it fixes the tests so they pass again by Neal Norwitz · 18 years ago
  49. 7b932da Fix refleak by Neal Norwitz · 18 years ago
  50. 98c70ac Add tests for incremental codecs with an errors argument. by Walter Dörwald · 18 years ago
  51. 92911bf Add tests for basic argument errors. by Walter Dörwald · 18 years ago
  52. 7d00099 Move the check for openpty to the beginning. by Georg Brandl · 18 years ago
  53. 59ba429 Remove leftover test output file. by Georg Brandl · 18 years ago
  54. cd97208 Convert test_openpty to unittest. by Georg Brandl · 18 years ago
  55. e8328ba Convert test_MimeWriter to unittest. by Georg Brandl · 18 years ago
  56. 71a2089 Completely convert test_httplib to unittest. by Georg Brandl · 18 years ago
  57. e184433 Convert test_cgi to unittest. by Georg Brandl · 18 years ago
  58. a962eb3 Convert test_cookie to unittest. by Georg Brandl · 18 years ago
  59. bd0fb14 Convert test_types to unittest. by Georg Brandl · 18 years ago
  60. 850b2be Convert test_nis to unittest. by Georg Brandl · 18 years ago
  61. eecce79 Convert test_poll to unittest. by Georg Brandl · 18 years ago
  62. 3163179 Convert test_mmap to unittest. by Georg Brandl · 18 years ago
  63. b9f4ad3 Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
  64. f733a01 Update comments, remove commented out code. by Neal Norwitz · 18 years ago
  65. 7a4e804 Bug #1586773: extend hashlib docstring. by Georg Brandl · 18 years ago
  66. 2c9838e Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 18 years ago
  67. 5b4e1c2 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 18 years ago
  68. facd273 Test assert if __debug__ is true. by Georg Brandl · 18 years ago
  69. 3354f28 Patch #1583880: fix tarfile's problems with long names and posix/ GNU modes. by Georg Brandl · 18 years ago
  70. 6c0e1e8 Bug #1357915: allow all sequence types for shell arguments in subprocess. by Georg Brandl · 18 years ago
  71. fe9c71b Remove trailing comma. by Georg Brandl · 18 years ago
  72. 5addf70 Bug #1586448: the compiler module now emits the same bytecode for by Georg Brandl · 18 years ago
  73. 2c4fb8d Clean up a leftover from old listcomp generation code. by Georg Brandl · 18 years ago
  74. 8f99f81 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 18 years ago
  75. 4bb9b56 From SF 1557890, fix problem of using wrong type in example. by Neal Norwitz · 18 years ago
  76. 07fdcfd Fix test_modulefinder so it doesn't fail when run after test_distutils. by Neal Norwitz · 18 years ago
  77. ab77227 Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either. by Neal Norwitz · 18 years ago
  78. e7e4e2d Prevent crash if alloc of garbage fails. Found by Typo.pl. by Neal Norwitz · 18 years ago
  79. 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 18 years ago
  80. 97a5722 Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if by Neal Norwitz · 18 years ago
  81. a5ccda9 Fix warnings with HP's C compiler. It doesn't recognize that infinite by Neal Norwitz · 18 years ago
  82. 837ce93 Add some asserts. In sysmodule, I think these were to try to silence by Neal Norwitz · 18 years ago
  83. b21e081 make test_grammar pass with python -O by Georg Brandl · 18 years ago
  84. 35692a0 Fix nth() itertool recipe. by Georg Brandl · 18 years ago
  85. 0b67962 Convert test_opcodes to unittest. by Georg Brandl · 18 years ago
  86. 2f03760 Convert test_math to unittest. by Georg Brandl · 18 years ago
  87. 856b446 Update outstanding bugs test file. by Georg Brandl · 18 years ago
  88. c6fdec6 Convert test_global, test_scope and test_grammar to unittest. by Georg Brandl · 18 years ago
  89. 3a3d8ea Port test_bufio to unittest. by Walter Dörwald · 18 years ago
  90. 2756278 Patch #1552024: add decorator support to unparse.py demo script. by Georg Brandl · 18 years ago
  91. 112d1a6 Modulefinder now handles absolute and relative imports, including tests. by Thomas Heller · 18 years ago
  92. df08f0b WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
  93. 9627ce1 [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from being printed by Andrew M. Kuchling · 18 years ago
  94. 738446f4 Check db_setup_debug for a few print statements; change sqlite_setup_debug to False by Andrew M. Kuchling · 18 years ago
  95. 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 18 years ago
  96. 6d72b0e Clarify docstring by Andrew M. Kuchling · 18 years ago
  97. 0f87183 [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
  98. 41eb716 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 18 years ago
  99. d3aad01 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
  100. 1f3ebe0 [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. by Andrew M. Kuchling · 18 years ago