1. 4edd989 Bug #1403410: The warnings module now doesn't get confused by Georg Brandl · 19 years ago
  2. a28ad77 Whitespace normalization. by Tim Peters · 19 years ago
  3. 05f5ba9 Test curses.setupterm() before initscr(). by Georg Brandl · 19 years ago
  4. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
  5. ae1df41 add another crash reported by Thomas Wouters by Neal Norwitz · 19 years ago
  6. 5b093a0 added a missing +\versionadded{2.2} tag by Fredrik Lundh · 19 years ago
  7. 049fd90 added a few missing \versionadded{2.3} tags by Fredrik Lundh · 19 years ago
  8. 9ad6963 Bug #1397205: doc typo by Georg Brandl · 19 years ago
  9. 05af43d Remove outstanding_crashes again. by Georg Brandl · 19 years ago
  10. 7e8bfa4 Add outstanding_crashes.py with tests for crashes. by Georg Brandl · 19 years ago
  11. 8cc4ef5 As I threatened on python-dev, add a directory which contains all known by Neal Norwitz · 19 years ago
  12. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 19 years ago
  13. fc76d63 - Patch #1400181, fix unicode string formatting to not use the locale. by Neal Norwitz · 19 years ago
  14. ab92afd added a couple of missing periods. by Fredrik Lundh · 19 years ago
  15. ed1e497 Correct test_builtin locale handling. by Georg Brandl · 19 years ago
  16. b0cbf30 fixed broken sentence by Fredrik Lundh · 19 years ago
  17. b449c17 typo by Fredrik Lundh · 19 years ago
  18. b754fe4 Fix typos. by Walter Dörwald · 19 years ago
  19. 4372558 Add some notes about a recurring problem with OpenBSD by Neal Norwitz · 19 years ago
  20. 671b9e3 Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8. by Neal Norwitz · 19 years ago
  21. 5e3d862 Bug #1400115, Fix segfault when calling curses.panel.userptr() by Neal Norwitz · 19 years ago
  22. e0aec6d Add myself. by Georg Brandl · 19 years ago
  23. c4e2a9b Add a test file (which isn't run by regrtest) for bugs which aren't fixed yet. by Georg Brandl · 19 years ago
  24. 6d0c85a Patch #1299675: Pass metadata in upload. by Martin v. Löwis · 19 years ago
  25. 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 19 years ago
  26. fd9a72a Patch #881820: look for openpty and forkpty also in libbsd. Will backport. by Martin v. Löwis · 19 years ago
  27. 0c6e2f1 Remove some shadowed variables by Neal Norwitz · 19 years ago
  28. 76dc081 strlen() returns a size_t, get rid of 64-bit warning by Neal Norwitz · 19 years ago
  29. e93e64f Repair bizarre indentation created by VC 7.1. by Tim Peters · 19 years ago
  30. 5db42c4 alias_for_import_name(): Dueling compiler warnings ;-) by Tim Peters · 19 years ago
  31. d8fe7ab analyze_cells(): This no longer compiled under VC 7.1. by Tim Peters · 19 years ago
  32. 46aae19 Revert previous checkin, the check is for <, not ==. i is unsed in non-debug builds, but is used in debug builds by Neal Norwitz · 19 years ago
  33. dde5090 ignore db_home (result of db tests) by Neal Norwitz · 19 years ago
  34. 7da02fd ignore db_home (result of db tests) and autom4te.cache from autoconf by Neal Norwitz · 19 years ago
  35. d43069c Fix icc warnings: remove (sometimes) unused variable conditionally by Neal Norwitz · 19 years ago
  36. b2da01b Fix icc warnings: remove unused variable by Neal Norwitz · 19 years ago
  37. 056a2d6 Fix icc warnings. This couldn't have been correct since i is checked by Neal Norwitz · 19 years ago
  38. d948a43 Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WIN_SOCKET == TCL_UNIX_FD. res is not used, add a XXX comment by Neal Norwitz · 19 years ago
  39. e4ab5f5 Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined and using #if HASH_OBJ_CONSTRUCTOR by Neal Norwitz · 19 years ago
  40. 46b7bda Fix icc warnings: conversion from "long" to "int" may lose significant bits by Neal Norwitz · 19 years ago
  41. d39d861 Fix icc warnings: strlen() returns size_t by Neal Norwitz · 19 years ago
  42. 2841af4 Revert revision 41940: the test causes -uall to fail everywhere. by Tim Peters · 19 years ago
  43. 020c46a icc accepts -OPT... but generates a warning, so just disable the check by Neal Norwitz · 19 years ago
  44. 8208b64 Fix icc warnings: single bit fields should be unsigned by Neal Norwitz · 19 years ago
  45. daf595f Fix icc warnings: shadowing local variable (i) and complex is set but not used, so remove by Neal Norwitz · 19 years ago
  46. 08b401f Fix icc warnings: single bit fields should be unsigned, shadowing local variables by Neal Norwitz · 19 years ago
  47. 406c640 Fix icc warnings: shadowing local variables by Neal Norwitz · 19 years ago
  48. 52ca0dd Fix icc warnings: using wrong enum type by Neal Norwitz · 19 years ago
  49. f045914 Fix icc warnings: extra semi-colon and signed vs unsigned by Neal Norwitz · 19 years ago
  50. 3f04648 Fix icc warnings: extra semi-colon by Neal Norwitz · 19 years ago
  51. fe8e3d9 If there is no libtermcap all the readline tests failed. by Neal Norwitz · 19 years ago
  52. 39cdfff Add compiler test regarding optional arguments. by Georg Brandl · 19 years ago
  53. 74ef694 Correct typo by Georg Brandl · 19 years ago
  54. 9f39f68 initscr() will exit if there's an error. Try to catch the obvious failure by Neal Norwitz · 19 years ago
  55. a9652f1 Py_GetBuildInfo(): Squash compiler warnings. by Tim Peters · 19 years ago
  56. e86e7a5 svnversion_init(): Use standard layout for function defn. by Tim Peters · 19 years ago
  57. 216b78b Trimmed trailing whitespace. by Tim Peters · 19 years ago
  58. 1df5c39 Generalize buildno to be a sequence of non-comma characters. by Martin v. Löwis · 19 years ago
  59. 456af5f Deal with empty svn_revisions. by Martin v. Löwis · 19 years ago
  60. a0196c5 Add HeadURL to the keywords. by Martin v. Löwis · 19 years ago
  61. 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 19 years ago
  62. 2b47445 squash compiler warning on Mac OSX 10.3 by Skip Montanaro · 19 years ago
  63. c5bf5a0 Always set SVNVERSION to "exported" if it otherwise fails. by Martin v. Löwis · 19 years ago
  64. dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
  65. c6d1f91 If the audio file does not exist, the test should be skipped. Will backport. by Neal Norwitz · 19 years ago
  66. f2d66fe Try to make svnversion test more portable, based on Sjoerd's suggestion by Neal Norwitz · 19 years ago
  67. eeab7da Skip test_curses if stdin is not a tty (like when run from cron or buildbot). Will backport. by Neal Norwitz · 19 years ago
  68. 40c6b47 Fix errors on 64-bit platforms. Will backport by Neal Norwitz · 19 years ago
  69. 5f86142 Bug #1395715: wrong LaTeX label by Georg Brandl · 19 years ago
  70. 23f391c Fix a warning from gcc by adding a missed const qualifier. by Hye-Shik Chang · 19 years ago
  71. 6bfd8de SF bug #1395926: Also test for svnversion command on $PATH before using it to by Barry Warsaw · 19 years ago
  72. 64c33dd Mention that zlib is now builtin on Windows. by Martin v. Löwis · 19 years ago
  73. 532bc03 Patch #1307806: Use project defaults where possible by Martin v. Löwis · 19 years ago
  74. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  75. 70cef44 Remove unneeded directories. by Martin v. Löwis · 19 years ago
  76. d372aa8 Import zlib into Python tree. by Martin v. Löwis · 19 years ago
  77. 9ca9f56 Ignore .svn instead of CVS now. by Martin v. Löwis · 19 years ago
  78. 17e9863 On the Mac, we have to ignore python.exe too. by Barry Warsaw · 19 years ago
  79. 02c408d Dammit, who the hell spells build with ii? by Neal Norwitz · 19 years ago
  80. 36cbdf9 Updated doc from patch 1117398 by Neal Norwitz · 19 years ago
  81. 1a196b5 As discussed on python-dev, don't remove Python-ast.[ch] with distclean by Neal Norwitz · 19 years ago
  82. a39f057 install svn in /usr/local/bin and remove from ~/local/bin by Neal Norwitz · 19 years ago
  83. d3a5867 get the proper full pathname of the script. spell build properly by Neal Norwitz · 19 years ago
  84. d19a4d4 * Change tabs to spaces by Neal Norwitz · 19 years ago
  85. 6bc6ed8 Bug #1395597: doc typo by Georg Brandl · 19 years ago
  86. 5b43126 Regenerate. by Martin v. Löwis · 19 years ago
  87. 9496261 Adjust usage of compiler_use_new_block to its return type. by Martin v. Löwis · 19 years ago
  88. 461aa5b Script to automatically build and test python and doc. The results by Neal Norwitz · 19 years ago
  89. aaa28df update to reflect move to Subversion by Fred Drake · 19 years ago
  90. 50bf51a Fix ref/memory leak introduced in rev 41845. by Neal Norwitz · 19 years ago
  91. 538561e Ported from 2.4 branch: by Barry Warsaw · 19 years ago
  92. 0f19423 Bug #1394868: doc typos by Georg Brandl · 19 years ago
  93. 60b2996 Fixed English in a comment; trimmed trailing whitespace; no code changes. by Tim Peters · 19 years ago
  94. 0cdc3d8 test_main(): Restore the original root logger level after running by Tim Peters · 19 years ago
  95. 1b27f86 Whitespace normalization. by Tim Peters · 19 years ago
  96. 4cfa136 Work around test_locale failing on Solaris. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  97. d5845ec Use -xcode=pic32 for SunPro. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  98. 39b29be Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was by Skip Montanaro · 19 years ago
  99. 0174ddd typo, use parens for continued expr by Skip Montanaro · 19 years ago
  100. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago