1. 8208b64 Fix icc warnings: single bit fields should be unsigned by Neal Norwitz · 19 years ago
  2. daf595f Fix icc warnings: shadowing local variable (i) and complex is set but not used, so remove by Neal Norwitz · 19 years ago
  3. 08b401f Fix icc warnings: single bit fields should be unsigned, shadowing local variables by Neal Norwitz · 19 years ago
  4. 406c640 Fix icc warnings: shadowing local variables by Neal Norwitz · 19 years ago
  5. 52ca0dd Fix icc warnings: using wrong enum type by Neal Norwitz · 19 years ago
  6. f045914 Fix icc warnings: extra semi-colon and signed vs unsigned by Neal Norwitz · 19 years ago
  7. 3f04648 Fix icc warnings: extra semi-colon by Neal Norwitz · 19 years ago
  8. fe8e3d9 If there is no libtermcap all the readline tests failed. by Neal Norwitz · 19 years ago
  9. 39cdfff Add compiler test regarding optional arguments. by Georg Brandl · 19 years ago
  10. 74ef694 Correct typo by Georg Brandl · 19 years ago
  11. 9f39f68 initscr() will exit if there's an error. Try to catch the obvious failure by Neal Norwitz · 19 years ago
  12. a9652f1 Py_GetBuildInfo(): Squash compiler warnings. by Tim Peters · 19 years ago
  13. e86e7a5 svnversion_init(): Use standard layout for function defn. by Tim Peters · 19 years ago
  14. 216b78b Trimmed trailing whitespace. by Tim Peters · 19 years ago
  15. 1df5c39 Generalize buildno to be a sequence of non-comma characters. by Martin v. Löwis · 19 years ago
  16. 456af5f Deal with empty svn_revisions. by Martin v. Löwis · 19 years ago
  17. a0196c5 Add HeadURL to the keywords. by Martin v. Löwis · 19 years ago
  18. 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 19 years ago
  19. 2b47445 squash compiler warning on Mac OSX 10.3 by Skip Montanaro · 19 years ago
  20. c5bf5a0 Always set SVNVERSION to "exported" if it otherwise fails. by Martin v. Löwis · 19 years ago
  21. dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
  22. c6d1f91 If the audio file does not exist, the test should be skipped. Will backport. by Neal Norwitz · 19 years ago
  23. f2d66fe Try to make svnversion test more portable, based on Sjoerd's suggestion by Neal Norwitz · 19 years ago
  24. 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
  25. 40c6b47 Fix errors on 64-bit platforms. Will backport by Neal Norwitz · 19 years ago
  26. 5f86142 Bug #1395715: wrong LaTeX label by Georg Brandl · 19 years ago
  27. 23f391c Fix a warning from gcc by adding a missed const qualifier. by Hye-Shik Chang · 19 years ago
  28. 6bfd8de SF bug #1395926: Also test for svnversion command on $PATH before using it to by Barry Warsaw · 19 years ago
  29. 64c33dd Mention that zlib is now builtin on Windows. by Martin v. Löwis · 19 years ago
  30. 532bc03 Patch #1307806: Use project defaults where possible by Martin v. Löwis · 19 years ago
  31. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  32. 70cef44 Remove unneeded directories. by Martin v. Löwis · 19 years ago
  33. d372aa8 Import zlib into Python tree. by Martin v. Löwis · 19 years ago
  34. 9ca9f56 Ignore .svn instead of CVS now. by Martin v. Löwis · 19 years ago
  35. 17e9863 On the Mac, we have to ignore python.exe too. by Barry Warsaw · 19 years ago
  36. 02c408d Dammit, who the hell spells build with ii? by Neal Norwitz · 19 years ago
  37. 36cbdf9 Updated doc from patch 1117398 by Neal Norwitz · 19 years ago
  38. 1a196b5 As discussed on python-dev, don't remove Python-ast.[ch] with distclean by Neal Norwitz · 19 years ago
  39. a39f057 install svn in /usr/local/bin and remove from ~/local/bin by Neal Norwitz · 19 years ago
  40. d3a5867 get the proper full pathname of the script. spell build properly by Neal Norwitz · 19 years ago
  41. d19a4d4 * Change tabs to spaces by Neal Norwitz · 19 years ago
  42. 6bc6ed8 Bug #1395597: doc typo by Georg Brandl · 19 years ago
  43. 5b43126 Regenerate. by Martin v. Löwis · 19 years ago
  44. 9496261 Adjust usage of compiler_use_new_block to its return type. by Martin v. Löwis · 19 years ago
  45. 461aa5b Script to automatically build and test python and doc. The results by Neal Norwitz · 19 years ago
  46. aaa28df update to reflect move to Subversion by Fred Drake · 19 years ago
  47. 50bf51a Fix ref/memory leak introduced in rev 41845. by Neal Norwitz · 19 years ago
  48. 538561e Ported from 2.4 branch: by Barry Warsaw · 19 years ago
  49. 0f19423 Bug #1394868: doc typos by Georg Brandl · 19 years ago
  50. 60b2996 Fixed English in a comment; trimmed trailing whitespace; no code changes. by Tim Peters · 19 years ago
  51. 0cdc3d8 test_main(): Restore the original root logger level after running by Tim Peters · 19 years ago
  52. 1b27f86 Whitespace normalization. by Tim Peters · 19 years ago
  53. 4cfa136 Work around test_locale failing on Solaris. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  54. d5845ec Use -xcode=pic32 for SunPro. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  55. 39b29be Fix a delimiter detection problem in sniffer. Sniffing "a|b|c\r\n" was by Skip Montanaro · 19 years ago
  56. 0174ddd typo, use parens for continued expr by Skip Montanaro · 19 years ago
  57. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
  58. b9359c4 SF patch #1379023: document that a weakref callback is not invoked if the by Armin Rigo · 19 years ago
  59. 037d1e0 SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro". by Armin Rigo · 19 years ago
  60. f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 19 years ago
  61. ecc275b Typo. by Armin Rigo · 19 years ago
  62. fd163f9 SF patch #1390657: by Armin Rigo · 19 years ago
  63. c4308d5 two missing PyDoc_STR(). by Armin Rigo · 19 years ago
  64. 8bdaac7 typo by Skip Montanaro · 19 years ago
  65. 91bb70c Fix for problem with Sniffer class. If your delimiter is whitespace and the by Skip Montanaro · 19 years ago
  66. e08fa29 Bug #999767: make setup.py obey Setup.local wrt shared modules by Georg Brandl · 19 years ago
  67. cd4d1e8 [ 959576 ] Can't build Python on POSIX w/o $HOME by Georg Brandl · 19 years ago
  68. c6224db Revert checkin for bug #1386675. by Georg Brandl · 19 years ago
  69. 0cdcec5 Bug #1386675: winreg raises WindowsErrors by Georg Brandl · 19 years ago
  70. 75400db Bug #1389673: document correct return value of set methods by Georg Brandl · 19 years ago
  71. 6c1908d Bug #489256: remove note about Python 1.1 profiler by Georg Brandl · 19 years ago
  72. a2764ad Bug #954981: urllib2 example wont work w/o ssl by Georg Brandl · 19 years ago
  73. d90d1c1 Bug #839075: document that highly recursive data cannot be pickled by Georg Brandl · 19 years ago
  74. c47f1c1 Bug #839585: mention % string operator in language ref by Georg Brandl · 19 years ago
  75. 1014174 Bug #756104: document that bufsize in socket.recv() should be small by Georg Brandl · 19 years ago
  76. c0b2473 Bug #649974: make docstrings for url2pathname consistent by Georg Brandl · 19 years ago
  77. ddddd2f Updating the short blob about old/new-style classes to reflect (IMHO) more by Armin Rigo · 19 years ago
  78. 07cf5d4 As reported on c.l.py, the _elementtree project by Tim Peters · 19 years ago
  79. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  80. 83a8c39 test_bug_1333982(): This one must fail under -O. by Tim Peters · 19 years ago
  81. 903a944 Repair longstanding damage introduced by the AST merge: by Tim Peters · 19 years ago
  82. bb2bf2c fixed one more typo by Fredrik Lundh · 19 years ago
  83. c338999 SF#1389809 by Fredrik Lundh · 19 years ago
  84. 428b413 fixed two typos in pprint reference page by Fredrik Lundh · 19 years ago
  85. 35c3f4f do_mkvalue(), 'I' and 'k' cases: squash legitimate by Tim Peters · 19 years ago
  86. c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 19 years ago
  87. dc297b4 Ignore pyc files for building doc by Neal Norwitz · 19 years ago
  88. ab86f8e Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
  89. 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
  90. a2c110b Add missing dep for cookielib doc by Neal Norwitz · 19 years ago
  91. 338e786 Patch #1117398: fix cookielib LoadError by Neal Norwitz · 19 years ago
  92. 3e7de59 Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions by Neal Norwitz · 19 years ago
  93. b164daf [Patch #1375417] Massive rearrangement of the Library Reference. by Andrew M. Kuchling · 19 years ago
  94. a0b25e9 Add more chapter intros by Andrew M. Kuchling · 19 years ago
  95. 9747301 Add markup by Andrew M. Kuchling · 19 years ago
  96. affd42d Add some chapter introductions (not linked into the LibRef yet) by Andrew M. Kuchling · 19 years ago
  97. 755c268 Update text by Andrew M. Kuchling · 19 years ago
  98. 509a41d Typo fix by Andrew M. Kuchling · 19 years ago
  99. 20be3c8 Typo fix by Andrew M. Kuchling · 19 years ago
  100. 5e8d8f9 [ 1388141 ] Minor error in md5 docs by Georg Brandl · 19 years ago