1. a78e4e6 correct patch ack (#11133) by Benjamin Peterson · 13 years ago
  2. f0edd1b Merge with 3.1 by Ronald Oussoren · 13 years ago
  3. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 13 years ago
  4. 2e8a07c Merge with 3.1. by Ezio Melotti · 13 years ago
  5. 9465d42 Revert typo fixes in zlib/* by Ezio Melotti · 13 years ago
  6. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  7. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  8. cc4a484 Merge by Jesus Cea · 13 years ago
  9. cee3655 Close issue #8600: test_gdb failures because innocuous warnings by Jesus Cea · 13 years ago
  10. 15aded8 Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts to make the examples cut-and-pasteable. by Raymond Hettinger · 13 years ago
  11. dcebe0f Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution by Michael Foord · 13 years ago
  12. c867239 Wing project file update for mercurial by Michael Foord · 13 years ago
  13. 29dcaad Issue 11510: Fix BUILD_SET optimizer bug. by Raymond Hettinger · 13 years ago
  14. 729c5e2 Merge #11216: document all possible set_charset execution paths. by R David Murray · 13 years ago
  15. e3d09ff #11216: document all possible set_charset execution paths. by R David Murray · 13 years ago
  16. f228e5bc Merge by Antoine Pitrou · 14 years ago
  17. 126848a Fix whitespace in test_subprocess by Antoine Pitrou · 14 years ago
  18. f134dce Merge by Antoine Pitrou · 14 years ago
  19. 87541aa Merge by Antoine Pitrou · 14 years ago
  20. 709ac7b merge heads by Benjamin Peterson · 14 years ago
  21. e870623 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
  22. 274f5fa merge 3.1 by Benjamin Peterson · 14 years ago
  23. ec4b44b make this subversion artifact empty by Benjamin Peterson · 14 years ago
  24. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago
  25. 28edfee issue 11432 news entry. by Gregory P. Smith · 14 years ago
  26. cdc4f96 merge 3.2 heads by Gregory P. Smith · 14 years ago
  27. 961e0e8 revert the test_main() change from 08daf3ef6509 so that regrtest continues to run this properly. by Gregory P. Smith · 14 years ago
  28. 8f7724f merge d71476b9a55d from tip, use start_new_session instead of os.setsid. by Gregory P. Smith · 14 years ago
  29. e14e9c2 Add unittests demonstrating issue #11432. by Gregory P. Smith · 14 years ago
  30. 9c4f44f Fix issue #11432. if the stdin pipe is the same file descriptor as either stdout or stderr by Gregory P. Smith · 14 years ago
  31. 9bb9877 Followup to 4c59cd84086f: add an entry in the porting guide and a "versionchanged" attribute. by Antoine Pitrou · 14 years ago
  32. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 14 years ago
  33. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 14 years ago
  34. b78b4d7 Merge with 3.2 by Ezio Melotti · 14 years ago
  35. 8beaa6c Revert typo fixes in _cytpes/libffi* by Ezio Melotti · 14 years ago
  36. 106f8e3 Remove obsolete comment. by R David Murray · 14 years ago
  37. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 14 years ago
  38. de3909d merge 141bbcb19c06 by Gregory P. Smith · 14 years ago
  39. 81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was by Gregory P. Smith · 14 years ago
  40. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
  41. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  42. c48c19a Merge redundant __contains__ doc fix from 3.1. by R David Murray · 14 years ago
  43. f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 14 years ago
  44. 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 14 years ago
  45. 22a8cbe Issue #3080: skip test_bdist_rpm if sys.executable is not encodable to UTF-8 by Victor Stinner · 14 years ago
  46. f2db4de Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 14 years ago
  47. cd37dfc Harmonize linesep docstrings, and fix the quoting of \r\n by R David Murray · 14 years ago
  48. e72e161 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list by Ronald Oussoren · 14 years ago
  49. f8b9dfd #11496: skip history test if clear_history is not available. by R David Murray · 14 years ago
  50. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  51. fe93faf Issue #3080: Add PyImport_ImportModuleLevelObject() function by Victor Stinner · 14 years ago
  52. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  53. 98dbba5 Issue #3080: Use repr() to format the module name on error by Victor Stinner · 14 years ago
  54. ccbf475 Fix imp.cache_from_source() if the directory name contains a dot by Victor Stinner · 14 years ago
  55. fe19d21 Issue #3080: imp.new_module() uses Unicode by Victor Stinner · 14 years ago
  56. 2fd76e4 Issue #3080: find_module() returns the path as Unicode by Victor Stinner · 14 years ago
  57. c9a271c Issue #3080: case_ok() expects Unicode strings by Victor Stinner · 14 years ago
  58. 547a2a6 Issue #3080: find_init_module() expects Unicode by Victor Stinner · 13 years ago
  59. d029621 Issue #3080: Refactor find_module_path(), use return instead of break by Victor Stinner · 14 years ago
  60. df75a02 Issue #3080: find_module() sets an empty path for builtin and frozen modules by Victor Stinner · 14 years ago
  61. 533d783 Issue #3080: Rename some path variables to path_list by Victor Stinner · 14 years ago
  62. d9a7c4b Skip test that requires zlib when zlib is not available. by Ezio Melotti · 14 years ago
  63. 42d0f68 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 14 years ago
  64. 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 14 years ago
  65. 1a5201f Merge #11488 patch from 3.1. by R David Murray · 14 years ago
  66. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 14 years ago
  67. ad3c03b Issue #3080: find_module() expects module fullname and subname as Unicode by Victor Stinner · 14 years ago
  68. 1331263 Merge from 3.1 by Ross Lagerwall · 14 years ago
  69. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 14 years ago
  70. 58d3711 Issue #3080: Drop OS/2 support for the import machinery by Victor Stinner · 14 years ago
  71. 6924bd7 Fix whitespace by R David Murray · 14 years ago
  72. 9599de5 Issue #3080: Reindent and simplify import_submodule() by Victor Stinner · 14 years ago
  73. c24c810 Issue #3080: Use %R to format module name in error messages by Victor Stinner · 14 years ago
  74. 974389d Issue #3080: Use Unicode for the "The Magnum Opus of dotted-name import" by Victor Stinner · 14 years ago
  75. 384069c Merge fix for #11490 from 3.1. by R David Murray · 14 years ago
  76. d79210a #11490: EACCES can also mean command not found by R David Murray · 14 years ago
  77. 2e5f11a Issue #3080: PyImport_ImportModuleNoBlock() uses Unicode by Victor Stinner · 14 years ago
  78. 41c5fec Issue #3080: load_module() expects name and path as Unicode by Victor Stinner · 14 years ago
  79. 2f42ae5 Issue #3080: Use Unicode to import source and compiled modules by Victor Stinner · 13 years ago
  80. c9abda0 Issue #3080: get_sourcefile(), make_source_pathname(), load_package() by Victor Stinner · 14 years ago
  81. 9bd3bbc Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 14 years ago
  82. 34db469 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 14 years ago
  83. 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 14 years ago
  84. d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 14 years ago
  85. 0def5c6 Merge with 3.1. by Ezio Melotti · 14 years ago
  86. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 14 years ago
  87. d68c2cf Issue #3080: Create find_module_path() subfunction by Victor Stinner · 14 years ago
  88. 3758028 Issue #3080: Create find_module_path_list() subfunction by Victor Stinner · 13 years ago
  89. 546398d Dummy merge with 3.1. by Ezio Melotti · 14 years ago
  90. 77845ce Fix typo. by Ezio Melotti · 14 years ago
  91. 62e0b90 merge 3.1 by Benjamin Peterson · 14 years ago
  92. ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 14 years ago
  93. c696316 Issue #3080: Remove useless name buffer from find_module() by Victor Stinner · 14 years ago
  94. 7d8b77c Issue #3080: find_module() initialize buf and *p_fp by Victor Stinner · 14 years ago
  95. fefd70c Issue #3080: _PyImport_LoadDynamicModule() uses Unicode for name and path by Victor Stinner · 14 years ago
  96. a7f0dff Merge #11131 by Mark Dickinson · 14 years ago
  97. 37a79fb Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 14 years ago
  98. e858bca forward merge from 3.1 by Senthil Kumaran · 14 years ago
  99. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 14 years ago
  100. dd8f2e7 Merge #11403 by Antoine Pitrou · 14 years ago