1. 79ed84c use booleans by Benjamin Peterson · 13 years ago
  2. 0e61350 propgate error in other conditions by Benjamin Peterson · 13 years ago
  3. 1532c8f I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. by Georg Brandl · 13 years ago
  4. 7386662 use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@ by Sandro Tosi · 13 years ago
  5. 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 13 years ago
  6. 2b373b0 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  7. 44f568c fix to sent/send typo by Sandro Tosi · 13 years ago
  8. 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  9. 3721fbc point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 13 years ago
  10. 75c71cc fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 13 years ago
  11. baf30da remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  12. 0b7e536 correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ by Sandro Tosi · 13 years ago
  13. ac007ba Issue #13632: Update token documentation to reflect actual token types by Meador Inge · 13 years ago
  14. 57f97f4 parameter_list was meant here by Benjamin Peterson · 13 years ago
  15. ad17358 kill superfluous 'comprehension' case (closes #13658) by Benjamin Peterson · 13 years ago
  16. fe8039b Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
  17. 3075549 Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  18. 83194f5 News entry for Issue12798 by Senthil Kumaran · 13 years ago
  19. 016c6d5 Issue12798 - Update mimetypes documentation. Correct the doc section where by Senthil Kumaran · 13 years ago
  20. 667d75d Don't redefine _GNU_SOURCE if it's already defined. by Ross Lagerwall · 13 years ago
  21. 031bf95 Issue #11006: Don't issue low level warning in subprocess when pipe2() fails. by Ross Lagerwall · 13 years ago
  22. 3ba95f8 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. by Michael Foord · 13 years ago
  23. 65a3f4b Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  24. 28f8bee Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  25. 08c08eb Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams. by Antoine Pitrou · 13 years ago
  26. 86a8a9a Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 13 years ago
  27. 53aa1d7 fix possible if unlikely leak by Benjamin Peterson · 13 years ago
  28. 0f1e3ac note the blinding speed of these functions by Benjamin Peterson · 13 years ago
  29. bf38315 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 13 years ago
  30. 1c92cfe don't mention implementation detail by Benjamin Peterson · 13 years ago
  31. 7ded21e Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 13 years ago
  32. 4ce2f36 Issue #13453: Try to increase some socket timeouts to make some buildbots stop by Charles-François Natali · 13 years ago
  33. d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 13 years ago
  34. 78ed83d Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 13 years ago
  35. 62f3d03 #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 13 years ago
  36. 80a61e8 #13387: rephrase unclear sentence. by Ezio Melotti · 13 years ago
  37. a51623b Fix inspect.getattr_static to work on modules (again). Closes issue 11813. by Michael Foord · 13 years ago
  38. bd206e2 Handle correctly _Py_fopen() error: don't replace the exception by Victor Stinner · 13 years ago
  39. 165b128 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 13 years ago
  40. 92ed387 Merge by Antoine Pitrou · 13 years ago
  41. ac0675c Small clarification in docstring of dict.update(): the positional argument is not required. by Georg Brandl · 13 years ago
  42. a742526 Merge by Antoine Pitrou · 13 years ago
  43. 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 13 years ago
  44. 6fbd525 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 13 years ago
  45. 6d5f9e7 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 13 years ago
  46. cf53ae2 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 13 years ago
  47. a94a0e9 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
  48. 07b1c87 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  49. bb2e9c4 Issue #11231: Fix bytes and bytearray docstrings by Victor Stinner · 13 years ago
  50. e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
  51. 136ea49 Issue #10951: Fix a compiler warning in timemodule.c by Victor Stinner · 13 years ago
  52. 7e447c8 Fix compilation warning on Windows by Amaury Forgeot d'Arc · 13 years ago
  53. 0296a56 NULL and no exception set from tp_iternext means StopIteration by Benjamin Peterson · 13 years ago
  54. 9a80fa8 add test, which was missing from d64ac9ab4cd0 by Benjamin Peterson · 13 years ago
  55. 98f4e39 Issue #13764: remove outdated script Misc/build.sh by Antoine Pitrou · 13 years ago
  56. bc3b682 Closes #13761: add a "flush" keyword argument to print(). by Georg Brandl · 13 years ago
  57. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 13 years ago
  58. 1f918c1 make Python-ast.c depend on Python-ast.h by Benjamin Peterson · 13 years ago
  59. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  60. e51757f move do_title to a better place by Benjamin Peterson · 13 years ago
  61. 3a5d4cb Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. by Antoine Pitrou · 13 years ago
  62. b63a450 test_strlit was never run by Antoine Pitrou · 13 years ago
  63. 821e4cf make fix_decimal_and_space_to_ascii check if it modifies the string by Benjamin Peterson · 13 years ago
  64. 1adbc6f merge heads by Benjamin Peterson · 13 years ago
  65. 0c91392 kill capwords implementation which has been disabled since the begining by Benjamin Peterson · 13 years ago
  66. dc41e3f Merge #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 13 years ago
  67. 70d62b3 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  68. 0ab2a26 merge 3.2 by Benjamin Peterson · 13 years ago
  69. 21e0da2 remove some usage of Py_UNICODE_TOUPPER/LOWER by Benjamin Peterson · 13 years ago
  70. 22ef4fa merge heads by Benjamin Peterson · 13 years ago
  71. b2bf01d use full unicode mappings for upper/lower/title case (#12736) by Benjamin Peterson · 13 years ago
  72. 982c91e Merge with 3.2 by Terry Jan Reedy · 13 years ago
  73. 7a825ba Merge with 3.2 by Terry Jan Reedy · 13 years ago
  74. 610e814 Merge with 3.2 by Terry Jan Reedy · 13 years ago
  75. 9007f72 Remove unused certificate from the test directory. by Antoine Pitrou · 13 years ago
  76. 1134b0d Fix _PyFaulthandler_Fini() so it can be called before _PyFaulthandler_Init() by Victor Stinner · 13 years ago
  77. 76961fa Issue #13757: Change os.fdlistdir() so that it duplicates the passed file by Charles-François Natali · 13 years ago
  78. bda7a80 Merge from 3.2 - Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. by Senthil Kumaran · 13 years ago
  79. 8d17234 Merge with 3.2 by Terry Jan Reedy · 13 years ago
  80. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
  81. 8a9b9c7 Merge SSL doc fixes (issue #13747). by Antoine Pitrou · 13 years ago
  82. 7b7caa8 Fix nasty typo by Raymond Hettinger · 13 years ago
  83. 8bc8585 provide a common method to check for RETR_DATA validity, first checking the expected len and then the actual data content; this way we get a failure on len mismatch rather than content mismatch (which is very long and unreadable) by Giampaolo Rodola' · 13 years ago
  84. 0c5e52f Make the docstring style consistent. by Raymond Hettinger · 13 years ago
  85. 61bd729 Improve clarity with keyword argument for block. Move nowait methods together. by Raymond Hettinger · 13 years ago
  86. 143f51a Minor code clean-ups and beautifications. by Raymond Hettinger · 13 years ago
  87. f2840a8 Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as by Charles-François Natali · 13 years ago
  88. 38f425e Issue #13739: It's simpler and more direct to call rewinddir() at the beginning. by Charles-François Natali · 13 years ago
  89. 7546ad3 Issue #13739: In os.listdir(), rewind the directory stream (so that listdir() by Charles-François Natali · 13 years ago
  90. 94f6fa6 Issue #13738: Simplify implementation of bytes.lower() and bytes.upper(). by Antoine Pitrou · 13 years ago
  91. 69f39a5 Merge with 3.2 for #12364. by Ross Lagerwall · 13 years ago
  92. 7540427 Simplify the code using with-statements. by Raymond Hettinger · 13 years ago
  93. 2c94cdd Closes #13732: now use os.linesep instead of a literal newline. by Vinay Sajip · 13 years ago
  94. ac8f78a merge with 3.2 by Sandro Tosi · 13 years ago
  95. 61d28d6 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
  96. 5e60857 merge with 3.2 by Sandro Tosi · 13 years ago
  97. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
  98. deec756 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  99. b1d44db Issue #12042: merge with 3.2 by Sandro Tosi · 13 years ago
  100. 5021428 Issue #11984: merge with 3.2 by Sandro Tosi · 13 years ago