1. de2800f Issue #17974: Switch unittest from using getopt to using argparse. by Serhiy Storchaka · 11 years ago
  2. 64f7c4e Issue #16799: Switched from getopt to argparse style in regrtest's argument by Serhiy Storchaka · 11 years ago
  3. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  4. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  5. 7c1017b Fix tests for #11798 by Andrew Svetlov · 11 years ago
  6. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  7. 6a53af8 Issue #18786: Don't reinstall old SIGUSR1 handler prematurely. by Richard Oudkerk · 11 years ago
  8. d98af98 (Merge 3.3) Fix @requires_freebsd_version and @requires_linux_version by Victor Stinner · 11 years ago
  9. d39dca9 Fix test_socket.test_SOCK_CLOEXEC(), the test was wrong by Victor Stinner · 11 years ago
  10. 3b44a40 Fix @requires_freebsd_version and @requires_linux_version decorators of by Victor Stinner · 11 years ago
  11. bff989e test_posix.test_pipe2() now checks that the O_NONBLOCK flag is set by Victor Stinner · 11 years ago
  12. 67973c0 Issue #18865: remove unused import from multiprocessing.util.spawnv_passfds() by Victor Stinner · 11 years ago
  13. 0d097b6 Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary. by Richard Oudkerk · 11 years ago
  14. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  15. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  16. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  17. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  18. 6206a7e Remove the obsolete XMLParser._start/_start_list duality. by Eli Bendersky · 11 years ago
  19. ec42975 #18833: merge with 3.3. by Ezio Melotti · 11 years ago
  20. 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  21. 7eaf3f7 Issue #18808: Non-daemon threads are now automatically joined when a sub-interpreter is shutdown (it would previously dump a fatal error). by Antoine Pitrou · 11 years ago
  22. a439b32 Merge. by Charles-François Natali · 11 years ago
  23. c20a7b9 Merge. by Charles-François Natali · 11 years ago
  24. 249cdc3 Issue #18763: subprocess: The file descriptors are now closed after calling the by Charles-François Natali · 11 years ago
  25. 58b3ebf Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch by by Serhiy Storchaka · 11 years ago
  26. b33baf1 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 11 years ago
  27. 0cb8e51 Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  28. cd0f74b #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  29. 2769d44 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 11 years ago
  30. 157c983 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 11 years ago
  31. 5939027 Closes #18807: pyvenv now takes a --copies argument allowing copies instead of symlinks even where symlinks are available and the default. by Vinay Sajip · 11 years ago
  32. f5e30d8 Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 11 years ago
  33. eba25ba Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 11 years ago
  34. 0956689 Close #18538: ``python -m dis`` now uses argparse. by Nick Coghlan · 11 years ago
  35. e726ce1 (Merge 3.3) test_socket: cancel scheduled alarm on test failure by Victor Stinner · 11 years ago
  36. 71fe8c0 test_socket: cancel scheduled alarm on test failure by Victor Stinner · 11 years ago
  37. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
  38. 0acbcb5 Issue #17741: use composition, rather than inheritance, for xml.etree.iterparse's result class. by Antoine Pitrou · 11 years ago
  39. 892584e #18798: merge typo fix from 3.3 and also use two unused variables. by Ezio Melotti · 11 years ago
  40. 78ede7c #18798: fix typo in test_fcntl. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  41. 6e6c6ac #18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  42. f79126f Issue #18394: Explicitly close the file object cgi.FieldStorage caches. by Brett Cannon · 11 years ago
  43. 9c7eb55 Stop using assertEquals. by Brett Cannon · 11 years ago
  44. 7e0a181 Make test_import more robust and stop using assertRaisesRegexp(). by Brett Cannon · 11 years ago
  45. a93c6db (Merge 3.3) Close #17702: On error, os.environb now removes suppress the except by Victor Stinner · 11 years ago
  46. 0c2dd0c Close #17702: On error, os.environb now removes suppress the except context by Victor Stinner · 11 years ago
  47. 330cc52 Delete merge markers by Brett Cannon · 11 years ago
  48. 16ababc merge for issue #18755 by Brett Cannon · 11 years ago
  49. a4975a9 Issue #18755: Allow imp.load_*() loaders to have get_data() called by Brett Cannon · 11 years ago
  50. 67e5198 Make test for semaphore tracker capture and check the debug output. by Richard Oudkerk · 11 years ago
  51. e39e54d Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  52. 06ce077 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  53. 254954a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  54. 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  55. 7d2d43c Stop making fork server have copy of semaphore_tracker_fd. by Richard Oudkerk · 11 years ago
  56. 0718f70 Issue #18762: Fix EBADF error when using forkserver. by Richard Oudkerk · 11 years ago
  57. b8c5370 Merge #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  58. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  59. 82fb71d Cleanup test_builtin by Victor Stinner · 11 years ago
  60. 0f24b87 Use new new stat.S_ISDOOR() function, instead of hardcoded mask by Victor Stinner · 11 years ago
  61. 1e440cf Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 11 years ago
  62. f6fbf56 Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 11 years ago
  63. 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 11 years ago
  64. 43f80e6 Merge heads by Serhiy Storchaka · 11 years ago
  65. a01fb39 Issue #18762: Print debug info on failure to create new forkserver process. by Richard Oudkerk · 11 years ago
  66. 4e4088d Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  67. 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  68. 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  69. f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  70. 0688897 Fix rev85282, add missing import of subprocess module by Christian Heimes · 11 years ago
  71. 5617df1 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  72. b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  73. bb2c45e Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it in a fresh temporary directory. by Antoine Pitrou · 11 years ago
  74. 228c194 Issue #2537: Remove breaked check which prevented valid regular expressions. by Serhiy Storchaka · 11 years ago
  75. 98985a1 Issue #2537: Remove breaked check which prevented valid regular expressions. by Serhiy Storchaka · 11 years ago
  76. 75674ae Issue #18647: A regular expression in the doctest module rewritten so that by Serhiy Storchaka · 11 years ago
  77. 1ca66ed Issue #18647: A regular expression in the doctest module rewritten so that by Serhiy Storchaka · 11 years ago
  78. 20c3dd2 Issue #18647: Correctly bound calculated min/max width of a subexpression. by Serhiy Storchaka · 11 years ago
  79. 9d96542 Issue #18647: Correctly bound calculated min/max width of a subexpression. by Serhiy Storchaka · 11 years ago
  80. 86d2623 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  81. ca64d25 Issue #18489: idlelib.SearchEngine - add docstrings by Terry Jan Reedy · 11 years ago
  82. 5b3d906 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  83. ba5d8f3 Issue #18592: whitespace by Terry Jan Reedy · 11 years ago
  84. 40fe324 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  85. c5507c0 Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py). by Terry Jan Reedy · 11 years ago
  86. 8f0bdda Make test_wakeup_write_error more robust by Antoine Pitrou · 11 years ago
  87. 6f6ec37 Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error. by Antoine Pitrou · 11 years ago
  88. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  89. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  90. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  91. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  92. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  93. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  94. e06d47c Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  95. a3811e4 merge by Christian Heimes · 11 years ago
  96. 824f7f3 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  97. 5c03d20 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 11 years ago
  98. 7bf1125 Issue #16463: Fix a transient test_timeout failure. by Charles-François Natali · 11 years ago
  99. c593056 Fix the default placeholder in textwrap.shorten() to be " [...]". by Antoine Pitrou · 11 years ago
  100. 05eafa8 Make test.support.reap_threads() faster by Antoine Pitrou · 11 years ago