1. f1ee788 Merge with 3.2 #10635 whitespace by Terry Jan Reedy · 12 years ago
  2. 3fde191 #10365 Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  3. 935d5eb Merge with 3.2 by Terry Jan Reedy · 12 years ago
  4. cd6b8c6 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 12 years ago
  5. 26cdf1f Make multiprocessing's shared memory use memoryview instead of raw pointer by Richard Oudkerk · 12 years ago
  6. 1a0df94 Merge Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 12 years ago
  7. 809309a Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 12 years ago
  8. ee2bbed Merged upstream changes. by Vinay Sajip · 12 years ago
  9. 4221142 Addressed some buildbot errors and comments on the checkin by Antoine on python-dev. by Vinay Sajip · 12 years ago
  10. d1a30c9 #8739: upgrade smtpd to RFC 5321 and 1870. by R David Murray · 12 years ago
  11. 032eed3 Recognize '<>' as a special case of an angle-addr in header_value_parser. by R David Murray · 12 years ago
  12. d785cb3 Remove some redundant decorators. by Brett Cannon · 12 years ago
  13. 2c58910 Issue #14814: Clean out an obsolete property and method from ipaddress Network objects by Nick Coghlan · 12 years ago
  14. aff73f9 Issue #14814: Cleanup ipaddress header comments by Nick Coghlan · 12 years ago
  15. 51c3067 Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter to the factory functions by using the appropriate direct class references instead by Nick Coghlan · 12 years ago
  16. 072b1e1 #14814: Some PEP8 adjustments and dead code weeding by Hynek Schlawack · 12 years ago
  17. d2d521e #665194: Add a localtime function to email.utils. by R David Murray · 12 years ago
  18. dcaf2ec #12586: Fix a small oversight in the new email policy header setting code. by R David Murray · 12 years ago
  19. b526763 Merged upstream changes. by Vinay Sajip · 12 years ago
  20. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  21. 4322c17 Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg by Senthil Kumaran · 12 years ago
  22. ffa4b2c Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg by Senthil Kumaran · 12 years ago
  23. 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 12 years ago
  24. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  25. f879e32 Added test for namespace package dynamic path updates. by Eric V. Smith · 12 years ago
  26. 739ae56 Issue #14548: Make multiprocessing finalizers check pid before running by Richard Oudkerk · 12 years ago
  27. 692130a Issue #12091: simplify ApplyResult and MapResult with threading.Event by Richard Oudkerk · 12 years ago
  28. be39cfc Merge by Richard Oudkerk · 12 years ago
  29. 54454e7 Issue #14881: Allow normal non-main thread to spawn a dummy process by Richard Oudkerk · 12 years ago
  30. 9866d96 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  31. 2cc7156 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  32. 283d0ba Whitespace cleanup. by Eric V. Smith · 12 years ago
  33. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  34. 4715ca5 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  35. 2fc5a50 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  36. b95c634 Issue #14814: minor improvements as suggested by Hynek Schlawack by Sandro Tosi · 12 years ago
  37. 876ecad Issue #14814: improve docstrings and arguments value handling, as per Terry J. Reedy's comments by Sandro Tosi · 12 years ago
  38. 3bc37f2 #14862: Add missing names to os.__all__ by Petri Lehtinen · 12 years ago
  39. e02ba10 #14885: Make support.skip_unless_xattr check also tempfile by Hynek Schlawack · 12 years ago
  40. 4226543 #14875: merge with 3.2. by Ezio Melotti · 12 years ago
  41. 898d51d #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 12 years ago
  42. 1d5ccdb Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Furman) by Nick Coghlan · 12 years ago
  43. 3267a30 Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API by Nick Coghlan · 12 years ago
  44. dc9b255 Issue #14814: addition of the ipaddress module (stage 1 - code and tests) by Nick Coghlan · 12 years ago
  45. 185f401 merge - Fix for issue14426 - buildbots here I come by Senthil Kumaran · 12 years ago
  46. aeeba26 Fix for issue14426 - buildbots here I come by Senthil Kumaran · 12 years ago
  47. 010ce32 Minor change to default lru size. Set default to a power of two. by Raymond Hettinger · 12 years ago
  48. 0b943a1 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 12 years ago
  49. 00c2ec2 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 12 years ago
  50. b20df95 Issue #14849: setup Element data members to be assignable in subclasses by Eli Bendersky · 12 years ago
  51. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  52. 7c5ba51 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  53. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  54. ed1183d #14072: merge with 3.2. by Ezio Melotti · 12 years ago
  55. 6709b7d #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 12 years ago
  56. d527259 #13152: Allow to specify a custom tabsize for expanding tabs in textwrap by Hynek Schlawack · 12 years ago
  57. d34b57a merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  58. 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  59. 15e848b Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  60. 1be320e Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  61. 43ae3ce #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 12 years ago
  62. 8d88604 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 12 years ago
  63. fa67aa0 Fix whitespace by Antoine Pitrou · 12 years ago
  64. ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 12 years ago
  65. 77c84f2 #12098: Make multiprocessing's child processes inherit sys.flags on Windows by Richard Oudkerk · 12 years ago
  66. 62110c7 Merge by Antoine Pitrou · 12 years ago
  67. 314a16b Make the test completely clean up after itself. by Antoine Pitrou · 12 years ago
  68. 468ff4c Issue #13031: Small speed-up for tarfile when unzipping tarfiles. by Ross Lagerwall · 12 years ago
  69. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 12 years ago
  70. de9ac6c Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. by Antoine Pitrou · 12 years ago
  71. 5d95318 Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig. by Stefan Krah · 12 years ago
  72. 019ff19 Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time. by Antoine Pitrou · 12 years ago
  73. 26fd8fe merge heads by Giampaolo Rodola' · 12 years ago
  74. e126678 #14807: fix BB failures on Windows - avoid to to rely too many details of the mode string. by Giampaolo Rodola' · 12 years ago
  75. 7ca2950 Forward port additional tests from 2.7 (issue #14829). by Antoine Pitrou · 12 years ago
  76. fb5b954 Forward port additional tests from 2.7 (issue #14829). by Antoine Pitrou · 12 years ago
  77. 5cdc630 Cleanup so subsequent tests won't fail. Needs to be moved into a support routine (see 14715). by Eric V. Smith · 12 years ago
  78. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
  79. 313fbe2 Merge from 3.2. by Eric V. Smith · 12 years ago
  80. a008278 Issue #14777: merge by Ned Deily · 12 years ago
  81. 4d377d9 Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 12 years ago
  82. c8e106b Merge from 3.2. by Eric V. Smith · 12 years ago
  83. a790c9b Issue #14817: Add rudimentary tests for pkgutil.extend_path. by Eric V. Smith · 12 years ago
  84. 12ea86a merge heads by Giampaolo Rodola' · 12 years ago
  85. b28df76 #14807: fix bb failure due to symlink test relying on hard-coded permissions by Giampaolo Rodola' · 12 years ago
  86. 39bf90d Add two more sorts to test_os.WalkTests I've missed before by Hynek Schlawack · 12 years ago
  87. c5f31ed merge heads by Senthil Kumaran · 12 years ago
  88. 92a5bf0 Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  89. 0ea91cb Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 12 years ago
  90. c96f5a0 Sort file list in test_os.WalkTests by Hynek Schlawack · 12 years ago
  91. acfc26a merge heads by Senthil Kumaran · 12 years ago
  92. b26fe2f merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  93. 66bfcc1 #14773: Fix os.fwalk() failing on dangling symlinks by Hynek Schlawack · 12 years ago
  94. 34f3fcc Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 12 years ago
  95. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  96. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  97. e2eab5e Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  98. 072e4a3 Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 12 years ago
  99. a6bedde Issue 14800: add comments explaining stat.py constants + docstring for S_* functions. by Giampaolo Rodola' · 12 years ago
  100. b062a2f Issue #13815: Resurrect the ExFileObject class. by Lars Gustäbel · 12 years ago