1. cf5e1d8 Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support). by Nadeem Vawda · 12 years ago
  2. a425c3d Make lzma.{encode,decode}_filter_properties private. by Nadeem Vawda · 12 years ago
  3. 01317d2 Merge /features/pep397 changes by Brian Curtin · 12 years ago
  4. fe078f7 branch merge by Brian Curtin · 12 years ago
  5. 6b2cf01 Remove associator project - it's not needed by Brian Curtin · 12 years ago
  6. 6916835 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  7. 9ed8b4e #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  8. 6a8ca3e Remove the original license, as this was contributed under Vinay Sajip's agreement. by Martin v. Löwis · 12 years ago
  9. 8559b3c Build and bundle the 32-bit launcher in all configurations. by Martin v. Löwis · 12 years ago
  10. af21ebb Fix UNICODE glitch. by Martin v. Löwis · 12 years ago
  11. 91a3468 Fix off-by-one error. by Martin v. Löwis · 12 years ago
  12. 7dae234 Package the launcher. by Martin v. Löwis · 12 years ago
  13. a759d4e Make private function static (from `make smelly`) by Antoine Pitrou · 12 years ago
  14. c2b4673 md5_{init,process,done}: make static by doko@ubuntu.com · 12 years ago
  15. 1e5be8c sha1_{init,process,done}: make static by doko@ubuntu.com · 12 years ago
  16. f36d65c Use GetEnvironmentVariableW instead of _wgetenv to silence VC warnings. by Martin v. Löwis · 12 years ago
  17. 56bf6f8 Add version resource. by Martin v. Löwis · 12 years ago
  18. 1e3398a ... and fix the name of the sha1 file name. by doko@ubuntu.com · 12 years ago
  19. dca7303 Fix name of the sha1 extension. by doko@ubuntu.com · 12 years ago
  20. 0684a9d Remove references to removed md5.h and md5.c files. by doko@ubuntu.com · 12 years ago
  21. 39378f7 format_obj: make it static by doko@ubuntu.com · 12 years ago
  22. 6919223 Issue #14225: Fix Unicode support for curses (#12567) on OS X: by Ned Deily · 12 years ago
  23. 9698bde Add associator by Brian Curtin · 12 years ago
  24. fd8a838 Issue #14684: Add support for predefined compression dictionaries to the zlib module. by Nadeem Vawda · 12 years ago
  25. 50b0a36 Fix comment. by Stefan Krah · 12 years ago
  26. 2238501 Many cleanups of redundant code in mpd_qrem_near(): by Stefan Krah · 12 years ago
  27. 4bca286 Add pywlauncher project by Brian Curtin · 12 years ago
  28. 22bf8cb Add the pyw launcher by Brian Curtin · 12 years ago
  29. d029e5d Get 64-bit building by Brian Curtin · 12 years ago
  30. a7de612 Support 32-bit release building: by Brian Curtin · 12 years ago
  31. 765dd11 Initial changes to get the py launcher building by Brian Curtin · 12 years ago
  32. 07165f7 Add launcher source and resources by Brian Curtin · 12 years ago
  33. 42c9b04 Prefer assertEqual to simply assert per recommendation in issue6727. by Jason R. Coombs · 12 years ago
  34. d8623e8 Do not italicize punctuation in python(1) manual page (Matt Kraai). by doko@ubuntu.com · 12 years ago
  35. 0182f38 Fix small overeager edit from 8e47e9af826e. by Georg Brandl · 12 years ago
  36. 0b3847d Issue #15096: Drop support for the ur string prefix by Christian Heimes · 12 years ago
  37. 10c8791 Fix GzipFile's handling of filenames given as bytes objects. by Nadeem Vawda · 12 years ago
  38. 103e811 Fix GzipFile's handling of filenames given as bytes objects. by Nadeem Vawda · 12 years ago
  39. e67f48c Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h. by Antoine Pitrou · 12 years ago
  40. 0006aac Issue #15038: Document caveats with the emulated condition variables. by Kristjan Valur Jonsson · 12 years ago
  41. 066dacf Add versionchanged tags for #14772 changes by Brian Curtin · 12 years ago
  42. 1d25b6f Issue #15103: remove the NUL character (serving as a Mercurial binary marker) from Python/importlib.h. by Antoine Pitrou · 12 years ago
  43. 1617077 Issue #15038: by Kristjan Valur Jonsson · 12 years ago
  44. 0d0a1de Fix #14772: Return the destination from some shutil functions. by Brian Curtin · 12 years ago
  45. e75ff35 Issue #15038: Optimize python Locks on Windows by Kristján Valur Jónsson · 12 years ago
  46. 633c4d9 Issue #15064: Use with-blocks for some examples in docs. by Richard Oudkerk · 12 years ago
  47. ac38571 Issue #15064: Make BaseManager.__enter__() start server if necessary. by Richard Oudkerk · 12 years ago
  48. 9c1feb8 Add comments to the power functions, in particular to _mpd_qpow_real(). by Stefan Krah · 12 years ago
  49. d69cfe8 Issue #15064: Implement context manager protocol for multiprocessing types by Richard Oudkerk · 12 years ago
  50. 0f88427 Issue #15101: Make pool finalizer avoid joining current thread. by Richard Oudkerk · 12 years ago
  51. f29ec4b Issue #15101: Make pool finalizer avoid joining current thread. by Richard Oudkerk · 12 years ago
  52. 1375884 Fiddle with timeouts in barrier tests by Richard Oudkerk · 12 years ago
  53. 10e6588 Fix NEWS entry for #15036 by Petri Lehtinen · 12 years ago
  54. da7a6e7 Fix NEWS entry for #15036 by Petri Lehtinen · 12 years ago
  55. d5a1a21 Prevent test_inspect from keeping alive a ton of frames and local variables by way of a global variable keeping a reference to a traceback. by Antoine Pitrou · 12 years ago
  56. 48114b9 Issue #14657: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap. by Antoine Pitrou · 12 years ago
  57. 7636b19 Merge: Update out of date docstring. by R David Murray · 12 years ago
  58. 3ac8c78 Update out of date docstring. by R David Murray · 12 years ago
  59. 5b1406f #14840: merge with 3.2. by Ezio Melotti · 12 years ago
  60. f90ea1f #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  61. 307ef8a Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib) by Nick Coghlan · 12 years ago
  62. 14d99a1 Ignore X-Antivirus headers in test_nntplib by Nick Coghlan · 12 years ago
  63. e51e25a Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib) by Nick Coghlan · 12 years ago
  64. e6ef462 Issue #15095: Use better assertions in test_imaplib by Nick Coghlan · 12 years ago
  65. 9aff2a7 Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded) by Nick Coghlan · 12 years ago
  66. 658dc3f Disable test on Unix. Causes buildbots to fail. See Issue #15091 by Jason R. Coombs · 12 years ago
  67. be4e4b5 Issue #15043: skip test_gdb if the custom hooks can't be loaded by Nick Coghlan · 12 years ago
  68. 1730139 White space normalization. by Martin v. Löwis · 12 years ago
  69. bce1666 Issue #14055: Add __sizeof__ support to _elementtree. by Martin v. Löwis · 12 years ago
  70. 1e5d0ff Elaborate that sizeof only accounts for the object itself. by Martin v. Löwis · 12 years ago
  71. 2b3eb0d Merge from 3.2. (Issue #15044: Handle Fedora 17's approach to ndbm compatibility) by Nick Coghlan · 12 years ago
  72. 50f147a Issue #15044: Handle Fedora 17's approach to ndbm compatibility by Nick Coghlan · 12 years ago
  73. 71fde31 Adding test from issue6727 demonstrating that symlink import issue does not occur here in 3.3 by Jason R. Coombs · 12 years ago
  74. 9680bdb Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi) by Nick Coghlan · 12 years ago
  75. d972265 Improve an internal ipaddress test, add a comment explaining why treating networks as containers of interfaces rather than addresses would prove confusing by Nick Coghlan · 12 years ago
  76. 5b0dac1 Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the generator implementation by Nick Coghlan · 12 years ago
  77. c40bc09 Issue #13783: the PEP 380 implementation no longer expands the public C API by Nick Coghlan · 12 years ago
  78. 8d5c0b8 Issue #15054: Fix incorrect tokenization of 'b' string literals. by Meador Inge · 12 years ago
  79. 2d9db1d Try to fix issue #15086: build failure on Ubuntu shared buildbot. by Antoine Pitrou · 12 years ago
  80. 7e19337 Normalize whitespace by Antoine Pitrou · 12 years ago
  81. aaefac7 Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. by Antoine Pitrou · 12 years ago
  82. c62bd13 1) State the relative errors of the power functions for integer exponents. by Stefan Krah · 12 years ago
  83. f185226 _copy_characters(): move debug code at the top to avoid noisy #ifdef by Victor Stinner · 12 years ago
  84. 6319e0f Make the test more resilient to test-run order (closes #15075) by Eli Bendersky · 12 years ago
  85. 0762133 Fix PyUnicode_GetSize(): Don't replace _PyUnicode_Ready() exception by Victor Stinner · 12 years ago
  86. 8a8b3ea Fix a compiler warning in _copy_characters() and remove debug code by Victor Stinner · 12 years ago
  87. 24e403b Oops, fix my previous change on _copy_characters() by Victor Stinner · 12 years ago
  88. 81c39a8 get_sourcefile(): use PyUnicode_READ() to avoid the creation of a temporary by Victor Stinner · 12 years ago
  89. ca439ee Fix unicode_adjust_maxchar(): catch PyUnicode_New() failure by Victor Stinner · 12 years ago
  90. 184252a Fix "%f" format of str%args if the result is not an ASCII or latin1 string by Victor Stinner · 12 years ago
  91. 9a77770 Remove debug code by Victor Stinner · 12 years ago
  92. c9d369f Optimize _PyUnicode_FastCopyCharacters() when maxchar(from) > maxchar(to) by Victor Stinner · 12 years ago
  93. f05e17e unicodeobject.c: Remove debug code by Victor Stinner · 12 years ago
  94. 0831382 Issue #15006: Allow equality comparison between naive and aware time by Alexander Belopolsky · 12 years ago
  95. ea0b823 Issue #14938: importlib.abc.SourceLoader.is_package() now takes the by Brett Cannon · 12 years ago
  96. 0450c9e Issue #13959: Add to imp.find_module() and load_module's docstrings by Brett Cannon · 12 years ago
  97. 47b3239 Closes issue #14982: Document that pkgutil's walk_packages() and by Brett Cannon · 12 years ago
  98. 24aa693 Merge by Brett Cannon · 12 years ago
  99. 016ef55 Removed redundant code by Alexander Belopolsky · 12 years ago
  100. 9125775 Fix _TestListener.ALLOWED_TYPES and add sanity check by Richard Oudkerk · 12 years ago