1. a4314c2 Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. by Georg Brandl · 15 years ago
  2. 6728c5a Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work. by Georg Brandl · 15 years ago
  3. 32855b6 Overhaul of Demo/xml. by Georg Brandl · 15 years ago
  4. b3f9d66 Remove ftpstats script, the daemon whose log files it reads is long gone. by Georg Brandl · 15 years ago
  5. 393c823 Update lpwatch script. by Georg Brandl · 15 years ago
  6. 8ec30e8 Fix variable. by Georg Brandl · 15 years ago
  7. ce662d0 Use getopt in script.py demo. by Georg Brandl · 15 years ago
  8. 9bb7965 Set missing executable property on scripts by Mark Dickinson · 15 years ago
  9. ab6d373 Fix 'primes 0 1' by Mark Dickinson · 15 years ago
  10. 4271eca Update primes script. by Georg Brandl · 15 years ago
  11. 6e62c56 Remove useless script "mkrcs" and update README. by Georg Brandl · 15 years ago
  12. 86d38e9 Update markov demo. by Georg Brandl · 15 years ago
  13. 30fd2bb Update morse script, avoid globals, use iterators. by Georg Brandl · 15 years ago
  14. 2746866 Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment by Senthil Kumaran · 15 years ago
  15. 723fb3a Modernize all around (dont ask me how useful that script is nowadays...) by Georg Brandl · 15 years ago
  16. ffc87d5 Style fixes. by Georg Brandl · 15 years ago
  17. a0bcc27 Modernize factorisation demo (mostly augassign.) by Georg Brandl · 15 years ago
  18. 3d072c9 Show use of range() step argument nicely. by Georg Brandl · 15 years ago
  19. 0b798a9 Remove outdated comment and fix a few style issues. by Georg Brandl · 15 years ago
  20. 75b32c9 remove script which uses long gone module by Benjamin Peterson · 15 years ago
  21. 69f81a8 Remove unneeded "L" suffixes. by Georg Brandl · 15 years ago
  22. 18cb949 Bring old demo up-to-date. by Georg Brandl · 15 years ago
  23. 58d2f26 Issue #7055: test___all__ now greedily detects all modules which have an by Antoine Pitrou · 15 years ago
  24. 1c77b7f Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
  25. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 15 years ago
  26. de05599 replace callable() by Benjamin Peterson · 15 years ago
  27. 0c8bee6 Issue #7082: When falling back to the MIME 'name' parameter, the by R. David Murray · 15 years ago
  28. 9586cf8 fix some coding style by Benjamin Peterson · 15 years ago
  29. 49b8814 http://bugs.python.org/issue7029 by Kristján Valur Jónsson · 15 years ago
  30. 4502dcd death to old CVS keyword by Benjamin Peterson · 15 years ago
  31. d5a713e Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting. by Mark Dickinson · 15 years ago
  32. 539bff4 Update decimal test data to the most recent set from Mike Cowlishaw. by Mark Dickinson · 15 years ago
  33. 3d83082 Issue #7078: _struct.__doc__ was being ignored. Import it into struct. by Mark Dickinson · 15 years ago
  34. a5b642c Ensure that _scproxy gets build even when --disable-toolbox-glue by Ronald Oussoren · 15 years ago
  35. 15ae41c Issue #7048: logb should round its result when that result doesn't fit by Mark Dickinson · 15 years ago
  36. 590ecf3 Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata. by Amaury Forgeot d'Arc · 15 years ago
  37. d0052d1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, by Amaury Forgeot d'Arc · 15 years ago
  38. 85ea4bf Remove two notes by Andrew M. Kuchling · 15 years ago
  39. fa6a427 Backport r73983: Document the thousands separator. by Andrew M. Kuchling · 15 years ago
  40. b6f0128 Use standard comma punctuation; reword some sentences in the docs by Andrew M. Kuchling · 15 years ago
  41. 400054e Reword sentence by Andrew M. Kuchling · 15 years ago
  42. 5a9c40b Add various items by Andrew M. Kuchling · 15 years ago
  43. 915b120 Note side benefit of socket.create_connection() by Andrew M. Kuchling · 15 years ago
  44. f6e3d7d Document 'skip' parameter to constructor by Andrew M. Kuchling · 15 years ago
  45. f5852f5 Fix narkup by Andrew M. Kuchling · 15 years ago
  46. 3fab040 Wording fix by Andrew M. Kuchling · 15 years ago
  47. 3de4647 Fix compilation warning on Windows, where size_t is 32bit but file offsets are 64bit. by Amaury Forgeot d'Arc · 15 years ago
  48. abe3d3e Issue #7058: Added save/restore for argv and os.environ to runtest_inner by R. David Murray · 15 years ago
  49. 245d915 Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds by Mark Dickinson · 15 years ago
  50. 82d31e9 test logging by Benjamin Peterson · 15 years ago
  51. 7adbb5a #7050 fix a SystemError when using tuple unpacking and augmented assignment by Benjamin Peterson · 15 years ago
  52. 3b34dd8 now uses the right exception type by Tarek Ziadé · 15 years ago
  53. 530df33 Issue #7028: Add note to hex() builtin docs pointing to float.hex(). by Mark Dickinson · 15 years ago
  54. f638486 removing the last remaning apply() calls by Tarek Ziadé · 15 years ago
  55. 1b48671 #6516 added owner/group support for tarfiles in Distutils by Tarek Ziadé · 15 years ago
  56. 12fafe6 Add NEWS entry for r75180. by Georg Brandl · 15 years ago
  57. f895cf5 #7031: Add TestCase.assertIsInstance and negated method. by Georg Brandl · 15 years ago
  58. 46cc46a Fix some weird whitespace and two other overlong lines. by Georg Brandl · 15 years ago
  59. c9062ca Sync the 2.x `io` docs with py3k, with a small note as to the distinction by Antoine Pitrou · 15 years ago
  60. dc61ec3 That's self.env.unset(k) and not env.unset(k) I was heading back to the problem. by Senthil Kumaran · 15 years ago
  61. 5a43e86 using dict.unset(k) instead of del dict[k]. consistent with release26-maint by Senthil Kumaran · 15 years ago
  62. 91abd6e Fix for issue7026 test_urllib: unsetting missing 'env' variable. by Senthil Kumaran · 15 years ago
  63. 8ca7482 Fix buggy accuracy test by Mark Dickinson · 15 years ago
  64. 657024c Mention issue6972 in extractall docs about overwriting things outside of by Gregory P. Smith · 15 years ago
  65. 209d4c3 Fix for issue6957: ensure that the OSX installer by Ronald Oussoren · 15 years ago
  66. 8b90204 #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence by Philip Jenvey · 15 years ago
  67. 7e7a3ec Issue #7019: Unmarshalling of bad long data could produce unnormalized by Mark Dickinson · 15 years ago
  68. 13305f6 Issue 7008: Better document str.title and show how to work around the apostrophe problem. by Raymond Hettinger · 15 years ago
  69. 7248178 Issue #6790: Make it possible again to pass an `array.array` to by Antoine Pitrou · 15 years ago
  70. 9ebd242 * Update the Mac/README file. Add the list of OSX-specific configure options by Ronald Oussoren · 15 years ago
  71. f70867a Issue #7014: logging: Improved IronPython 2.6 compatibility. by Vinay Sajip · 15 years ago
  72. dbf3b25 #6990: clear threading.local's key only after its thread state is removed: by Philip Jenvey · 15 years ago
  73. b93fff0 Issue #3366: Add gamma function to math module. by Mark Dickinson · 15 years ago
  74. ddfb6cd Applying patches backported from 3.1, by Gregor Lingl. by R. David Murray · 15 years ago
  75. 97f5ff3 Prevent test_bad_address failure when a domain in the dns search by R. David Murray · 15 years ago
  76. 71adc93 Style/consistency/nano-optimization nit: replace occurrences of by Mark Dickinson · 15 years ago
  77. b331802 http://bugs.python.org/issue6836 by Kristján Valur Jónsson · 15 years ago
  78. 02ca57c http://bugs.python.org/issue6836 by Kristján Valur Jónsson · 15 years ago
  79. d12f86c http://bugs.python.org/issue6836 by Kristján Valur Jónsson · 15 years ago
  80. b4fd4d3 Patch from Thomas Barr so that csv.Sniffer will set doublequote property. by Skip Montanaro · 15 years ago
  81. 17565e5 Documentation improvement for load_tests protocol in unittest. Issue 6515. by Michael Foord · 15 years ago
  82. d6aabcf Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956. by Michael Foord · 15 years ago
  83. 716a9cc Eliminate unnecessary get_wrapped_(u)long defines in struct module. by Mark Dickinson · 15 years ago
  84. 4b9d473 Issue #6713: Improve decimal int -> string conversions. Thanks Gawain by Mark Dickinson · 15 years ago
  85. 4780c9a Tidied up name of parameter in StreamHandler by Vinay Sajip · 15 years ago
  86. 9aac245 #7000: document "sep" in capwords. Add a few tests by Ezio Melotti · 15 years ago
  87. afdbe3d comment out ugly xxx by Benjamin Peterson · 15 years ago
  88. b49e53e #6243: fix segfault when keyname() returns a NULL pointer. by Andrew M. Kuchling · 15 years ago
  89. a9a7611 #6994: fix typo in enumerate docstring by Ezio Melotti · 15 years ago
  90. 2fcd03b http://bugs.python.org/issue6971 by Kristján Valur Jónsson · 15 years ago
  91. 143d433 Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target. by Mark Dickinson · 15 years ago
  92. 2fd3592 improved phrasing, markup and example by Ezio Melotti · 15 years ago
  93. ca66cb5 fix typos/rephrase by Benjamin Peterson · 15 years ago
  94. 2f75572 Fix a minor doc syntax typo. by Brett Cannon · 15 years ago
  95. 68776db Half of the fix for issue 6957: ensure that distutils by Ronald Oussoren · 15 years ago
  96. 6ef9fd7 Fix whitespace. by Brett Cannon · 15 years ago
  97. f778bec Fixed a typo, and added sections on optimization and using arbitrary objects as messages. by Vinay Sajip · 15 years ago
  98. e50a9fd The 'Navigation Toolbox' is not available at all for 64-bit by Ronald Oussoren · 15 years ago
  99. ac87077 Fix encoding name. by Georg Brandl · 15 years ago
  100. 4d94743 When range checking was added to time.strftime() a check was placed on tm_isdst by Brett Cannon · 15 years ago