1. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 14 years ago
  2. 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 14 years ago
  3. 72476ea Issue #13845: Fix NEWS entry, the change is specific to Windows by Victor Stinner · 14 years ago
  4. ccd5715 PEP 410 by Victor Stinner · 14 years ago
  5. 6f91ce7 Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 14 years ago
  6. b2c9e9a Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 14 years ago
  7. ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 14 years ago
  8. 1aa54a4 Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp by Victor Stinner · 14 years ago
  9. a2f7c00 Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help by Victor Stinner · 14 years ago
  10. 8b6f10d Issue #13964: Test also os.futimesat() by Victor Stinner · 14 years ago
  11. be557de Issue #13964: Write tests for new os.*utime*() functions by Victor Stinner · 14 years ago
  12. f4c54ff What's New in 3.3: reorder modules by Victor Stinner · 14 years ago
  13. 2e63177 What's New in 3.3: Fix time module doc by Victor Stinner · 14 years ago
  14. 09225b7 Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime() by Victor Stinner · 14 years ago
  15. 8b30201 Issue #13846: Add time.monotonic(), monotonic clock. by Victor Stinner · 14 years ago
  16. d1cd99b Backout d2c1521ad0a1: _Py_IDENTIFIER() uses UTF-8 again by Victor Stinner · 14 years ago
  17. cae1068 Re-order importlib benchmarks to be consistent. Also print out what implementation of __import__ is used. by Brett Cannon · 14 years ago
  18. 3fd6e2b Merge by Brett Cannon · 14 years ago
  19. 466e6a9 Have importlib.test.benchmark test with tabnanny as a medium-sized test. by Brett Cannon · 14 years ago
  20. 9a74c57 Null merge for reverted fix for #13807. by Vinay Sajip · 14 years ago
  21. 73d1da3 Null merge for reverted fix for #13807. by Vinay Sajip · 14 years ago
  22. 96356d4 Merge branch '3.2' by Petri Lehtinen · 14 years ago
  23. 4a84f58 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 14 years ago
  24. 7794090 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to by Charles-François Natali · 14 years ago
  25. 9878b63 merge 3.2 by Benjamin Peterson · 14 years ago
  26. 1f30575 merge heads by Benjamin Peterson · 14 years ago
  27. 2f9c71b bltinmod is borrowed, so it shouldn't be decrefed by Benjamin Peterson · 14 years ago
  28. 2f8c3f7 Fix typos in comments. by Éric Araujo · 14 years ago
  29. 6b1aecf Issue #10881: merge by Ned Deily · 14 years ago
  30. d531b29 Issue #10881: Fix test_site failure with OS X framework builds. by Ned Deily · 14 years ago
  31. ea4afbb Merge with 3.2 #964437 by Terry Jan Reedy · 14 years ago
  32. e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 14 years ago
  33. d8d2c98 Merge with 3.2 #13933 refine patch using 'new' builtin by Terry Jan Reedy · 14 years ago
  34. a77aa69 #13933 refine patch using 'new' builtin by Terry Jan Reedy · 14 years ago
  35. 7372b06 Issue #13734: Add os.fwalk(), a directory walking function yielding file by Charles-François Natali · 14 years ago
  36. fb39063 Make lzma docs consistent with other compression modules (cf. changeset 11bd2d32b4e8). by Nadeem Vawda · 14 years ago
  37. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 14 years ago
  38. cd2a603 Branch merge by Éric Araujo · 14 years ago
  39. 89dfd5c Really make bztar support in shutil conditional. by Éric Araujo · 14 years ago
  40. be095b3 Null merge. by Nadeem Vawda · 14 years ago
  41. bd249c1 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 14 years ago
  42. 04410c0 Branch merge by Éric Araujo · 14 years ago
  43. dcfcb64 Stop converting package_data to extra_files in pysetup create (#13712). by Éric Araujo · 14 years ago
  44. 2cf0448 merge with 3.2 by Georg Brandl · 14 years ago
  45. 9701eb6 Closes #13944: fix capitalization of class name. by Georg Brandl · 14 years ago
  46. 5588804 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 14 years ago
  47. 8582bb1 Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 14 years ago
  48. d446d8e _Py_Identifier are always ASCII strings by Victor Stinner · 14 years ago
  49. e15ad2f Null merge. by Nadeem Vawda · 14 years ago
  50. 8f50912 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 14 years ago
  51. 31aefde Allow multiple values for package_data in setup.cfg (#11805). by Éric Araujo · 14 years ago
  52. 591f6e8 Improve one packaging test, remove a setuptoolism in another by Éric Araujo · 14 years ago
  53. 08d052a Issue #13933: merge by Ned Deily · 14 years ago
  54. ed3b867 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 14 years ago
  55. 672b3ac Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 14 years ago
  56. f99f333 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 14 years ago
  57. 94015f1 merge 3.2 by Benjamin Peterson · 14 years ago
  58. f51ebf9 threading primitives now have timeouts by Benjamin Peterson · 14 years ago
  59. edc67fe Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 14 years ago
  60. 992ca52 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 14 years ago
  61. d85d0e7 Document that some of LZMAFile.__init__()'s args are keyword-only. by Nadeem Vawda · 14 years ago
  62. 54d8144 Make BZ2File.__init__()'s fileobj argument keyword-only. by Nadeem Vawda · 14 years ago
  63. cac8909 Update docstring for BZ2File.__init__(). by Nadeem Vawda · 14 years ago
  64. ff962c5 Small grammar fixes by Mark Summerfield. by Georg Brandl · 14 years ago
  65. 951138c merge 3.2 by Benjamin Peterson · 14 years ago
  66. 90b1358 put returns on their own lines by Benjamin Peterson · 14 years ago
  67. 7bbb6e8 merge 3.2 by Benjamin Peterson · 14 years ago
  68. 050a05a remove unused import by Benjamin Peterson · 14 years ago
  69. f16d677 Issue #13861: merge by Ned Deily · 14 years ago
  70. 3429491 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 14 years ago
  71. 2f7b286 Revert fix for #13807 mistakenly applied in this branch. by Vinay Sajip · 14 years ago
  72. 1d06daa Merge by Brett Cannon · 14 years ago
  73. b685568 Check for errors in creating sub-interpreters when testing the C API. by Brett Cannon · 14 years ago
  74. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 14 years ago
  75. 61c4e10 Issue #13901: Prevent test_packaging failures on OS X with --enable-shared. by Ned Deily · 14 years ago
  76. f9b0255 merge by Ned Deily · 14 years ago
  77. cf550dc Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 14 years ago
  78. 538343d Fix small grammatical inconsistency. by Georg Brandl · 14 years ago
  79. bcd8cfc Null merge. by Charles-François Natali · 14 years ago
  80. 3f32fc8 Merge. by Charles-François Natali · 14 years ago
  81. 227e377 Merge. by Charles-François Natali · 14 years ago
  82. 19c6bf8 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 14 years ago
  83. 6d0d24e Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 14 years ago
  84. 4b0eab6 Merge branch 3.2 by Petri Lehtinen · 14 years ago
  85. 9713321 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
  86. f854799 Make sqlite3 tests editable with Emacs by Petri Lehtinen · 14 years ago
  87. c317a1c Issue #1813: merge changeset that reverts a glibc workaround for the by Stefan Krah · 14 years ago
  88. 03c29f9 Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. by Stefan Krah · 14 years ago
  89. 090ec3c merge. again. by Brian Curtin · 14 years ago
  90. 97e2008 merge updates by Brian Curtin · 14 years ago
  91. 8d132c8 merge from 3.2 by Brian Curtin · 14 years ago
  92. 10dda6e Add a hint that CSD == Service Pack. by Brian Curtin · 14 years ago
  93. 8940f62 Merge branch 3.2 by Petri Lehtinen · 14 years ago
  94. 023fe33 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 14 years ago
  95. 590463e merge by Raymond Hettinger · 14 years ago
  96. fc3ba6b Add usage note by Raymond Hettinger · 14 years ago
  97. ed27785 Issue #13706: Add assertions to detect bugs earlier by Victor Stinner · 14 years ago
  98. 5ea5b67 Fix a minor output typo as found by Terry Reedy. by Brett Cannon · 14 years ago
  99. cdf1121 Merge by Brett Cannon · 14 years ago
  100. 5d605c2 Merge with 3.2 whitespace by Terry Jan Reedy · 14 years ago