1. 5126df6 Remove obsolete py3k comment. by Florent Xicluna · 13 years ago
  2. 0e686cb Fix docstring typo. by Florent Xicluna · 13 years ago
  3. 432259f Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  4. 720f34a Issue #5905: time.strftime() is now using the locale encoding, instead of by Victor Stinner · 13 years ago
  5. 383dd58 Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed by Stefan Krah · 13 years ago
  6. af04ff2 Issue #11149: Also enable -fwrapv if $CC is a full path by Stefan Krah · 13 years ago
  7. 0cd4790 Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 13 years ago
  8. eb58794 #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng. by Ezio Melotti · 13 years ago
  9. 2f0ad74 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 13 years ago
  10. a9837d8 Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop by Jesus Cea · 13 years ago
  11. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  12. 9f57135 - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix by Barry Warsaw · 13 years ago
  13. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  14. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  15. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  16. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  17. 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  18. 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  19. ae44b7a Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  20. c1bd489 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  21. 6a96a2e Fix typo. by Georg Brandl · 13 years ago
  22. dec0f21 Streamline mention of sorted() by Antoine Pitrou · 13 years ago
  23. c561a9a Break down and refine memory management question by Antoine Pitrou · 13 years ago
  24. 17bd792 Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C. by Antoine Pitrou · 13 years ago
  25. cc809a2 Fix compatibility statement. by Antoine Pitrou · 13 years ago
  26. 748799a Remove outdated question (the bsddb module isn't included anymore) by Antoine Pitrou · 13 years ago
  27. d4ddec5 Refine FAQ entry for catching stdout by Antoine Pitrou · 13 years ago
  28. 48383bf Advocate PyTuple_Pack instead of manual building of tuples by Antoine Pitrou · 13 years ago
  29. f352040 Remove outdate FAQ content by Antoine Pitrou · 13 years ago
  30. c5b266e Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  31. 9cb41df Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  32. 5dd95d6 Mention PySide in the "other GUIs" page. by Antoine Pitrou · 13 years ago
  33. 7462e87 Mention the new GTK+ 3 bindings. by Antoine Pitrou · 13 years ago
  34. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  35. aa204db Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. by Jason R. Coombs · 13 years ago
  36. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  37. df9a5f5 Issue #12666: Clarifying changes in map for Python 3 by Jason R. Coombs · 13 years ago
  38. 9aa20af Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 13 years ago
  39. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago
  40. b1b3fd2 #13499: fix example adding >>> before the comments. by Ezio Melotti · 13 years ago
  41. 6cc5bf7 #8414: add more tests for "assert". Initial patch by Gregory Nofi. by Ezio Melotti · 13 years ago
  42. 71bca34 Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  43. a74f8ef Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). by Éric Araujo · 13 years ago
  44. c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 13 years ago
  45. e1886bf Fix instructions on how to rebuild some modules by Éric Araujo · 13 years ago
  46. ff91306 Add a regrtest cleanup check for shutil registries by Éric Araujo · 13 years ago
  47. a2b89e3 Fix last remaining references to ex-devguide by Éric Araujo · 13 years ago
  48. 2bddc53 Fix typo (#13467) by Éric Araujo · 13 years ago
  49. b9bb1f4 Fix curses module for strict SysV implementation (without has_key function) by Victor Stinner · 13 years ago
  50. f1c141b Fix resource warning in test_xmlrpc_net by Antoine Pitrou · 13 years ago
  51. 5a88c38 Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test. by Antoine Pitrou · 13 years ago
  52. 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
  53. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
  54. 7be8f68 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 13 years ago
  55. 6613c18 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
  56. 6d47db3 Closes issue #13488: Some old preprocessors have problem with #define not in the first column by Jesus Cea · 13 years ago
  57. d7c8fbf Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 13 years ago
  58. fb36b3f Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
  59. 6f16660 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago
  60. 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  61. 4558bad Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 13 years ago
  62. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  63. 5a53f36 fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  64. f27be5c testFnNames is assigned twice. by Senthil Kumaran · 13 years ago
  65. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  66. 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 13 years ago
  67. 06403cf decref correct object by Benjamin Peterson · 13 years ago
  68. 4bb867d plug refleak by Benjamin Peterson · 13 years ago
  69. 116d6b9 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  70. b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  71. 896f471 Merge branch 3.2 by Victor Stinner · 13 years ago
  72. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  73. 5e8f810 Issue #13436: commit regenerated Python-ast.c by Amaury Forgeot d'Arc · 13 years ago
  74. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 13 years ago
  75. a233df8 Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the by Charles-François Natali · 13 years ago
  76. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 13 years ago
  77. 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  78. ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  79. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  80. a04b39b Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  81. 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 13 years ago
  82. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  83. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  84. 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 13 years ago
  85. 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 13 years ago
  86. 8008f2a #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. by Ezio Melotti · 13 years ago
  87. e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 13 years ago
  88. eeae149 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  89. ca88e9c Branch merge by Éric Araujo · 13 years ago
  90. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  91. 04e6909 Fix markup by Éric Araujo · 13 years ago
  92. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 13 years ago
  93. b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 13 years ago
  94. 0e79b7e Clarify the existence of the <> operator in Grammar/Grammar with a comment, for issue 13239 by Eli Bendersky · 13 years ago
  95. 9ec2593 Fix memory leak with FLUFL-related syntax errors (!) by Antoine Pitrou · 13 years ago
  96. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 13 years ago
  97. 2515c4d Merge heads by Petri Lehtinen · 13 years ago
  98. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  99. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  100. 3714c1e Add NEWS entry for #13193 by Antoine Pitrou · 13 years ago