- 556ba04 Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications by Giampaolo Rodola' · 13 years ago
- 73520d5 Fix #8684: make sched.scheduler class thread-safe by Giampaolo Rodola' · 13 years ago
- ec51cf1 #6570: merge with 3.2. by Ezio Melotti · 13 years ago
- 7b7e39a #6570: clarify tutorial section about keyword arguments. by Ezio Melotti · 13 years ago
- d31d57e #13549: merge with 3.2. by Ezio Melotti · 13 years ago
- 91621e2 #13549: improve tutorial section about listcomps. by Ezio Melotti · 13 years ago
- aa6c1d2 Issue #13575: there is only one class type. by Florent Xicluna · 13 years ago
- 521dfb0 Add missing versionchanged information. by Lars Gustäbel · 13 years ago
- bf6e560 Make PyUnicode_Copy() private => _PyUnicode_Copy() by Victor Stinner · 13 years ago
- 8bbe788 merge heads by Benjamin Peterson · 13 years ago
- 2122cf7 alias resource.error to OSError by Benjamin Peterson · 13 years ago
- 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 13 years ago
- c67c0b0 Merge with 3.2: Fix doc typo. by Lars Gustäbel · 13 years ago
- 0c6cbbd Fix doc typo. by Lars Gustäbel · 13 years ago
- 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 13 years ago
- a9e9abb Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
- 432259f Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
- 1b7458b Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. by Florent Xicluna · 13 years ago
- 3459922 What's New in Python 3.3: Add entry for lzma module (issue #6715). by Nadeem Vawda · 13 years ago
- b682101 Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() by Victor Stinner · 13 years ago
- d1be878 What's New in Python 3.3: Add a Deprecated section by Victor Stinner · 13 years ago
- 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
- 3731142 Merge assorted fixes from 3.2 by Antoine Pitrou · 13 years ago
- 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
- 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
- 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
- fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
- 9b1ec97 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
- 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
- b53e2c4 The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
- 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
- 6da394c Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
- ae44b7a Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
- d0784b7 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
- c1bd489 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
- 4d5232a Merge with 3.2. by Georg Brandl · 13 years ago
- 6a96a2e Fix typo. by Georg Brandl · 13 years ago
- 090d813 Merge from 3.2 by Antoine Pitrou · 13 years ago
- dec0f21 Streamline mention of sorted() by Antoine Pitrou · 13 years ago
- c561a9a Break down and refine memory management question by Antoine Pitrou · 13 years ago
- 17bd792 Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C. by Antoine Pitrou · 13 years ago
- 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
- c9b644e Merge fix for Issue #12666 from 3.2 by Jason R. Coombs · 13 years ago
- a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 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
- 3ba82aa c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc by Victor Stinner · 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
- 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 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
- c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 13 years ago
- 2bddc53 Fix typo (#13467) by Éric Araujo · 13 years ago
- 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments 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
- 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
- d2b0217 Merged documentation addition from 3.2. by Vinay Sajip · 13 years ago
- 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
- ce378d1 Closes #13459: Merged fix from 3.2. by Vinay Sajip · 13 years ago
- 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 13 years ago
- 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 13 years ago
- 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 13 years ago
- bc7ea58 fix wrong credit and issue id given in previous commit by Giampaolo Rodola' · 13 years ago
- be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
- ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 13 years ago
- a996f1e What's new in Python 3.3: Rephrase PEP 393 doc by Victor Stinner · 13 years ago
- 46606ce Document new and deprecated Unicode functions by Victor Stinner · 13 years ago
- b4938aa Document PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
- 895d181 Issue #12245 merge. by Mark Dickinson · 13 years ago
- b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
- 2251a3d #13387: merge with 3.2. by Ezio Melotti · 13 years ago
- fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
- 4d5d4e2 #13426: merge with 3.2. by Ezio Melotti · 13 years ago
- e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 13 years ago