1. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 13 years ago
  2. 345266a PEP 417: Adding unittest.mock by Michael Foord · 13 years ago
  3. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 13 years ago
  4. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 13 years ago
  5. 9d8c186 Issue #13839: When invoked on the command-line, the pstats module now accepts several filenames of profile stat files and merges them all. by Antoine Pitrou · 13 years ago
  6. c5ceb0a Revert the patch for issue 3835 because failed on Windows buildbot by Andrew Svetlov · 13 years ago
  7. 846acf5 #14289: merge with 3.2 by Georg Brandl · 13 years ago
  8. 525fd54 Closes #14289: put a link to the CHM download page on the docs download page. by Georg Brandl · 13 years ago
  9. 5cd2767 #14283: merge with 3.2 by Georg Brandl · 13 years ago
  10. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  11. 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 13 years ago
  12. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  13. b20a019 Closes #14298: update section about dict implementation. by Georg Brandl · 13 years ago
  14. 1725fea default: closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
  15. 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
  16. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 13 years ago
  17. a2251aa Issue #989712: Support using Tk without a mainloop. by Andrew Svetlov · 13 years ago
  18. 30c825c What's New in Python 3.3: Repeat the dict lookup change in Porting section by Victor Stinner · 13 years ago
  19. ecc6e66 Fix doc of datetime.date*.*fromtimestamp() methods by Victor Stinner · 13 years ago
  20. b2a3773 Issue #14180: Fix the select module to handle correctly the Windows timeval by Victor Stinner · 13 years ago
  21. 8050ca9 Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and by Victor Stinner · 13 years ago
  22. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 13 years ago
  23. 910df32 #8315: add automatic unittest test discovery in test.test_email by R David Murray · 13 years ago
  24. d2edfd6 merge 3.2 by Benjamin Peterson · 13 years ago
  25. 817dd91 merge heads by Benjamin Peterson · 13 years ago
  26. 0442f56 merge heads by Benjamin Peterson · 13 years ago
  27. f423a79 Merge 3.2 by Martin v. Löwis · 13 years ago
  28. eb945a9 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
  29. ee381a0 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
  30. 7d74b70 merge 3.2 by Benjamin Peterson · 13 years ago
  31. 4793001 merge heads by Benjamin Peterson · 13 years ago
  32. 2354a75 fix indentation by Benjamin Peterson · 13 years ago
  33. df50ceb Issue #3835: Refuse to use unthreaded Tcl in threaded Python. by Martin v. Löwis · 13 years ago
  34. 5c3c424 Issue #2843: Add new Tk API to Tkinter. by Martin v. Löwis · 13 years ago
  35. 577c830 Issue #14184: merge by Ned Deily · 13 years ago
  36. 7ca97d5 Issue #14184: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  37. bd273c1 Issue #14180: Fix an invalid rounding when compiler optimization are enabled by Victor Stinner · 13 years ago
  38. 87adda5 Issue #14180: Fix pythoncore.vcproj, Modules/_time.[ch] have been removed by Victor Stinner · 13 years ago
  39. d528b01 Issue #14180: Fix another typo in kqueue_queue_control() by Victor Stinner · 13 years ago
  40. d327f9d Issue #14180: Fix select.select() compilation on BSD and a typo in kqueue_queue_control() by Victor Stinner · 13 years ago
  41. 3a31dd4 Issue #14180: Remove commented code by Victor Stinner · 13 years ago
  42. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
  43. 69437da Merged upstream change. by Vinay Sajip · 13 years ago
  44. 3cac309 Merged upstream change. by Vinay Sajip · 13 years ago
  45. 0f15181 Closes #14267: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  46. 27f4897 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 13 years ago
  47. 19b114b merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
  48. 47b5ddb 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
  49. 1732ab4 merge heads by Senthil Kumaran · 13 years ago
  50. 4bd53b1 merge heads by Senthil Kumaran · 13 years ago
  51. 784ddb0 merge heads by Senthil Kumaran · 13 years ago
  52. 7554f0d merge heads by Senthil Kumaran · 13 years ago
  53. 5738e4f Merge by Michael Foord · 13 years ago
  54. e01c62c Fix unittest test discovery for Jython by Michael Foord · 13 years ago
  55. a971905 #8942: add test for __path__ contents in zipimport tests by R David Murray · 13 years ago
  56. 2b695a4 Issue #1178863: Separate initialisation from setting when initializing by Martin v. Löwis · 13 years ago
  57. 7b3c975 closes #14259 re.finditer() now takes keyword arguments: pos, endpos. by Sean Reifschneider · 13 years ago
  58. 45e50de Try to fix compilation of Python-ast.c on Visual Studio 2008 by Victor Stinner · 13 years ago
  59. cc50ba2 #14179: merge with 3.2. by Ezio Melotti · 13 years ago
  60. df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  61. a8ec5ea Issue #14104: Implement time.monotonic() on Mac OS X, by Victor Stinner · 13 years ago
  62. cad1a07 minor PEP7-related fix by Łukasz Langa · 13 years ago
  63. f2bb889 Merge heads. by Eric V. Smith · 13 years ago
  64. 97722c4 str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. Patch by Akira Li. by Eric V. Smith · 13 years ago
  65. 56bac7b Merge by Michael Foord · 13 years ago
  66. b36c70c Move adding unittest test discovery command line options into their own method. by Michael Foord · 13 years ago
  67. 1d4798c Merge heads. by Eric V. Smith · 13 years ago
  68. edbb6ca str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. by Eric V. Smith · 13 years ago
  69. d5c613e Head merge by Łukasz Langa · 13 years ago
  70. dbd7825 #13842: check whether PyUnicode_FromString succeeded by Łukasz Langa · 13 years ago
  71. 48d578c #13394: add more tests for the aifc module and use warnings.warn instead of print. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  72. 8576953 #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  73. c1f5d8a Merge by Michael Foord · 13 years ago
  74. 5f99ced Refactor unittest command line handling to always use optparse by Michael Foord · 13 years ago
  75. 17591c1 Head merge. by Łukasz Langa · 13 years ago
  76. f3078fb Fixes #13842: cannot pickle Ellipsis or NotImplemented. by Łukasz Langa · 13 years ago
  77. f28fcff adjust for change in AST type by Benjamin Peterson · 13 years ago
  78. 518cf94 merge 3.2 by Benjamin Peterson · 13 years ago
  79. 3f35846 kill this disabled code by Benjamin Peterson · 13 years ago
  80. bebcd18 merge 3.2 by Benjamin Peterson · 13 years ago
  81. bc4665e use correct naming convention by Benjamin Peterson · 13 years ago
  82. 9186850 closes issue14257 - Grammatical fix by Senthil Kumaran · 13 years ago
  83. 6080db7 closes issue14257 - Grammatical fix by Senthil Kumaran · 13 years ago
  84. 7e0dbfb give the AST class a __dict__ by Benjamin Peterson · 13 years ago
  85. 61a4161 merge 3.2 by Benjamin Peterson · 13 years ago
  86. ef87f06 allow AST objects to be like its subclasses by Benjamin Peterson · 13 years ago
  87. 6645f7e merge heads by Benjamin Peterson · 13 years ago
  88. 09b4bd0 merge 3.2 by Benjamin Peterson · 13 years ago
  89. 800b3aa merge heads by Benjamin Peterson · 13 years ago
  90. d279e28 every other ast object has a dict, so I think AST should, too by Benjamin Peterson · 13 years ago
  91. e976fc7 Merge. by Eric V. Smith · 13 years ago
  92. 851cad7 Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. by Eric V. Smith · 13 years ago
  93. 68e994e closes issue14257 - cpython - minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
  94. a7fccd8 closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
  95. b69ef16 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
  96. 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
  97. 6c52c57 Modify patchcheck.py to check for changes to configure.in. by Ross Lagerwall · 13 years ago
  98. b4a9237 Fix regression after c8d1df9ac987 (PPC buildbot) by Antoine Pitrou · 13 years ago
  99. 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 13 years ago
  100. a08e7e1 Close #14248: fix typo. by Georg Brandl · 13 years ago