1. 63563cd #9286: Fix the rfc822 parser to preserve whitespace in address local part. by R. David Murray · 14 years ago
  2. 2b37ce7 NEWS entry for r87373 by Antoine Pitrou · 14 years ago
  3. 0bdfbfa #10723: add missing builtin exceptions. by Georg Brandl · 14 years ago
  4. 3044fa7 Use lowercase true/false in assertTrue/assertFalse messages. by Ezio Melotti · 14 years ago
  5. b68a7bc #10404: Use ctl-button-1 for context menus on OSX Idle. by R. David Murray · 14 years ago
  6. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  7. 32e1771 #10728: the default for printing help is sys.stdout, not stderr. by R. David Murray · 14 years ago
  8. 77570e2 Fix typo. by Georg Brandl · 14 years ago
  9. ac53ab6 #5587: add a repr to dict_proxy objects. Patch by David Stanek and Daniel Urban. by Ezio Melotti · 14 years ago
  10. 197c9c9 Make this a note again. by Antoine Pitrou · 14 years ago
  11. eebb252 Use kbd role. by Georg Brandl · 14 years ago
  12. 5d53fdd Typo fix. by Georg Brandl · 14 years ago
  13. 101234b Add attribution. by Georg Brandl · 14 years ago
  14. 2b8861f Nits. by Raymond Hettinger · 14 years ago
  15. fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 14 years ago
  16. 0412974 Minor markup and wording fixups. by Raymond Hettinger · 14 years ago
  17. d73be67 Minor wordsmithing and markup fix-ups. by Raymond Hettinger · 14 years ago
  18. 3094ed8 Enhance argparse example to show aliases. by Raymond Hettinger · 14 years ago
  19. 52d1b4e #9907: call rl_initialize early when using editline on OSX by R. David Murray · 14 years ago
  20. c539a2a Add link to a sample solution to a common problem. by Raymond Hettinger · 14 years ago
  21. c5895dc Fix typo by Daniel Stutzbach · 14 years ago
  22. 7bbc855 update .gitignore using .hgignore by Victor Stinner · 14 years ago
  23. 79a06ed fix for an embarrassing autoformatting SNAFU. Thanks for your alertness, Antoine. by Łukasz Langa · 14 years ago
  24. 2b38b6c configparser hype coming up! by Łukasz Langa · 14 years ago
  25. 71b37a5 100% test coverage, better mapping protocol compatibility, some minor bugfixes by Łukasz Langa · 14 years ago
  26. 0e74cac Upgrade to sqlite3 3.7.4. by Martin v. Löwis · 14 years ago
  27. 2a1e3e6 Issue2690: Update docs to reflect the change made by issue2690. by Daniel Stutzbach · 14 years ago
  28. 910a4ed Upgrade Tcl/Tk to 8.5.9. by Martin v. Löwis · 14 years ago
  29. 09f4414 Expand the LBYL glossary entry. by Raymond Hettinger · 14 years ago
  30. 401edd6 Issue #4188: Avoid creating dummy thread objects when logging operations by Antoine Pitrou · 14 years ago
  31. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
  32. 7cb3051 Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave. by Daniel Stutzbach · 14 years ago
  33. 94f58c3 #10454: clarify the compileall docs and help messages. by R. David Murray · 14 years ago
  34. a396463 #10559: provide instructions for accessing sys.argv when first mentioned. by R. David Murray · 14 years ago
  35. dca5b86 Fix Issue9721 - urljoin behavior when the relative url starts with ';' by Senthil Kumaran · 14 years ago
  36. b25a791 configparser API cleanup: default values now sensible, slightly incompatible. by Łukasz Langa · 14 years ago
  37. ed16bf4 assert that the regex given to assertRegex is non-empty. by Gregory P. Smith · 14 years ago
  38. 5317e9c #10719: restore messages generated on invalid compileall args by R. David Murray · 14 years ago
  39. 20f0fb6 Issue #10710: `Misc/setuid-prog.c` is removed from the source tree. by Antoine Pitrou · 14 years ago
  40. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 14 years ago
  41. 12de8ac Credit Florent for porting by Antoine Pitrou · 14 years ago
  42. 202717d Add todo for WSGI by Raymond Hettinger · 14 years ago
  43. 930df31 Add missing docs and directives related to PEP 3147 and byte-compilation by Éric Araujo · 14 years ago
  44. ff47a13 EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here. by Brian Curtin · 14 years ago
  45. 971dc01 Fix one versionchanged by Éric Araujo · 14 years ago
  46. 9743e4f Improve the ContextDecorator example. by Raymond Hettinger · 14 years ago
  47. f68fa05 Add versionadded directive missing from r78983. by Éric Araujo · 14 years ago
  48. 1ac0d7a Acknowledged renaming of SafeConfigParser to ConfigParser. by Łukasz Langa · 14 years ago
  49. 1d55c7e Advertise “python -m test” over test.regrtest (r87296 followup) by Éric Araujo · 14 years ago
  50. 7f64c8a Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. by Łukasz Langa · 14 years ago
  51. bb9686f Thank you ispell. by Raymond Hettinger · 14 years ago
  52. 48f3bd3 Nits by Raymond Hettinger · 14 years ago
  53. 055d2e0 Advertise “python -m” instead of direct filename. by Éric Araujo · 14 years ago
  54. 6046e22 Entries for ElementTree, collectionsm, functools and ZipFile. by Raymond Hettinger · 14 years ago
  55. d6c5f74 No need to generate a link for something that’s just above. by Éric Araujo · 14 years ago
  56. 4fef555 Make test_threadsignals more lax, and add notes by Antoine Pitrou · 14 years ago
  57. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  58. 119cda0 Mark up one missed None in pkgutil.rst (#8851) by Éric Araujo · 14 years ago
  59. 07a605b Entry for decimal and fractions. by Raymond Hettinger · 14 years ago
  60. 480ed78 Add entries for structseq, ContextDecorator, and various C-API changes. by Raymond Hettinger · 14 years ago
  61. 2d6bb12 Add disclaimer about MinGW compat in distutils docs (#6007). Patch by Chris Lambacher. by Éric Araujo · 14 years ago
  62. 60532bd Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558). by Éric Araujo · 14 years ago
  63. 4433a5f Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky. by Éric Araujo · 14 years ago
  64. 17a5925 Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport. by Terry Reedy · 14 years ago
  65. 50ba19e Use sentence case in section titles consistently by Alexander Belopolsky · 14 years ago
  66. 99db3fd Elaborate on the calculation used in the random module. by Raymond Hettinger · 14 years ago
  67. 67f0b6c Use nested method directives, rewrap long lines, fix whitespace. by Éric Araujo · 14 years ago
  68. e434b3b Add intro to the changed modules section. by Raymond Hettinger · 14 years ago
  69. d00862a Improve trace documentation (#9264). Patch by Eli Bendersky. by Éric Araujo · 14 years ago
  70. b8eb9cb Move the urllib-inherited API to a distinguished section by Antoine Pitrou · 14 years ago
  71. 0358a17 Move email section in with other modules. Fix markup. by Raymond Hettinger · 14 years ago
  72. a55ffbc Minor regroupings. by Raymond Hettinger · 14 years ago
  73. bba537b Adopt Antoine's suggestion to improve readability with module subsections. by Raymond Hettinger · 14 years ago
  74. e0a9600 Add entries for the random module and the collections module. by Raymond Hettinger · 14 years ago
  75. 96f3410 Issue 10667: Fast path for collections.Counter by Raymond Hettinger · 14 years ago
  76. 779f19e I don't think we need to ship the comp.lang.python RFD these days. by Antoine Pitrou · 14 years ago
  77. 3cbb24d Encourage --with-pydebug rather than individual setting of debug options. by Antoine Pitrou · 14 years ago
  78. 0592be8 Remove outdated compatibility file. by Antoine Pitrou · 14 years ago
  79. 00c6b62 Issue #10706: Remove outdated script runtests.sh. Either `make test` by Antoine Pitrou · 14 years ago
  80. bd8f145 TIMEOUT value change in URLTimeout Test. test.support.transient_internet has a by Senthil Kumaran · 14 years ago
  81. 42877fe Typo fix by Andrew M. Kuchling · 14 years ago
  82. d89bc3f #10705: document what the values of debuglevel are and mean. by R. David Murray · 14 years ago
  83. ce4b170 #4236: avoid possible Fatal Error when import is called from __del__ by R. David Murray · 14 years ago
  84. 95333e3 More comprehensive compileall cli tests, and fixes. by R. David Murray · 14 years ago
  85. e7fed67 Freshen README contents by Antoine Pitrou · 14 years ago
  86. ffad35e Nits by Raymond Hettinger · 14 years ago
  87. 9a6b400 Logging documentation update. by Vinay Sajip · 14 years ago
  88. 31d04f2 SIGCHLD is a more portable name than SIGCLD. (OSX has no SIGCLD) by Gregory P. Smith · 14 years ago
  89. ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 14 years ago
  90. a80f4fb Fix "BytesWarning: str() on a bytes instance" by Gregory P. Smith · 14 years ago
  91. e85db2b Issue #1731717: Fixed the problem where subprocess.wait() could cause an by Gregory P. Smith · 14 years ago
  92. 32ef70c #10695: use %s not %d so that a string 'port' does not cause a debug traceback by R. David Murray · 14 years ago
  93. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  94. 39f34aa Turn on regrtest -W (rerun immediately) option for Windows, too. by R. David Murray · 14 years ago
  95. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  96. 6ecf76e Use skipIf instead of a return when attribute doesn't exist. by R. David Murray · 14 years ago
  97. 4d55bf9 #10699: fix docstring for tzset: it does not take a parameter by R. David Murray · 14 years ago
  98. 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 14 years ago
  99. 796343b #10698: fix typo in example. by R. David Murray · 14 years ago
  100. fd94b17 Logging documentation update. by Vinay Sajip · 14 years ago