1. a839271 Forward port new tests from Issue #18851. by Antoine Pitrou · 11 years ago
  2. 79a53ea Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  3. 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  4. b586934 Issue #17741: Rename IncrementalParser and its methods. by Eli Bendersky · 11 years ago
  5. 1221f6b utilize int.from_bytes by Philip Jenvey · 11 years ago
  6. da0bea2 improve comment by Benjamin Peterson · 11 years ago
  7. f908efb make lists uniformly integers for the benefit of pypy by Benjamin Peterson · 11 years ago
  8. 6cc5039 Fixes Issue #15507: test_subprocess's test_send_signal could fail if the test by Gregory P. Smith · 11 years ago
  9. dee0434 Fixes issue #15507: test_subprocess's test_send_signal could fail if the test by Gregory P. Smith · 11 years ago
  10. 2f43d07 Null merge of 3.3 into default. by Tim Peters · 11 years ago
  11. f25f80c Merge. by Charles-François Natali · 11 years ago
  12. e33d5b0 Merge. by Charles-François Natali · 11 years ago
  13. 74b7408 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  14. 5fd2642 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  15. e0d25ce Issue #8713: Print dangling processes/threads, if any. by Richard Oudkerk · 11 years ago
  16. 83d7dea Issue #8713: Cleanup before saving process._dangling. by Richard Oudkerk · 11 years ago
  17. 968d055 Issue #8713: Test should not print message about start method. by Richard Oudkerk · 11 years ago
  18. de2800f Issue #17974: Switch unittest from using getopt to using argparse. by Serhiy Storchaka · 11 years ago
  19. 64f7c4e Issue #16799: Switched from getopt to argparse style in regrtest's argument by Serhiy Storchaka · 11 years ago
  20. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  21. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  22. a8c2a8a Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  23. 15e6590 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  24. afe8909 Tighten-up the lookkey() logic and beautify the code a bit. by Raymond Hettinger · 11 years ago
  25. 7c1017b Fix tests for #11798 by Andrew Svetlov · 11 years ago
  26. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  27. 6a53af8 Issue #18786: Don't reinstall old SIGUSR1 handler prematurely. by Richard Oudkerk · 11 years ago
  28. d98af98 (Merge 3.3) Fix @requires_freebsd_version and @requires_linux_version by Victor Stinner · 11 years ago
  29. d39dca9 Fix test_socket.test_SOCK_CLOEXEC(), the test was wrong by Victor Stinner · 11 years ago
  30. 3b44a40 Fix @requires_freebsd_version and @requires_linux_version decorators of by Victor Stinner · 11 years ago
  31. bff989e test_posix.test_pipe2() now checks that the O_NONBLOCK flag is set by Victor Stinner · 11 years ago
  32. d72fe89 select.epoll.fromfd(fd) must be not change the inheritable flag of the file by Victor Stinner · 11 years ago
  33. 67973c0 Issue #18865: remove unused import from multiprocessing.util.spawnv_passfds() by Victor Stinner · 11 years ago
  34. 0d097b6 Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary. by Richard Oudkerk · 11 years ago
  35. 1fa174a Get rid of signed/unsigned comparaison in _sre.c by Victor Stinner · 11 years ago
  36. 36a5a06 _datetimemodule.c: fix the compilation warning "conversion from 'double' to by Victor Stinner · 11 years ago
  37. b9981ba fix a compilation warning in posix_openpty() on "PPC64 AIX 3.x" buildbot by Victor Stinner · 11 years ago
  38. 55a1220 pythonrun.c: use MAXPATHLEN instead of PATH_MAX by Victor Stinner · 11 years ago
  39. 340f712 (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago
  40. b84fc0f Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago
  41. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  42. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  43. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  44. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  45. 33824f6 Restore changeset 5bd9db528aed (issue #18408) by Victor Stinner · 11 years ago
  46. c82bfd8 Issue #18664, #18408: Rewrite PyErr_WriteUnraisable() to handle errors by Victor Stinner · 11 years ago
  47. e513210 Issue #18408: _PyObject_Dump() now saves/restores the current exception by Victor Stinner · 11 years ago
  48. 0e1e043 #18839: merge with 3.3. by Ezio Melotti · 11 years ago
  49. 4af4d27 #18839: document that sys.exit() will not accept a non-integer numeric value as exit status. by Ezio Melotti · 11 years ago
  50. 8d26a56 Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  51. ca4d97e Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  52. 6206a7e Remove the obsolete XMLParser._start/_start_list duality. by Eli Bendersky · 11 years ago
  53. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  54. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  55. c020e7f Merge doc fix from 3.3 by Eli Bendersky · 11 years ago
  56. bf8ab77 Update XMLParser.close documentation and fix formatting. by Eli Bendersky · 11 years ago
  57. 74eba65 Fix markup in elementtree docs. by Ezio Melotti · 11 years ago
  58. ec42975 #18833: merge with 3.3. by Ezio Melotti · 11 years ago
  59. 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  60. 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
  61. 0bb766b Merge. by Charles-François Natali · 11 years ago
  62. a439b32 Merge. by Charles-François Natali · 11 years ago
  63. c20a7b9 Merge. by Charles-François Natali · 11 years ago
  64. d317f4c Issue #18763: subprocess: The file descriptors are now closed after calling the by Charles-François Natali · 11 years ago
  65. 249cdc3 Issue #18763: subprocess: The file descriptors are now closed after calling the by Charles-François Natali · 11 years ago
  66. 58b3ebf Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch by by Serhiy Storchaka · 11 years ago
  67. b33baf1 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 11 years ago
  68. 0cb8e51 Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  69. cd0f74b #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  70. 9dd279a Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  71. f1fe159 Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  72. cfa4796 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  73. 61636e7 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  74. 2769d44 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 11 years ago
  75. 157c983 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 11 years ago
  76. 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
  77. cabbde9 Fix compiler warning on Windows. by Richard Oudkerk · 11 years ago
  78. 6eb50b1 Use consistent style for else if / else by Eli Bendersky · 11 years ago
  79. bfd7837 Clarify the documentation of XMLParser.close by Eli Bendersky · 11 years ago
  80. 1544fc5 Various clarifications based on feedback & questions over the years. by Tim Peters · 11 years ago
  81. ec8147b Various clarifications based on feedback & questions over the years. by Tim Peters · 11 years ago
  82. 9d95254 Issue #18772: fix the gdb plugin after the set implementation changes by Antoine Pitrou · 11 years ago
  83. f5e30d8 Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 11 years ago
  84. eba25ba Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 11 years ago
  85. 0956689 Close #18538: ``python -m dis`` now uses argparse. by Nick Coghlan · 11 years ago
  86. e726ce1 (Merge 3.3) test_socket: cancel scheduled alarm on test failure by Victor Stinner · 11 years ago
  87. 71fe8c0 test_socket: cancel scheduled alarm on test failure by Victor Stinner · 11 years ago
  88. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
  89. 12d5e0f Merge heads by Serhiy Storchaka · 11 years ago
  90. 96d5c54 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  91. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  92. 9154193 Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures. by Antoine Pitrou · 11 years ago
  93. 0acbcb5 Issue #17741: use composition, rather than inheritance, for xml.etree.iterparse's result class. by Antoine Pitrou · 11 years ago
  94. 892584e #18798: merge typo fix from 3.3 and also use two unused variables. by Ezio Melotti · 11 years ago
  95. 78ede7c #18798: fix typo in test_fcntl. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  96. 6e6c6ac #18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  97. f79126f Issue #18394: Explicitly close the file object cgi.FieldStorage caches. by Brett Cannon · 11 years ago
  98. 9c7eb55 Stop using assertEquals. by Brett Cannon · 11 years ago
  99. 7e0a181 Make test_import more robust and stop using assertRaisesRegexp(). by Brett Cannon · 11 years ago
  100. a93c6db (Merge 3.3) Close #17702: On error, os.environb now removes suppress the except by Victor Stinner · 11 years ago