2011-12-03 |
Antoine Pitrou | Merge from 3.2 |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Streamline mention of sorted() |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Break down and refine memory management question |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Reformulate answer, and remove off-topic discussion... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Merge from 3.2 |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Fix compatibility statement. |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Remove outdated question (the bsddb module isn't includ... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Refine FAQ entry for catching stdout |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Advocate PyTuple_Pack instead of manual building of... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Remove outdated FAQ content |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Remove outdate FAQ content |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Streamline FAQ entry about the ternary operator, and... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Streamline FAQ entry about the ternary operator, and... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Remove references to psyco, which is mostly unmaintaine... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Remove references to psyco, which is mostly unmaintaine... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Merge doc fixes from 3.2 |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Mention PySide in the "other GUIs" page. |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Antoine Pitrou | Mention the new GTK+ 3 bindings. |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Meador Inge | Issue #13513: IOBase docs incorrectly link to the readl... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Meador Inge | Issue #13513: IOBase docs incorrectly link to the readl... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Éric Araujo | Fix glitches in email.policy docs (#12208) |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Jason R. Coombs | Merged fix for #13211 from 3.2 |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Jason R. Coombs | Merge fix for Issue #12666 from 3.2 |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Charles-François... | Issue #12612: Add some Valgrind suppressions for 64... |
commit | commitdiff | tree | snapshot |
2011-12-03 |
Jason R. Coombs | Issue #12666: Added section about map changes. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Petri Lehtinen | Issue #13439: Merge branch 3.2 |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Petri Lehtinen | Issue #13439: Fix many errors in turtle docstrings. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Ezio Melotti | #13494: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Ezio Melotti | #13494: s/cast/convert/. Also add a link. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Ezio Melotti | #13499: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Ezio Melotti | #13499: fix example adding >>> before the comments. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Ezio Melotti | #8414: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Ezio Melotti | #8414: add more tests for "assert". Initial patch... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Mark Dickinson | Issue #9530: Fix undefined behaviour due to signed... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Victor Stinner | Fix PyObject_Repr(): don't call PyUnicode_READY() if... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Victor Stinner | Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Victor Stinner | MultibyteCodec_Decode() catchs PyUnicode_AS_UNICODE... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Victor Stinner | c-api: Replace PyUnicodeObject* by PyObject* in "U... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Victor Stinner | PyCodec_IgnoreErrors() avoids the deprecated "u#" format |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Victor Stinner | PyObject_Repr() ensures that the result is a ready... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Nadeem Vawda | Credit Per Øyvind Karlsen for the initial implementatio... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Antoine Pitrou | Issue #1040439: better document how to compile and... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Antoine Pitrou | Issue #1040439: better document how to compile and... |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Nadeem Vawda | Make error handling in BZ2File.{readable,seekable,writa... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Nadeem Vawda | Issue #6715: Add module for compression using the LZMA... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Victor Stinner | Py_UNICODE_HIGH_SURROGATE() and Py_UNICODE_LOW_SURROGAT... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Antoine Pitrou | Mention hashable memoryviews, and reformat. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Antoine Pitrou | Add subheaders to make PEP 393 description clearer |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Éric Araujo | Merge 3.2 |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Éric Araujo | Fix inspect.getmodule to use a copy of sys.modules... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Éric Araujo | Mark up constants in sockets docs as such |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Éric Araujo | Fix instructions on how to rebuild some modules |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Éric Araujo | Add a regrtest cleanup check for shutil registries |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Éric Araujo | Fix last remaining references to ex-devguide |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Éric Araujo | Fix typo (#13467) |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Victor Stinner | cleanup setup.py for curses options |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Victor Stinner | (Merge 3.2) Fix curses module for strict SysV implement... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Victor Stinner | Fix curses module for strict SysV implementation (witho... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Antoine Pitrou | Merge test_xmlrpc_net fixes (issue #13434) |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Antoine Pitrou | Fix resource warning in test_xmlrpc_net |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Antoine Pitrou | Issue #13434: skip the time.xmlrpc.com test, and reenab... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Antoine Pitrou | Issue #7111: Python can now be run without a stdin... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Antoine Pitrou | Issue #7111: Python can now be run without a stdin... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Meador Inge | Issue #12618: py_compile cannot create files in current... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Meador Inge | Issue #12618: py_compile cannot create files in current... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Victor Stinner | Issue #13415: test_curses skips unencodable characters |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Charles-François... | Null merge. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Charles-François... | Issue #13415: Skip test_os.test_unset_error on FreeBSD... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Charles-François... | Null merge. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Charles-François... | Issue #13415: Test in configure if unsetenv() has a... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Jesus Cea | MERGE: Closes issue #13488: Some old preprocessors... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Jesus Cea | Closes issue #13488: Some old preprocessors have proble... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Victor Stinner | Issue #13415: Help to locate curses.h when _curses... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Antoine Pitrou | Issue #13444: When stdout has been closed explicitly... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Antoine Pitrou | Issue #13444: When stdout has been closed explicitly... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Meador Inge | Issue #12618: fix py_compile unit tests to handle diffe... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Meador Inge | Issue #12618: fix py_compile unit tests to handle diffe... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Giampaolo Rodola' | sched.py: fix test_queue by making sure that queue... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Charles-François... | Issue #13415: Skip test_os.test_unset_error on FreeBSD... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Meador Inge | Issue #12618: create unit tests for the py_compile... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Meador Inge | Issue #12618: create unit tests for the py_compile... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Meador Inge | Issue #13380: add an internal function for resetting... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Meador Inge | Issue #13380: add an internal function for resetting... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Antoine Pitrou | Some libcs' snprintf may output a leading minus sign... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Antoine Pitrou | Merge heads |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Antoine Pitrou | Better resolution for issue #11849: Ensure that free... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Victor Stinner | Issue #12567: The curses module uses Unicode functions... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Antoine Pitrou | Issue #12856: Ensure child processes do not inherit... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Antoine Pitrou | Issue #12856: Ensure child processes do not inherit... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Victor Stinner | NEWS: fix the issue number for PyUnicode_EncodeDecimal... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Victor Stinner | Close #13093: PyUnicode_EncodeDecimal() doesn't support... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Antoine Pitrou | Typo |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Antoine Pitrou | Update What's new for PEP 3155 |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Antoine Pitrou | PEP 3155 / issue #13448: Qualified name for classes... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Antoine Pitrou | Issue #9957: SpooledTemporaryFile.truncate() now accept... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Antoine Pitrou | Clarify concatenation behaviour of immutable strings... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Antoine Pitrou | Clarify concatenation behaviour of immutable strings... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Eli Bendersky | fix some typos in Doc/c-api/memoryview.rst |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Eli Bendersky | fix some typos in Doc/c-api/memoryview.rst |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Petri Lehtinen | Add a "What's New" entry for #12170 |
commit | commitdiff | tree | snapshot |
next |