| Commit message (Expand) | Author | Age | Files | Lines |
* | (merge from 3.2) Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMEN... | Ronald Oussoren | 2011-05-15 | 1 | -0/+3 |
|\ |
|
| * | NEWS entry for fix of issue #9516 | Ronald Oussoren | 2011-05-15 | 1 | -0/+3 |
|
|
| * | Branch merge. | Georg Brandl | 2011-05-15 | 1 | -0/+3 |
| |\ |
|
| * | | Fix-up NEWS: entries made after 3.2.1b1 go into the 3.2.1c1 section. | Georg Brandl | 2011-05-15 | 1 | -44/+65 |
|
|
* | | | (Merge 3.2) Issue #12060: Use sig_atomic_t type and volatile keyword in the | Victor Stinner | 2011-05-15 | 1 | -0/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the | Victor Stinner | 2011-05-15 | 1 | -0/+3 |
| |\ \
| | |/
| |/| |
|
| | * | Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. | Victor Stinner | 2011-05-15 | 1 | -0/+3 |
|
|
* | | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname | Gregory P. Smith | 2011-05-15 | 1 | -0/+3 |
|
|
* | | | Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. | Nadeem Vawda | 2011-05-14 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. | Nadeem Vawda | 2011-05-14 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. | Nadeem Vawda | 2011-05-14 | 1 | -0/+5 |
|
|
* | | | Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail | Nadeem Vawda | 2011-05-14 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail | Nadeem Vawda | 2011-05-14 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail | Nadeem Vawda | 2011-05-14 | 1 | -0/+3 |
|
|
| | * | #5723: Improve json tests to be executed with and without accelerations. | Ezio Melotti | 2011-05-14 | 1 | -0/+2 |
|
|
* | | | #5723: merge with 3.2. | Ezio Melotti | 2011-05-14 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | #5723: merge with 3.1. | Ezio Melotti | 2011-05-14 | 1 | -0/+2 |
|
|
* | | | (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command by | Victor Stinner | 2011-05-13 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add | Victor Stinner | 2011-05-13 | 1 | -0/+3 |
|
|
| * | | Merge in changes from 3.2.1b1 release repo. | Georg Brandl | 2011-05-13 | 2 | -54/+56 |
| |\ \ |
|
| | * | | Bump to 3.2.1b1. | Georg Brandl | 2011-05-08 | 2 | -55/+57 |
|
|
* | | | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 1 | -0/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 1 | -0/+6 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence | Antoine Pitrou | 2011-05-12 | 1 | -0/+5 |
|
|
| * | | | merge - 7a3f3ad83676 Fixes Issue #12044. | Gregory P. Smith | 2011-05-12 | 1 | -0/+4 |
|
|
* | | | | - Issue #12044: Fixed subprocess.Popen when used as a context manager to | Gregory P. Smith | 2011-05-12 | 1 | -0/+4 |
|
|
* | | | | Issue #9971: Write an optimized implementation of BufferedReader.readinto(). | Antoine Pitrou | 2011-05-11 | 2 | -0/+5 |
|
|
* | | | | Merge from 3.2 | Kurt B. Kaiser | 2011-05-11 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge from 3.1 | Kurt B. Kaiser | 2011-05-11 | 1 | -0/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. | Kurt B. Kaiser | 2011-05-11 | 1 | -0/+4 |
|
|
| | * | | Issue #10419: Fix build_scripts command of distutils to handle correctly | Victor Stinner | 2011-05-10 | 1 | -0/+4 |
|
|
| * | | | Issue #11169: compileall module uses repr() to format filenames and paths to | Victor Stinner | 2011-05-10 | 1 | -0/+3 |
|
|
| * | | | Close #10419, issue #6011: build_scripts command of distutils handles correctly | Victor Stinner | 2011-05-10 | 1 | -0/+5 |
|
|
* | | | | Fix closes Issue #11799: urllib.request Authentication Handlers will raise a | Senthil Kumaran | 2011-05-11 | 1 | -0/+4 |
|
|
* | | | | #12051: merge with 3.2. | Ezio Melotti | 2011-05-10 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | #12051: merge with 3.1. | Ezio Melotti | 2011-05-10 | 1 | -0/+3 |
| |\ \ \
| | |/ / |
|
| | * | | #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi... | Ezio Melotti | 2011-05-10 | 1 | -0/+3 |
|
|
* | | | | Close #10419, issue #6011: build_scripts command of distutils handles correctly | Victor Stinner | 2011-05-10 | 1 | -0/+5 |
|
|
* | | | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 2 | -0/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 2 | -0/+4 |
|
|
| * | | | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -0/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional | Victor Stinner | 2011-05-09 | 1 | -0/+2 |
|
|
* | | | | Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, | Victor Stinner | 2011-05-10 | 1 | -0/+3 |
|
|
* | | | | (Merge 3.2) Issue #1195: Fix input() if it is interrupted by CTRL+d and then | Victor Stinner | 2011-05-09 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear | Victor Stinner | 2011-05-09 | 1 | -0/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, | Victor Stinner | 2011-05-09 | 1 | -0/+3 |
|
|
* | | | | Issue #12041: Make test_wait3 more robust. | Antoine Pitrou | 2011-05-09 | 1 | -0/+2 |
|
|
* | | | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the | Senthil Kumaran | 2011-05-09 | 1 | -0/+4 |
|
|
* | | | | Issue #11743: Rewrite multiprocessing connection classes in pure Python. | Antoine Pitrou | 2011-05-09 | 1 | -0/+2 |
|
|
* | | | | merge 11164 | Martin v. Löwis | 2011-05-09 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|