summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-181-0/+3
* | | MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the...Jesus Cea2012-01-181-0/+3
|\ \ \ | |/ /
| * | Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...Jesus Cea2012-01-181-0/+3
* | | Close #10278: Add time.wallclock() function, monotonic clock.Victor Stinner2012-01-181-0/+2
* | | Issue #13809: Make bz2 module work with threads disabled.Nadeem Vawda2012-01-171-0/+3
* | | Issue #13727: Add 3 macros to access PyDateTime_Delta members:Amaury Forgeot d'Arc2012-01-171-0/+4
* | | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-172-0/+4
|\ \ \ | |/ /
| * | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-172-0/+4
* | | Issue #13588: Rename decorators in importlib.Brett Cannon2012-01-161-0/+1
* | | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-161-0/+3
|\ \ \ | |/ /
| * | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-161-0/+3
* | | add str.casefold() (closes #13752)Benjamin Peterson2012-01-141-0/+2
* | | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-141-0/+2
|\ \ \ | |/ /
| * | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-141-0/+2
* | | Issue #13725: Add a NEWS entry.Meador Inge2012-01-141-0/+3
|\ \ \ | |/ /
| * | Issue #13725: Add a NEWS entry.Meador Inge2012-01-141-0/+3
* | | Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-141-0/+1
|\ \ \ | |/ /