1. 89c4eef Issue #14691: indent the traceback so the example is highlighted by Sandro Tosi · 12 years ago
  2. 89e6d38 Remove untests for non-existent functionality. by Mark Dickinson · 12 years ago
  3. 1fc3ec9 Issue #14428: Rewrite test_process_time_threads() test by Victor Stinner · 12 years ago
  4. b63fd2a Issue #9154: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  5. ea7e9f9 Issue #9154: Fix parser module to understand function annotations. by Mark Dickinson · 12 years ago
  6. 119d026 merge by Brett Cannon · 12 years ago
  7. acf85cd Issue #13959: Re-implement imp.NullImporter in Lib/imp.py. by Brett Cannon · 12 years ago
  8. b77b5c3 merge by Raymond Hettinger · 12 years ago
  9. 99a5638 Issue 14688: Fix typo by Raymond Hettinger · 12 years ago
  10. e383e82 Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf'). by Mark Dickinson · 12 years ago
  11. d68ac85 #14236: merge with 3.2. by Ezio Melotti · 12 years ago
  12. 3899283 #14236: fix docs for \S. by Ezio Melotti · 12 years ago
  13. 5fe0f4e #14519: merge with 3.2. by Ezio Melotti · 12 years ago
  14. a0b1d1e #14519: fix the regex used in the scanf example. by Ezio Melotti · 12 years ago
  15. ec5cf09 Better control when dumping import state by Nick Coghlan · 12 years ago
  16. 5fbd37e Merge markup fix in unittest doc from 3.2. by Ezio Melotti · 12 years ago
  17. b8e336b Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  18. 4ca008b issue6085 - update docs in default branch by Senthil Kumaran · 12 years ago
  19. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  20. 660a949 #14236: merge with 3.2. by Ezio Melotti · 12 years ago
  21. e990092 #14236: mention Unicode whitespace in \s documentation. by Ezio Melotti · 12 years ago
  22. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 12 years ago
  23. 0ce1649 #14461: merge with 3.2. by Ezio Melotti · 12 years ago
  24. 0a6b541 #14461: fix wording. by Ezio Melotti · 12 years ago
  25. 4b7698c issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  26. 8dc5004 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  27. 150c365 httplib - minor update to check empty response by Senthil Kumaran · 12 years ago
  28. 7e70a5c httplib - minor update to check empty response by Senthil Kumaran · 12 years ago
  29. 889ad16 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 12 years ago
  30. 9c29f86 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 12 years ago
  31. e240947 #14155: merge note about \b from 3.2. by Ezio Melotti · 12 years ago
  32. 285e51b #14155: add a note about \b. by Ezio Melotti · 12 years ago
  33. fe98e2f Issue #14428: Use the new time.perf_counter() and time.process_time() functions by Victor Stinner · 12 years ago
  34. 47620a6 Close #14309: Deprecate time.clock() by Victor Stinner · 12 years ago
  35. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  36. ca6e40f Time doc: documentation that the CLOCK_* constants and clock_*() functions are by Victor Stinner · 12 years ago
  37. 4aff7ed Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  38. 100b889 Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions by Sandro Tosi · 12 years ago
  39. b11d91d Fix my previous commit: bool is a long, restore the specical case for bool by Victor Stinner · 12 years ago
  40. 92ff4e1 Issue #14666: stop multiprocessing's resource-sharing thread after the tests are done. by Antoine Pitrou · 12 years ago
  41. d0880d5 Simplify and optimize formatlong() by Victor Stinner · 12 years ago
  42. 19b409a merge by Brett Cannon · 12 years ago
  43. efad00d Issue #14646: __import__() now sets __loader__ if need be. by Brett Cannon · 12 years ago
  44. 94d558b Optimize _PyUnicode_FindMaxChar() find pure ASCII strings by Victor Stinner · 12 years ago
  45. fea73ef Issue #14605: Don't error out if get_importer() returns None. by Brett Cannon · 12 years ago
  46. 6d3b321 merge by Brett Cannon · 12 years ago
  47. aa93642 Issue #14605: Use None in sys.path_importer_cache to represent no by Brett Cannon · 12 years ago
  48. 64acccf decref cached keys on type deallocation (#13903) by Benjamin Peterson · 12 years ago
  49. 9e66ac6 merge by Brett Cannon · 12 years ago
  50. ce418b4 Issue #14605: Stop having implicit entries for sys.meta_path. by Brett Cannon · 12 years ago
  51. 3c6ea1c Issue #14605: Insert to the front of sys.meta_path, don't append. by Brett Cannon · 12 years ago
  52. c8287ef Invalidate finder caches after creating a new script. by Brett Cannon · 12 years ago
  53. 0e1a5b4 use wfile api by Benjamin Peterson · 12 years ago
  54. cfc1cc2 Issue #14642: Add "hg touch" extension, and "make touch" target. by Martin v. Loewis · 12 years ago
  55. 8f82506 Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) by Victor Stinner · 12 years ago
  56. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  57. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  58. 790a9b4 Add a missing close paren by Brian Curtin · 12 years ago
  59. 9fa47eb merge heads by Benjamin Peterson · 12 years ago
  60. 1138944 only incref when using borrowing functions by Benjamin Peterson · 12 years ago
  61. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 12 years ago
  62. 8f79dd5 Silence DeprecationWarning for cgi.escape() usage in test_cgi. by Brett Cannon · 12 years ago
  63. f96bb2f Update importlib.h by Brett Cannon · 12 years ago
  64. 5a5d6a1 Merge by Brett Cannon · 12 years ago
  65. 718fbf0 _PyUnicode_CheckConsistency() ensures that the unicode string ends with a by Victor Stinner · 12 years ago
  66. 3065093 long_to_decimal_string() and _PyLong_Format() check the consistency of newly by Victor Stinner · 12 years ago
  67. aed9773 Issue #14605 and #14642: Issue a warning in case Python\importlib.h needs to by Marc-Andre Lemburg · 12 years ago
  68. ae77584 Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. by Brian Curtin · 12 years ago
  69. f99983d Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 12 years ago
  70. b05ac86 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 12 years ago
  71. d0bb6aa Start a shared utility script for poking around at the import internals by Nick Coghlan · 12 years ago
  72. c94871a Merged fixed test from 3.2. by Vinay Sajip · 12 years ago
  73. c2ad0aa Fixed test to work on Windows. by Vinay Sajip · 12 years ago
  74. 7541c8e Issue #14605 and #14642: by Marc-Andre Lemburg · 12 years ago
  75. 8923a4d Issue #14605: Insert to the front of sys.path_hooks instead of appending. by Brett Cannon · 12 years ago
  76. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  77. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 12 years ago
  78. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 12 years ago
  79. a5798de Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 12 years ago
  80. 66b8b08 Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 12 years ago
  81. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  82. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 12 years ago
  83. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  84. 1d642d2 Closes Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT (I add some Solaris constants too) by Jesus Cea · 12 years ago
  85. cf38120 Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT by Jesus Cea · 12 years ago
  86. 15ee821 distiguish between refusing to creating shared keys and error (#13903) by Benjamin Peterson · 12 years ago
  87. 17feca0 Issue #14448: merge with 3.2 by Sandro Tosi · 12 years ago
  88. d11d0d6 Issue #14448: mention pytz; patch by Andrew Svetlov by Sandro Tosi · 12 years ago
  89. f409583 Fix location of versionaddeds and empty lines. by Georg Brandl · 12 years ago
  90. 4f2f3b6 Account for shared keys in type's __sizeof__ (#13903). by Martin v. Loewis · 12 years ago
  91. f0c10f0 Issue #14554: merge with 3.2 by Sandro Tosi · 12 years ago
  92. 3e29d93 Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  93. d57c73b Issue #13478: merge with 3.2 by Sandro Tosi · 12 years ago
  94. e6c3462 Issue #13478: document timeit.default_timer() by Sandro Tosi · 12 years ago
  95. 011c9aa Issue #13587: merge with 3.2 by Sandro Tosi · 12 years ago
  96. 08ccbf4 Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa by Sandro Tosi · 12 years ago
  97. 42f5881 merge 3.2 (#14658) by Benjamin Peterson · 12 years ago
  98. 7b16687 don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 12 years ago
  99. 7ce67e4 fix dict gc tracking (#13903) by Benjamin Peterson · 12 years ago
  100. 01296da Skip long repr tests when the cached pyc file's path length would exceed the maximum Win32 path length. by Antoine Pitrou · 12 years ago