1. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  2. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  3. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  4. 33824f6 Restore changeset 5bd9db528aed (issue #18408) by Victor Stinner · 11 years ago
  5. c82bfd8 Issue #18664, #18408: Rewrite PyErr_WriteUnraisable() to handle errors by Victor Stinner · 11 years ago
  6. e513210 Issue #18408: _PyObject_Dump() now saves/restores the current exception by Victor Stinner · 11 years ago
  7. 0e1e043 #18839: merge with 3.3. by Ezio Melotti · 11 years ago
  8. 4af4d27 #18839: document that sys.exit() will not accept a non-integer numeric value as exit status. by Ezio Melotti · 11 years ago
  9. 8d26a56 Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  10. ca4d97e Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  11. 6206a7e Remove the obsolete XMLParser._start/_start_list duality. by Eli Bendersky · 11 years ago
  12. d640fe2 #18803: merge with 3.3. by Ezio Melotti · 11 years ago
  13. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  14. c020e7f Merge doc fix from 3.3 by Eli Bendersky · 11 years ago
  15. bf8ab77 Update XMLParser.close documentation and fix formatting. by Eli Bendersky · 11 years ago
  16. 74eba65 Fix markup in elementtree docs. by Ezio Melotti · 11 years ago
  17. ec42975 #18833: merge with 3.3. by Ezio Melotti · 11 years ago
  18. 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  19. 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
  20. 0bb766b Merge. by Charles-François Natali · 11 years ago
  21. a439b32 Merge. by Charles-François Natali · 11 years ago
  22. c20a7b9 Merge. by Charles-François Natali · 11 years ago
  23. d317f4c Issue #18763: subprocess: The file descriptors are now closed after calling the 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. 9dd279a Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  30. f1fe159 Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  31. cfa4796 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  32. 61636e7 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  33. 2769d44 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 11 years ago
  34. 157c983 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger by Christian Heimes · 11 years ago
  35. 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
  36. cabbde9 Fix compiler warning on Windows. by Richard Oudkerk · 11 years ago
  37. 6eb50b1 Use consistent style for else if / else by Eli Bendersky · 11 years ago
  38. bfd7837 Clarify the documentation of XMLParser.close by Eli Bendersky · 11 years ago
  39. 1544fc5 Various clarifications based on feedback & questions over the years. by Tim Peters · 11 years ago
  40. ec8147b Various clarifications based on feedback & questions over the years. by Tim Peters · 11 years ago
  41. 9d95254 Issue #18772: fix the gdb plugin after the set implementation changes by Antoine Pitrou · 11 years ago
  42. f5e30d8 Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 11 years ago
  43. eba25ba Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 11 years ago
  44. 0956689 Close #18538: ``python -m dis`` now uses argparse. by Nick Coghlan · 11 years ago
  45. e726ce1 (Merge 3.3) test_socket: cancel scheduled alarm on test failure by Victor Stinner · 11 years ago
  46. 71fe8c0 test_socket: cancel scheduled alarm on test failure by Victor Stinner · 11 years ago
  47. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
  48. 12d5e0f Merge heads by Serhiy Storchaka · 11 years ago
  49. 96d5c54 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  50. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  51. 9154193 Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures. by Antoine Pitrou · 11 years ago
  52. 0acbcb5 Issue #17741: use composition, rather than inheritance, for xml.etree.iterparse's result class. by Antoine Pitrou · 11 years ago
  53. 892584e #18798: merge typo fix from 3.3 and also use two unused variables. by Ezio Melotti · 11 years ago
  54. 78ede7c #18798: fix typo in test_fcntl. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  55. 6e6c6ac #18796: improve documentation of the file argument of dis.show_code. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  56. f79126f Issue #18394: Explicitly close the file object cgi.FieldStorage caches. by Brett Cannon · 11 years ago
  57. 9c7eb55 Stop using assertEquals. by Brett Cannon · 11 years ago
  58. 7e0a181 Make test_import more robust and stop using assertRaisesRegexp(). by Brett Cannon · 11 years ago
  59. a93c6db (Merge 3.3) Close #17702: On error, os.environb now removes suppress the except by Victor Stinner · 11 years ago
  60. 0c2dd0c Close #17702: On error, os.environb now removes suppress the except context by Victor Stinner · 11 years ago
  61. 330cc52 Delete merge markers by Brett Cannon · 11 years ago
  62. e2f6b79 merge for issue #18755 by Brett Cannon · 11 years ago
  63. 16ababc merge for issue #18755 by Brett Cannon · 11 years ago
  64. f1e0273 NEW entry for issue #18755 by Brett Cannon · 11 years ago
  65. a4975a9 Issue #18755: Allow imp.load_*() loaders to have get_data() called by Brett Cannon · 11 years ago
  66. f9f0458 merge emphasized discouragement of overriding __import__ by Brett Cannon · 11 years ago
  67. f5ebd26 Emphasize that people should not override __import__. by Brett Cannon · 11 years ago
  68. bfc1e1a Add the same dummy type that is used in dictionaries. by Raymond Hettinger · 11 years ago
  69. a1db945 Add line explaining the "%sort" test. by Tim Peters · 11 years ago
  70. 01e75a6 Add line explaining the "%sort" test. by Tim Peters · 11 years ago
  71. 67e5198 Make test for semaphore tracker capture and check the debug output. by Richard Oudkerk · 11 years ago
  72. fcf3b50 Issue 18797: Remove unneeded refcount adjustments for dummy objects. by Raymond Hettinger · 11 years ago
  73. e39e54d Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  74. 06ce077 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  75. 254954a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  76. 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  77. a93bf7b Fix devpoll_dealloc(). by Richard Oudkerk · 11 years ago
  78. 168d59b Move definition of devpoll_internal_close() before devpoll_close(). by Richard Oudkerk · 11 years ago
  79. 069d65c Fix compilation of select module on Solaris. by Richard Oudkerk · 11 years ago
  80. 50f6e71 Issue #18747: Update Misc/NEWS to reflect the latest changeset. by Christian Heimes · 11 years ago
  81. 1852b30 Issue #18747: Update Misc/NEWS to reflect the latest changeset. by Christian Heimes · 11 years ago
  82. f54c246 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 11 years ago
  83. 80c5de9 Issue #18747: Use a parent atfork handler instead of a child atfork handler. by Christian Heimes · 11 years ago
  84. 7d2d43c Stop making fork server have copy of semaphore_tracker_fd. by Richard Oudkerk · 11 years ago
  85. 0718f70 Issue #18762: Fix EBADF error when using forkserver. by Richard Oudkerk · 11 years ago
  86. b8c5370 Merge #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  87. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  88. cba2e3c remove unused declaration by Victor Stinner · 11 years ago
  89. 82fb71d Cleanup test_builtin by Victor Stinner · 11 years ago
  90. 0f24b87 Use new new stat.S_ISDOOR() function, instead of hardcoded mask by Victor Stinner · 11 years ago
  91. e0bb0c9 Merge 3.3 into default. by Tim Peters · 11 years ago
  92. 0b16912 Merge 3.2 into 3.3. by Tim Peters · 11 years ago
  93. 665ad90 Null merge by Antoine Pitrou · 11 years ago
  94. 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
  95. 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
  96. 13423c3 Close #18794: Add a fileno() method and a closed attribute to select.devpoll by Victor Stinner · 11 years ago
  97. 43f80e6 Merge heads by Serhiy Storchaka · 11 years ago
  98. a01fb39 Issue #18762: Print debug info on failure to create new forkserver process. by Richard Oudkerk · 11 years ago
  99. 4e4088d Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  100. 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago