summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-0/+3
|\
| * Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-0/+3
| |\
| | * Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-0/+3
| | * #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-141-0/+2
* | | #5723: merge with 3.2.Ezio Melotti2011-05-141-0/+2
|\ \ \ | |/ /
| * | #5723: merge with 3.1.Ezio Melotti2011-05-141-0/+2
* | | (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command byVictor Stinner2011-05-131-0/+3
|\ \ \ | |/ /
| * | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and addVictor Stinner2011-05-131-0/+3
| * | Merge in changes from 3.2.1b1 release repo.Georg Brandl2011-05-132-54/+56
| |\ \
| | * | Bump to 3.2.1b1.Georg Brandl2011-05-082-55/+57
* | | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+5
|\ \ \ \ | |/ / /
| * | | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+6
| |\ \ \ | | | |/ | | |/|
| | * | Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+5
| * | | merge - 7a3f3ad83676 Fixes Issue #12044.Gregory P. Smith2011-05-121-0/+4
* | | | - Issue #12044: Fixed subprocess.Popen when used as a context manager toGregory P. Smith2011-05-121-0/+4
* | | | Issue #9971: Write an optimized implementation of BufferedReader.readinto().Antoine Pitrou2011-05-112-0/+5
* | | | Merge from 3.2Kurt B. Kaiser2011-05-111-0/+3
|\ \ \ \ | |/ / /
| * | | Merge from 3.1Kurt B. Kaiser2011-05-111-0/+3
| |\ \ \ | | |/ /
| | * | Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.Kurt B. Kaiser2011-05-111-0/+4
| | * | Issue #10419: Fix build_scripts command of distutils to handle correctlyVictor Stinner2011-05-101-0/+4
| * | | Issue #11169: compileall module uses repr() to format filenames and paths toVictor Stinner2011-05-101-0/+3
| * | | Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-101-0/+5
* | | | Fix closes Issue #11799: urllib.request Authentication Handlers will raise aSenthil Kumaran2011-05-111-0/+4
* | | | #12051: merge with 3.2.Ezio Melotti2011-05-101-0/+3
|\ \ \ \ | |/ / /
| * | | #12051: merge with 3.1.Ezio Melotti2011-05-101-0/+3
| |\ \ \ | | |/ /
| | * | #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...Ezio Melotti2011-05-101-0/+3
* | | | Close #10419, issue #6011: build_scripts command of distutils handles correctlyVictor Stinner2011-05-101-0/+5
* | | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-102-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-102-0/+4
| * | | (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-0/+2
| |\ \ \ | | |/ /
| | * | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-0/+2
* | | | Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError,Victor Stinner2011-05-101-0/+3
* | | | (Merge 3.2) Issue #1195: Fix input() if it is interrupted by CTRL+d and thenVictor Stinner2011-05-091-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clearVictor Stinner2011-05-091-0/+3
| |\ \ \ | | |/ /
| | * | Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,Victor Stinner2011-05-091-0/+3
* | | | Issue #12041: Make test_wait3 more robust.Antoine Pitrou2011-05-091-0/+2
* | | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages theSenthil Kumaran2011-05-091-0/+4
* | | | Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-091-0/+2
* | | | merge 11164Martin v. Löwis2011-05-091-0/+2
|\ \ \ \ | |/ / /
| * | | merge 11164Martin v. Löwis2011-05-091-0/+2
| |\ \ \ | | |/ /
| | * | Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-091-0/+2
* | | | mergedMartin v. Löwis2011-05-091-1/+1
|\ \ \ \ | |/ / /
| * | | The option is actually --no-as-needed.Martin v. Löwis2011-05-091-1/+1
* | | | merge 11347.Martin v. Löwis2011-05-091-0/+2
|\ \ \ \ | |/ / /
| * | | Use --as-needed when linking libpython3.so. Closes #11347.Martin v. Löwis2011-05-091-0/+2
* | | | #11910: merge with 3.2.Ezio Melotti2011-05-091-0/+2
|\ \ \ \ | |/ / /
| * | | #11910: merge with 3.1.Ezio Melotti2011-05-091-0/+2
| |\ \ \ | | |/ /
| | * | #11910: Fix test_heapq to skip the C tests when _heapq is missing.Ezio Melotti2011-05-091-0/+2
* | | | Issue #11888: Add log2 function to math module. Patch written by MarkVictor Stinner2011-05-081-0/+3
* | | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-081-0/+2