- 61fed9c Merge from 3.2 by Antoine Pitrou · 13 years ago
- cc809a2 Fix compatibility statement. by Antoine Pitrou · 13 years ago
- 748799a Remove outdated question (the bsddb module isn't included anymore) by Antoine Pitrou · 13 years ago
- d4ddec5 Refine FAQ entry for catching stdout by Antoine Pitrou · 13 years ago
- 48383bf Advocate PyTuple_Pack instead of manual building of tuples by Antoine Pitrou · 13 years ago
- b6032f5 Remove outdated FAQ content by Antoine Pitrou · 13 years ago
- f352040 Remove outdate FAQ content by Antoine Pitrou · 13 years ago
- 3cb369d Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
- c5b266e Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
- 73080b8 Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
- 9cb41df Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
- 7dc0047 Merge doc fixes from 3.2 by Antoine Pitrou · 13 years ago
- 5dd95d6 Mention PySide in the "other GUIs" page. by Antoine Pitrou · 13 years ago
- 7462e87 Mention the new GTK+ 3 bindings. by Antoine Pitrou · 13 years ago
- 80c219b Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
- 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
- fe0472e Fix glitches in email.policy docs (#12208) by Éric Araujo · 13 years ago
- 0612e8c Merged fix for #13211 from 3.2 by Jason R. Coombs · 13 years ago
- c9b644e Merge fix for Issue #12666 from 3.2 by Jason R. Coombs · 13 years ago
- 506b361 Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul by Charles-François Natali · 13 years ago
- a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
- 5645850 Issue #13439: Merge branch 3.2 by Petri Lehtinen · 13 years ago
- 9aa20af Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 13 years ago
- c42512d #13494: merge with 3.2. by Ezio Melotti · 13 years ago
- c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago
- a9a2ddf #13499: merge with 3.2. by Ezio Melotti · 13 years ago
- b1b3fd2 #13499: fix example adding >>> before the comments. by Ezio Melotti · 13 years ago
- b3d188f #8414: merge with 3.2. by Ezio Melotti · 13 years ago
- 6cc5bf7 #8414: add more tests for "assert". Initial patch by Gregory Nofi. by Ezio Melotti · 13 years ago
- 47862d4 Issue #9530: Fix undefined behaviour due to signed overflow in Python/formatter_unicode.c. by Mark Dickinson · 13 years ago
- 0a54cf1 Fix PyObject_Repr(): don't call PyUnicode_READY() if res is NULL by Victor Stinner · 13 years ago
- b37b174 Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0) by Victor Stinner · 13 years ago
- 08b523a MultibyteCodec_Decode() catchs PyUnicode_AS_UNICODE() failures by Victor Stinner · 13 years ago
- 3ba82aa c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc by Victor Stinner · 13 years ago
- ee45009 PyCodec_IgnoreErrors() avoids the deprecated "u#" format by Victor Stinner · 13 years ago
- db88ae5 PyObject_Repr() ensures that the result is a ready Unicode string by Victor Stinner · 13 years ago
- 59bb0e0 Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715). by Nadeem Vawda · 13 years ago
- 97ba26b Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
- 71bca34 Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
- 44ae4a2 Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent with TextIOWrapper. by Nadeem Vawda · 13 years ago
- 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
- 551ac95 Py_UNICODE_HIGH_SURROGATE() and Py_UNICODE_LOW_SURROGATE() macros by Victor Stinner · 13 years ago
- 7b578b3 Mention hashable memoryviews, and reformat. by Antoine Pitrou · 13 years ago
- 0599b5b Add subheaders to make PEP 393 description clearer by Antoine Pitrou · 13 years ago
- c8e0320 Merge 3.2 by Éric Araujo · 13 years ago
- a74f8ef Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). by Éric Araujo · 13 years ago
- c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 13 years ago
- e1886bf Fix instructions on how to rebuild some modules by Éric Araujo · 13 years ago
- ff91306 Add a regrtest cleanup check for shutil registries by Éric Araujo · 13 years ago
- a2b89e3 Fix last remaining references to ex-devguide by Éric Araujo · 13 years ago
- 2bddc53 Fix typo (#13467) by Éric Araujo · 13 years ago
- aa35b00 cleanup setup.py for curses options by Victor Stinner · 13 years ago
- 5d7c9ab (Merge 3.2) Fix curses module for strict SysV implementation (without has_key function) by Victor Stinner · 13 years ago
- b9bb1f4 Fix curses module for strict SysV implementation (without has_key function) by Victor Stinner · 13 years ago
- 1439c77 Merge test_xmlrpc_net fixes (issue #13434) by Antoine Pitrou · 13 years ago
- f1c141b Fix resource warning in test_xmlrpc_net by Antoine Pitrou · 13 years ago
- 5a88c38 Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test. by Antoine Pitrou · 13 years ago
- 39a73a4 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
- 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
- 31b798d Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
- 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
- d1b097f Issue #13415: test_curses skips unencodable characters by Victor Stinner · 13 years ago
- eee0e44 Null merge. by Charles-François Natali · 13 years ago
- 7be8f68 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 13 years ago
- 9cbe9c5 Null merge. by Charles-François Natali · 13 years ago
- 6613c18 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
- 66f412e MERGE: Closes issue #13488: Some old preprocessors have problem with #define not in the first column by Jesus Cea · 13 years ago
- 6d47db3 Closes issue #13488: Some old preprocessors have problem with #define not in the first column by Jesus Cea · 13 years ago
- 756c6ec Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw by Victor Stinner · 13 years ago
- 5604ef3 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
- 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
- 59ff2c5 Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
- fb36b3f Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
- 6a5dcd4 sched.py: fix test_queue by making sure that queue property returns an orderd list of upcoming events by Giampaolo Rodola' · 13 years ago
- 2966f10 Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6 by Charles-François Natali · 13 years ago
- 261a6d7 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago
- 6f16660 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago
- 4bc45b7 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
- 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
- 4d09873 Some libcs' snprintf may output a leading minus sign when %p-formatting by Antoine Pitrou · 13 years ago
- c366117 Merge heads by Antoine Pitrou · 13 years ago
- f0effe6 Better resolution for issue #11849: Ensure that free()d memory arenas are really released by Antoine Pitrou · 13 years ago
- 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 13 years ago
- c248476 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
- 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
- cad939b NEWS: fix the issue number for PyUnicode_EncodeDecimal change by Victor Stinner · 13 years ago
- 6345be9 Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers by Victor Stinner · 13 years ago
- e7ede06 Typo by Antoine Pitrou · 13 years ago
- 6bbd76b Update What's new for PEP 3155 by Antoine Pitrou · 13 years ago
- 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
- 0e86a58 Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. by Antoine Pitrou · 13 years ago
- e333d00 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
- fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
- 0481f4b fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
- 5a53f36 fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
- 61ea8a0 Add a "What's New" entry for #12170 by Petri Lehtinen · 13 years ago
- 5d036e1 merge from 3.2 testFnNames is assigned twice. by Senthil Kumaran · 13 years ago
- f27be5c testFnNames is assigned twice. by Senthil Kumaran · 13 years ago
- 984890f Close #13415: Test in configure if unsetenv() has a return value or not. by Victor Stinner · 13 years ago
- 1518e87 and back to the "magic" formula (with a comment) it is by Benjamin Peterson · 13 years ago