1. 7bdd8d9 revert unintended change to multiprocessing/queues.py by Jesse Noller · 15 years ago
  2. 6c37674 issue5738: The distribution example was confusing, and out of date. It's too large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. by Jesse Noller · 15 years ago
  3. c4920e8 Issue #7272: Add configure test to detect whether sem_open works by Mark Dickinson · 15 years ago
  4. ab44226 Regenerate configure with GNU autoconf 2.61. by Mark Dickinson · 15 years ago
  5. 4823961 Issue 7363: fix indentation in socketserver udpserver example. by R. David Murray · 15 years ago
  6. 246ec33 avoid doing an uneeded import in a function by Benjamin Peterson · 15 years ago
  7. cef9782 turn goto into do while loop by Benjamin Peterson · 15 years ago
  8. 009b89d genexps have linenos by Benjamin Peterson · 15 years ago
  9. d16d0ab provide line number for lambdas by Benjamin Peterson · 15 years ago
  10. 48f0a8d spelling by Benjamin Peterson · 15 years ago
  11. 89b1a5c add news notes for r76416 by Benjamin Peterson · 15 years ago
  12. 99a5023 improve several corner cases related with argument names in parenthesis by Benjamin Peterson · 15 years ago
  13. b678de8 Misc/NEWS entries for issue 7117. by Mark Dickinson · 15 years ago
  14. 3934619 Don't use the '==' operator with test, that's an unportable bash-ism. by Ronald Oussoren · 15 years ago
  15. 315cd0c Fix for issue #7085 by Ronald Oussoren · 15 years ago
  16. 39de1fc dragfullwindows can have value 2 by Tarek Ziadé · 15 years ago
  17. dc3c239 #5037 proxy __unicode__ correctly by Benjamin Peterson · 15 years ago
  18. 9eac119 Fix docstrings for itertools combinatoric functions. by Raymond Hettinger · 15 years ago
  19. 79628d3 Issue 7263: Fix set.intersection() docstring. by Raymond Hettinger · 15 years ago
  20. 355538e Issue #7341: Close the internal file object in the TarFile by Lars Gustäbel · 15 years ago
  21. c029942 Mention Giampolo R's new FTP TLS support in the what's new file by Antoine Pitrou · 15 years ago
  22. 845688d Enable short float repr! by Mark Dickinson · 15 years ago
  23. 1136ff5 Fix markup. by Georg Brandl · 15 years ago
  24. 8c18a47 upcase Python by Georg Brandl · 15 years ago
  25. bd15a06 Issue #7117, continued: Change round implementation to use the correctly-rounded by Mark Dickinson · 15 years ago
  26. 0516f81 Make separate section for deprecations in 2.7 whatsnew. by Georg Brandl · 15 years ago
  27. a17f602 Make separate section for deprecations in 2.6 whatsnew. by Georg Brandl · 15 years ago
  28. 815521f Correctly escape arbitrary error message text in the runpy unit tests by Nick Coghlan · 15 years ago
  29. acccafc #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh windows install by Tarek Ziadé · 15 years ago
  30. 90ed611 a better callable replacement by Benjamin Peterson · 15 years ago
  31. fab8be2 #1757126: fix typo with the cyrillic_asian alias by Philip Jenvey · 15 years ago
  32. 3d6790e Silence another MSVC warning about unary minus. by Mark Dickinson · 15 years ago
  33. b2c3ca1 Silence MSVC warning about unary minus applied to unsigned type. by Mark Dickinson · 15 years ago
  34. d3571c8 #7302: fix link. by Georg Brandl · 15 years ago
  35. 4b953ba Allow for backslashes in file paths passed to the regex engine by Nick Coghlan · 15 years ago
  36. 4976e32 Account for another cache when hunting ref leaks by Nick Coghlan · 15 years ago
  37. 11db64e Issue #7328: don't corrupt sys.path when running pydoc with the -m switch by Nick Coghlan · 15 years ago
  38. ccd5e02 Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using by Antoine Pitrou · 15 years ago
  39. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 15 years ago
  40. d5b34d4 Issue #4969: The mimetypes module now reads the MIME database from by Antoine Pitrou · 15 years ago
  41. a548dee Issue #5792: Extend short float repr support to x86 platforms using suncc or icc. by Mark Dickinson · 15 years ago
  42. 009ae86 Avoid signed overflow in some xrange calculations, and extend by Mark Dickinson · 15 years ago
  43. 20eb4f0 Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?. by Senthil Kumaran · 15 years ago
  44. 49868cb Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. by Nick Coghlan · 15 years ago
  45. 5120027 Addition of some details in the code comments. by Senthil Kumaran · 15 years ago
  46. 4653b8c Remove 'g' from regrtest getopt argument string, since there's no by R. David Murray · 15 years ago
  47. da82689 Issue 7324: add a sanity check to regrtest argument parsing to by R. David Murray · 15 years ago
  48. ca020bb Turn the bsddb replication startup timeout test into a by R. David Murray · 15 years ago
  49. 7f7eea6 Issue #7312 (new feature): Add a -F flag to run the selected tests in by R. David Murray · 15 years ago
  50. b6fb8dc Fix terminology. by Georg Brandl · 15 years ago
  51. cde5115 use Sphinx 0.6.3 by Benjamin Peterson · 15 years ago
  52. 2fb77bd revert r76243; I was right, actually :) by Benjamin Peterson · 15 years ago
  53. c562ca4 Issue #7318: multiprocessing now uses a timeout when it fails to establish by Antoine Pitrou · 15 years ago
  54. c4a346c never mind about eval mode in this case by Benjamin Peterson · 15 years ago
  55. ccd6405 this main is much more useful by Benjamin Peterson · 15 years ago
  56. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 15 years ago
  57. c4cd6d3 fix highlight in the datetime example by Ezio Melotti · 15 years ago
  58. 7232d41 Give the profile module a module directive. by Georg Brandl · 15 years ago
  59. 310c9fe Issue #7295: Do not use a hardcoded file name in test_tarfile. by Antoine Pitrou · 15 years ago
  60. fdd5354 I got the relative magnitudes of the timeout increases reversed, so by R. David Murray · 15 years ago
  61. 5dff354 Fixing the NameError on Windows - issue1235 by Senthil Kumaran · 15 years ago
  62. 3a145a1 CGIHTTPRequestHandler.run_cgi() to use subprocess for Non Unix platforms. Fix by Senthil Kumaran · 15 years ago
  63. 47dded6 Backport micro-fix from the py3k svnmerge by Antoine Pitrou · 15 years ago
  64. 0734c63 Issue #7197: Allow unittest.TextTestRunner objects to be pickled and by Antoine Pitrou · 15 years ago
  65. 610326d Show example of how to make a sorted dictionary by Raymond Hettinger · 15 years ago
  66. 8906438 Update the FAQ entry that explains that assignments in the local scope by R. David Murray · 15 years ago
  67. c579b35 Add extra information to a test_signal failure message to aid diagnosis of buildbot failure. by Mark Dickinson · 15 years ago
  68. a8fd66d Issue #7251: Break out round tests for large values into a separate by Mark Dickinson · 15 years ago
  69. d7158d4 Issue #7282: Fix a memory leak when an RLock was used in a thread other by Antoine Pitrou · 15 years ago
  70. d19915e Issue 7294: Fixed URL in a comment. by Eric Smith · 15 years ago
  71. a5dcf21 Remove redundant sentence. by R. David Murray · 15 years ago
  72. 0ac6942 discuss how to use -p by Benjamin Peterson · 15 years ago
  73. 813c43a Properly detect whether a C file is using tabs or spaces for Vim. by Brett Cannon · 15 years ago
  74. 0025330 Kill a small potential leak in test_threading. by Antoine Pitrou · 15 years ago
  75. 1a22e87 #7271: fix typo. by Georg Brandl · 15 years ago
  76. e471b9b Some minor cleanups to private runpy code and docstrings by Nick Coghlan · 15 years ago
  77. 2733d88 Add test for runpy.run_module package execution and use something other than logging as the example of a non-executable package by Nick Coghlan · 15 years ago
  78. e3383b8 spelling by Benjamin Peterson · 15 years ago
  79. c98efe0 Issue #7270: Add some dedicated unit tests for multi-thread synchronization by Antoine Pitrou · 15 years ago
  80. 17f0f69 Merged revisions 76131 via svnmerge from by Benjamin Peterson · 15 years ago
  81. 3e376e5 Merged revisions 76127-76128 via svnmerge from by Benjamin Peterson · 15 years ago
  82. 9a57034 Merged revisions 76125 via svnmerge from by Benjamin Peterson · 15 years ago
  83. 99c160b Issue #7264: Fix a possible deadlock when deallocating thread-local objects by Antoine Pitrou · 15 years ago
  84. 2537e7a Increase the timeout in the bsddb3 replication test to allow by R. David Murray · 15 years ago
  85. 323b9da Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent by Antoine Pitrou · 15 years ago
  86. efc2858 #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs. by Georg Brandl · 15 years ago
  87. 4ac6b93 Make test_shutil clean up after itself by Antoine Pitrou · 15 years ago
  88. a6714b2 #7256: add versionadded tags for functions copied from cgi. by Georg Brandl · 15 years ago
  89. b3c169b Try to make test_wsgiref less fragile against environment changes by other tests by Antoine Pitrou · 15 years ago
  90. 5b54432 Fix doc typo reported by Arfrever. by Mark Dickinson · 15 years ago
  91. 6418577 typo (space-o?) by Skip Montanaro · 15 years ago
  92. c6714bd Add acceptance of long ints to test_memoryio.py by Antoine Pitrou · 15 years ago
  93. 28e463d enable test_parser in lib2to3 by Benjamin Peterson · 15 years ago
  94. d3200c7 Merged revisions 76065 via svnmerge from by Benjamin Peterson · 15 years ago
  95. aed6c45 add space by Benjamin Peterson · 15 years ago
  96. f9e7d54 Merged revisions 74359,75081,75088,75213,75278,75303,75427-75428,75734-75736,75865,76059-76061 via svnmerge from by Benjamin Peterson · 15 years ago
  97. c45a0cf grant list.index() a more informative error message #7252 by Benjamin Peterson · 15 years ago
  98. e2caf1f prevent a rather unlikely segfault by Benjamin Peterson · 15 years ago
  99. aec4124 Since r76034 was successful, add a NEWS entry for it. by Antoine Pitrou · 15 years ago
  100. c9ff3a7 regenerated from r76052 by Gregory P. Smith · 15 years ago