summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* | | mergeNed Deily2012-02-031-0/+2
|\ \ \ | |/ /
| * | Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.Ned Deily2012-02-031-0/+2
* | | Merge branch 3.2Petri Lehtinen2012-02-021-0/+2
|\ \ \ | |/ /
| * | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-0/+2
* | | Merge branch 3.2Petri Lehtinen2012-02-011-0/+2
|\ \ \ | |/ /
| * | sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-011-0/+2
* | | Merge 3.2Terry Jan Reedy2012-01-312-0/+4
|\ \ \ | |/ /
| * | #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-312-1/+5
* | | Issue #8828: Add new function os.replace(), for cross-platform renaming with ...Antoine Pitrou2012-01-301-0/+3
* | | merge 3.2 (closes #13908)Benjamin Peterson2012-01-301-0/+2
|\ \ \ | |/ /
| * | ready types returned from PyType_FromSpecBenjamin Peterson2012-01-301-0/+2
* | | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-291-0/+3
|\ \ \ | |/ /
| * | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-292-0/+4
* | | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-0/+3
|\ \ \ | |/ /
| * | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-0/+3
* | | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
|\ \ \ | |/ /
| * | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
* | | Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-0/+3
|\ \ \ | |/ /
| * | Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-0/+3
* | | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-0/+3
|\ \ \ | |/ /
| * | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-0/+3
| |\ \
| | * | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-0/+3
| * | | mergeBrett Cannon2012-01-261-0/+2
| |\ \ \
* | | | | Issue #13847: time.clock() now raises a RuntimeError if the processor time usedVictor Stinner2012-01-261-1/+2
* | | | | MergeBrett Cannon2012-01-261-0/+7
|\ \ \ \ \
| * | | | | Issue #13847: time.localtime() and time.gmtime() now raise an OSError insteadVictor Stinner2012-01-261-0/+4
| * | | | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-0/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-0/+3
* | | | | | Issue #13883: PYTHONCASEOK also works with OS X.Brett Cannon2012-01-261-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Issue #13883: Document all platforms PYTHONCASEOK works on.Brett Cannon2012-01-261-0/+2
| |/ / /
* | | | Issue #13862: Relax zlib version test to avoid spurious failures.Nadeem Vawda2012-01-251-0/+3
* | | | Issue #12804: Fix test failures on systems without internet access.Nadeem Vawda2012-01-251-0/+3
* | | | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+3
* | | | Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-0/+4
* | | | A Misc/NEWS entry for issue 8052.Gregory P. Smith2012-01-211-0/+5
|\ \ \ \ | |/ / /
| * | | Add a Misc/NEWS entry for issue 8052.Gregory P. Smith2012-01-211-0/+5
* | | | merge from 3.2Senthil Kumaran2012-01-211-2/+1
|\ \ \ \ | |/ / /
| * | | Fix Issue6631 - Disallow relative file paths in urllib urlopenSenthil Kumaran2012-01-211-0/+2
* | | | Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API f...Meador Inge2012-01-201-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API f...Meador Inge2012-01-201-0/+3
| * | | Issue #2134: Clarify token.OP handling rationale in tokenize documentation.Meador Inge2012-01-191-0/+3
* | | | Issue #12705: Raise SyntaxError when compiling multiple statements as single ...Meador Inge2012-01-191-0/+3
* | | | Issue #2134: Add support for tokenize.TokenInfo.exact_type.Meador Inge2012-01-191-0/+3
* | | | Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...Antoine Pitrou2012-01-181-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...Antoine Pitrou2012-01-181-0/+3
* | | | Fix the builtin module initialization code to store the init function for fut...Antoine Pitrou2012-01-181-0/+3
|\ \ \ \ | |/ / /
| * | | Fix the builtin module initialization code to store the init function for fut...Antoine Pitrou2012-01-181-0/+3
* | | | Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-181-0/+3
|\ \ \ \ | |/ / /