| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #12567: The curses module uses Unicode functions for Unicode arguments | Victor Stinner | 2011-11-25 | 1 | -0/+4 |
|
|
* | Issue #12856: Ensure child processes do not inherit the parent's random seed ... | Antoine Pitrou | 2011-11-25 | 1 | -0/+4 |
|\ |
|
| * | Issue #12856: Ensure child processes do not inherit the parent's random seed ... | Antoine Pitrou | 2011-11-25 | 1 | -0/+4 |
|
|
* | | NEWS: fix the issue number for PyUnicode_EncodeDecimal change | Victor Stinner | 2011-11-25 | 1 | -1/+1 |
|
|
* | | Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers | Victor Stinner | 2011-11-25 | 1 | -0/+4 |
|
|
* | | PEP 3155 / issue #13448: Qualified name for classes and functions. | Antoine Pitrou | 2011-11-25 | 1 | -0/+2 |
|
|
* | | Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size par... | Antoine Pitrou | 2011-11-25 | 1 | -1/+3 |
|
|
* | | Issue #13458: Fix a memory leak in the ssl module when decoding a certificate... | Antoine Pitrou | 2011-11-23 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #13458: Fix a memory leak in the ssl module when decoding a certificate... | Antoine Pitrou | 2011-11-23 | 1 | -0/+3 |
|
|
| * | Merge branch 3.2 | Victor Stinner | 2011-11-22 | 1 | -0/+2 |
| |\ |
|
* | \ | Merge branch default | Victor Stinner | 2011-11-22 | 1 | -0/+2 |
|\ \ \ |
|
| * \ \ | (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. | Victor Stinner | 2011-11-22 | 1 | -0/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Issue #13415: os.unsetenv() doesn't ignore errors anymore. | Victor Stinner | 2011-11-22 | 1 | -0/+2 |
|
|
* | | | | Merge branch 3.2 | Amaury Forgeot d'Arc | 2011-11-22 | 1 | -0/+3 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Issue #13436: Fix a bogus error message when an AST object was passed | Amaury Forgeot d'Arc | 2011-11-22 | 1 | -0/+3 |
| |/ |
|
* | | sort last committed name in alphabetical order | Giampaolo Rodola' | 2011-11-22 | 1 | -1/+1 |
|
|
* | | fix wrong credit and issue id given in previous commit | Giampaolo Rodola' | 2011-11-22 | 2 | -2/+2 |
|
|
* | | Fix 13245: | Giampaolo Rodola' | 2011-11-22 | 2 | -0/+6 |
|
|
* | | Issue #12328: Under Windows, refactor handling of Ctrl-C events and | Antoine Pitrou | 2011-11-21 | 1 | -0/+4 |
|
|
* | | Issue #13411: memoryview objects are now hashable when the underlying object ... | Antoine Pitrou | 2011-11-21 | 1 | -0/+3 |
|
|
* | | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is | Antoine Pitrou | 2011-11-21 | 2 | -0/+7 |
|\ \
| |/ |
|
| * | Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is | Antoine Pitrou | 2011-11-21 | 2 | -0/+7 |
|
|
* | | Merge branch 3.2 (closes #13338) | Petri Lehtinen | 2011-11-19 | 2 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER | Petri Lehtinen | 2011-11-19 | 2 | -0/+5 |
|
|
* | | Issue #10227: Add an allocation cache for a single slice object. | Antoine Pitrou | 2011-11-18 | 1 | -0/+3 |
|
|
* | | #13358: merge with 3.2. | Ezio Melotti | 2011-11-18 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | #13358: HTMLParser now calls handle_data only once for each CDATA. | Ezio Melotti | 2011-11-18 | 1 | -0/+2 |
|
|
* | | #4147: merge with 3.2. | Ezio Melotti | 2011-11-18 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | #4147: minidom's toprettyxml no longer adds whitespace around a text node whe... | Ezio Melotti | 2011-11-18 | 1 | -0/+4 |
|
|
* | | Issue #13393: BufferedReader.read1() now asks the full requested size to | Antoine Pitrou | 2011-11-15 | 1 | -0/+3 |
|
|
* | | Issue #13374: The Windows bytes API has been deprecated in the os module. Use | Victor Stinner | 2011-11-15 | 1 | -0/+4 |
|
|
* | | Closes #13297: use bytes type to send and receive binary data through XMLRPC. | Florent Xicluna | 2011-11-15 | 1 | -0/+2 |
|
|
* | | Issue #13392: Writing a pyc file should now be atomic under Windows as well. | Antoine Pitrou | 2011-11-15 | 1 | -0/+2 |
|
|
* | | Branch merge | Éric Araujo | 2011-11-15 | 2 | -10/+5 |
|\ \ |
|
| * | | Add entries for distutils2 contributors (their patches are in packaging) | Éric Araujo | 2011-11-14 | 1 | -0/+5 |
|
|
| * | | Remove NEWS entries for packaging test suite fixes. | Éric Araujo | 2011-11-14 | 1 | -10/+0 |
|
|
* | | | Issue #13333: The UTF-7 decoder now accepts lone surrogates | Antoine Pitrou | 2011-11-15 | 1 | -0/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Issue #13333: The UTF-7 decoder now accepts lone surrogates | Antoine Pitrou | 2011-11-15 | 1 | -0/+3 |
|
|
* | | | Issue #13389: Full garbage collection passes now clear the freelists for | Antoine Pitrou | 2011-11-14 | 1 | -0/+4 |
|
|
* | | | Issue #6397: Support '/dev/poll' polling objects in select module, under Sola... | Jesus Cea | 2011-11-14 | 1 | -0/+3 |
| |/
|/| |
|
* | | #1745761, #755670, #13357, #12629, #1200313: merge with 3.2. | Ezio Melotti | 2011-11-14 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT... | Ezio Melotti | 2011-11-14 | 1 | -0/+3 |
|
|
* | | Issue #13193: Fix distutils.filelist.FileList and | Antoine Pitrou | 2011-11-12 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Add NEWS entry for #13193 | Antoine Pitrou | 2011-11-12 | 1 | -0/+3 |
|
|
* | | Merge 3.2. Remove duplicate ACKS and reorder slightly to prevent future dups. | Florent Xicluna | 2011-11-11 | 1 | -41/+38 |
|\ \
| |/ |
|
| * | Remove duplicate ACKS. | Florent Xicluna | 2011-11-11 | 1 | -2/+0 |
|
|
* | | Merge 3.2 | Brian Curtin | 2011-11-11 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Fix #13384. Remove __future__ import in 3.x code. | Brian Curtin | 2011-11-11 | 1 | -0/+2 |
|
|
* | | Issue #13191: typo in argparse docs | Eli Bendersky | 2011-11-11 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #13191: typo in argparse docs | Eli Bendersky | 2011-11-11 | 1 | -0/+1 |
|
|