1. 8586249 Spelling. by Mark Dickinson · 14 years ago
  2. 0187be0 unparse.py: fix mispaced parentheses in chained comparisons by Mark Dickinson · 14 years ago
  3. ce3742c Set svn:eol-style on test_unparse.py. by Mark Dickinson · 14 years ago
  4. b83a1ff Fix typo in test_unparse.py. by Mark Dickinson · 14 years ago
  5. 623b979 Fix some shallow bugs in Demo/parser/unparse.py, and add tests: by Mark Dickinson · 14 years ago
  6. 8c996ef Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object. by Senthil Kumaran · 14 years ago
  7. d6a8e6d fix skipping condition by Benjamin Peterson · 14 years ago
  8. 8eeb1dc testcapi tests are definitely cpython only by Benjamin Peterson · 14 years ago
  9. 5871a8d Fix Issue8653 - Docstring for urlunsplit function. by Senthil Kumaran · 14 years ago
  10. 2af7e6d Fix issue3428 - Document HTTPMessage class. by Senthil Kumaran · 14 years ago
  11. 4c5bc4d remove unused last argument to property_copy by Benjamin Peterson · 14 years ago
  12. a70e91c mark tracking tests as implementation details by Benjamin Peterson · 14 years ago
  13. b96fbb8 Fix for Issue8883: without this patch test_urllib will fail by Ronald Oussoren · 14 years ago
  14. 76002c8 The uuid library on OSX 10.5 seems to contain the same bug as the one by Ronald Oussoren · 14 years ago
  15. cd17213 Two small fixes for the support for SDKs on MacOSX: by Ronald Oussoren · 14 years ago
  16. ad72bcc Untabify. by Georg Brandl · 14 years ago
  17. ec83e3d Two typos. by Georg Brandl · 14 years ago
  18. 3d0a602 Fix URL. by Georg Brandl · 14 years ago
  19. 817d918 Use designated syntax for optional grammar element. by Georg Brandl · 14 years ago
  20. 565569b Confusing punctuation. by Georg Brandl · 14 years ago
  21. 21887df Issue 9024: Added :cdata: tag to PyDateTimeAPI by Alexander Belopolsky · 14 years ago
  22. 2f06b78 Fix extra space. by Ezio Melotti · 14 years ago
  23. 62a14db #9085: email versions have gotten out of sync, 2.7 is actually 4.0.3. by R. David Murray · 14 years ago
  24. 04a3439 Fix indentation in recently added test. by R. David Murray · 14 years ago
  25. caf5db7 Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that by Alexander Belopolsky · 14 years ago
  26. 32e0681 #4640: add a test to optparse that proves issue is invalid. by R. David Murray · 14 years ago
  27. cf3e20c mark implementation detail as such by Benjamin Peterson · 14 years ago
  28. 0badae4 this must be a typo by Benjamin Peterson · 14 years ago
  29. 4b26acb mark implementation detail as such by Benjamin Peterson · 14 years ago
  30. 32a16ca Fix indentation of Python code example in C comment. by Mark Dickinson · 14 years ago
  31. 0dddf60 Issue #9075: In the ssl module, remove the setting of a `debug` flag by Antoine Pitrou · 14 years ago
  32. 3db4161 Issue #9020: The Py_IS* macros from pyctype.h should generally only be by Stefan Krah · 14 years ago
  33. 947ce58 prevent assignment to set literals by Benjamin Peterson · 14 years ago
  34. 5c995c1 remove reverted changed by Benjamin Peterson · 14 years ago
  35. f6d31cb cpython only gc tests by Benjamin Peterson · 14 years ago
  36. 7ff7825 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 14 years ago
  37. a4d36a9 Fix misindents in compile.c (for Benjamin). by Antoine Pitrou · 14 years ago
  38. 7f8ede4 mark ref counting as impl detail by Benjamin Peterson · 14 years ago
  39. 694781b must force gc here by Benjamin Peterson · 14 years ago
  40. 5b9ce31 bump revision by Benjamin Peterson · 14 years ago
  41. c009735 spacing nit; this isn't C by Benjamin Peterson · 14 years ago
  42. b913389 remove INT_MAX assertions; they can fail with large Py_ssize_t #9058 by Benjamin Peterson · 14 years ago
  43. bde67df keep UserDict an old-style class by Benjamin Peterson · 14 years ago
  44. 3ceab01 The code in _scproxy (a mac specific helper module to by Ronald Oussoren · 14 years ago
  45. 934f4e1 Fix for issue8446: by Ronald Oussoren · 14 years ago
  46. 4f61259 towards final release by Benjamin Peterson · 14 years ago
  47. 39df204 tag 2.7rc2 by Benjamin Peterson · 14 years ago
  48. bfcedf4 bump verson to 2.7rc2 by Benjamin Peterson · 14 years ago
  49. bb93709 update pydoc-topics by Benjamin Peterson · 14 years ago
  50. afa1b30 fix finding visual studio 2008 on 64 bit #8854 by Benjamin Peterson · 14 years ago
  51. a45e6d5 Add tests for problems reported in issue 8959. by Thomas Heller · 14 years ago
  52. f180099 Fix #8959 by reverting revision 80761. by Thomas Heller · 14 years ago
  53. 0898266 Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up by Andrew M. Kuchling · 14 years ago
  54. 8019236 Merge test_strtod and test_float string-to-float conversion tests. by Mark Dickinson · 14 years ago
  55. c733b32 update emacs section by Benjamin Peterson · 14 years ago
  56. b33f0c1 Revert r60115 by Jean-Paul Calderone · 14 years ago
  57. a37b7af Add few words about test.test_genericpath.CommonTest by Florent Xicluna · 14 years ago
  58. 0d6908b Fix Issue4452 - Incorrect docstring of os.setpgrp by Senthil Kumaran · 14 years ago
  59. df1cf30 #8720: fix inspect regression by teaching getsourcefile about linecache. by R. David Murray · 14 years ago
  60. a3e3e36 Addressing RDM's review comments on the doc change. by Senthil Kumaran · 14 years ago
  61. e55a205 Fix Issue8937 - SimpleHTTPServer should contain usage example by Senthil Kumaran · 14 years ago
  62. 526e5ee Issue #8469: Further clarifications and improvements to struct module by Mark Dickinson · 14 years ago
  63. 019aec2 Add another bunch of items by Andrew M. Kuchling · 14 years ago
  64. 9933da0 #8993: fix reference. by Georg Brandl · 14 years ago
  65. 8fbbc08 Ezio Melotti was missing from Misc/ACKS. by Mark Dickinson · 14 years ago
  66. 62815e8 Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews. by Mark Dickinson · 14 years ago
  67. e979ec8 Issue #8986: erfc was raising OverflowError on Linux for arguments in by Mark Dickinson · 14 years ago
  68. 8842c35 Revert r80580 due to some unintended side effects. See issue #8202 for details. by Nick Coghlan · 14 years ago
  69. bffd62e Grammar fix by Andrew M. Kuchling · 14 years ago
  70. 8e6c45c Issue #8469: Add standard sizes to table in struct documentation; additional by Mark Dickinson · 14 years ago
  71. 8e5effa fix warning with ucs4 by Benjamin Peterson · 14 years ago
  72. 10f08f9 Backport a fix from Py3k for a potentially misleading example by Nick Coghlan · 14 years ago
  73. f084aed Update README. by Georg Brandl · 14 years ago
  74. 961e6fd Fix gratuitous indentation. by Georg Brandl · 14 years ago
  75. 1626980 Add document on how to build. by Georg Brandl · 14 years ago
  76. fd3eff6 Use newer toctree syntax. by Georg Brandl · 14 years ago
  77. 3e83ff7 Update version in README. by Georg Brandl · 14 years ago
  78. ab776ce Document that an existing directory raises in mkdir(). by Georg Brandl · 14 years ago
  79. b20ada0 Fix punctuation. by Georg Brandl · 14 years ago
  80. 936efc7 Issue #8924: logging: Improved error handling for Unicode in exception text. by Vinay Sajip · 14 years ago
  81. cca3a3f Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash by Antoine Pitrou · 14 years ago
  82. c6660cf different spellings are just unacceptable by Benjamin Peterson · 14 years ago
  83. 4022891 Fix possible undefined behaviour from signed overflow in struct module. by Mark Dickinson · 14 years ago
  84. b65bd2e Issue #8362: Add Misc/maintainers.rst: list of module maintainers by Victor Stinner · 14 years ago
  85. fdc1e0d Remove extra ] from itertools.count docstring. by Ezio Melotti · 14 years ago
  86. 11bd81c Add a few more items by Andrew M. Kuchling · 14 years ago
  87. 81145c9 #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv() by Andrew M. Kuchling · 14 years ago
  88. de0aeaa #5753: update demo.c to use PySys_SetArgvEx(), and add a comment by Andrew M. Kuchling · 14 years ago
  89. a0b0c6f Edit comments for current Python; bump version number of Python by Andrew M. Kuchling · 14 years ago
  90. 33958b8 Fix issue with nested test suites debug method and module setups. (unittest) by Michael Foord · 14 years ago
  91. 83d3576 NEWS update for issue 8948. by Michael Foord · 14 years ago
  92. 1056ca2 fix code formatting by Benjamin Peterson · 14 years ago
  93. 094c53c Fixed markup of tm_isdst attribute. by Alexander Belopolsky · 14 years ago
  94. 619f16e Issue #8930: fix some C code indentation by Antoine Pitrou · 14 years ago
  95. ae1bb9a Typo correction. by Michael Foord · 14 years ago
  96. 0fedb28 Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug(). by Michael Foord · 14 years ago
  97. d7afd31 Move a variable declration outside of a loop to match what was by Brian Curtin · 14 years ago
  98. fa4c59f kill extra word by Benjamin Peterson · 14 years ago
  99. eabdeba use unicode literals by Benjamin Peterson · 14 years ago
  100. 7dbe3e3 remove extra byte and fix comment by Benjamin Peterson · 14 years ago