Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ↵ | Antoine Pitrou | 2012-01-27 | 1 | -0/+3 |
|\ | | | | | | | attack countermeasure. | ||||
| * | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ↵ | Antoine Pitrou | 2012-01-27 | 1 | -0/+3 |
| |\ | | | | | | | | | | attack countermeasure. | ||||
| | * | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ↵ | Antoine Pitrou | 2012-01-27 | 1 | -0/+3 |
| | | | | | | | | | | | | attack countermeasure. | ||||
| * | | merge | Brett Cannon | 2012-01-26 | 1 | -0/+2 |
| |\ \ | |||||
* | | | | Issue #13847: time.clock() now raises a RuntimeError if the processor time used | Victor Stinner | 2012-01-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | is not available or its value cannot be represented | ||||
* | | | | Merge | Brett Cannon | 2012-01-26 | 1 | -0/+7 |
|\ \ \ \ | |||||
| * | | | | Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead | Victor Stinner | 2012-01-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | of ValueError on failure. time.ctime() and time.asctime() now raises an OSError if localtime() failed. | ||||
| * | | | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. | Meador Inge | 2012-01-26 | 1 | -0/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. | Meador Inge | 2012-01-26 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Issue #13883: PYTHONCASEOK also works with OS X. | Brett Cannon | 2012-01-26 | 1 | -0/+2 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Issue #13883: Document all platforms PYTHONCASEOK works on. | Brett Cannon | 2012-01-26 | 1 | -0/+2 |
| |/ / | |||||
* | | | Issue #13862: Relax zlib version test to avoid spurious failures. | Nadeem Vawda | 2012-01-25 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #12804: Fix test failures on systems without internet access. | Nadeem Vawda | 2012-01-25 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #11235: Fix OverflowError when trying to import a source file whose ↵ | Antoine Pitrou | 2012-01-24 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | modification time doesn't fit in a 32-bit timestamp. | ||||
| * | | Issue #11235: Fix OverflowError when trying to import a source file whose ↵ | Antoine Pitrou | 2012-01-24 | 1 | -0/+3 |
| | | | | | | | | | | | | modification time doesn't fit in a 32-bit timestamp. | ||||
* | | | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | | | | target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions). | ||||
| * | | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions). | ||||
* | | | A Misc/NEWS entry for issue 8052. | Gregory P. Smith | 2012-01-21 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Add a Misc/NEWS entry for issue 8052. | Gregory P. Smith | 2012-01-21 | 1 | -0/+5 |
| | | | |||||
* | | | merge from 3.2 | Senthil Kumaran | 2012-01-21 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix Issue6631 - Disallow relative file paths in urllib urlopen | Senthil Kumaran | 2012-01-21 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API ↵ | Meador Inge | 2012-01-20 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | function. | ||||
| * | | Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API ↵ | Meador Inge | 2012-01-20 | 1 | -0/+3 |
| | | | | | | | | | | | | function. | ||||
| * | | Issue #2134: Clarify token.OP handling rationale in tokenize documentation. | Meador Inge | 2012-01-19 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #12705: Raise SyntaxError when compiling multiple statements as single ↵ | Meador Inge | 2012-01-19 | 1 | -0/+3 |
| | | | | | | | | | | | | interactive statement | ||||
* | | | Issue #2134: Add support for tokenize.TokenInfo.exact_type. | Meador Inge | 2012-01-19 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #13722: Avoid silencing ImportErrors when initializing the codecs ↵ | Antoine Pitrou | 2012-01-18 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | registry. | ||||
| * | | Issue #13722: Avoid silencing ImportErrors when initializing the codecs ↵ | Antoine Pitrou | 2012-01-18 | 1 | -0/+3 |
| | | | | | | | | | | | | registry. | ||||
* | | | Fix the builtin module initialization code to store the init function for ↵ | Antoine Pitrou | 2012-01-18 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | future reinitialization. | ||||
| * | | Fix the builtin module initialization code to store the init function for ↵ | Antoine Pitrou | 2012-01-18 | 1 | -0/+3 |
| | | | | | | | | | | | | future reinitialization. | ||||
* | | | Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 1 | -0/+3 |
| | | | |||||
* | | | MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in ↵ | Jesus Cea | 2012-01-18 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | the directory name | ||||
| * | | Closes #13803: Under Solaris, distutils doesn't include bitness in the ↵ | Jesus Cea | 2012-01-18 | 1 | -0/+3 |
| | | | | | | | | | | | | directory name | ||||
* | | | Close #10278: Add time.wallclock() function, monotonic clock. | Victor Stinner | 2012-01-18 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #13809: Make bz2 module work with threads disabled. | Nadeem Vawda | 2012-01-17 | 1 | -0/+3 |
| | | | | | | | | | | | | Original patch by Amaury Forgeot d'Arc. | ||||
* | | | Issue #13727: Add 3 macros to access PyDateTime_Delta members: | Amaury Forgeot d'Arc | 2012-01-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | PyDateTime_DELTA_GET_DAYS, PyDateTime_DELTA_GET_SECONDS, PyDateTime_DELTA_GET_MICROSECONDS. Please use them instead of directly accessing PyDateTime_Delta struct members. | ||||
* | | | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 2 | -0/+4 |
|\ \ \ | |/ / | | | | | | | Patch by Oleg Plakhotnyuk. | ||||
| * | | Issue #13589: Fix some serialization primitives in the aifc module. | Antoine Pitrou | 2012-01-17 | 2 | -0/+4 |
| | | | | | | | | | | | | Patch by Oleg Plakhotnyuk. | ||||
* | | | Issue #13588: Rename decorators in importlib. | Brett Cannon | 2012-01-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | More descriptive names are now used in order to make tracebacks more readable. | ||||
* | | | Issue #13629: Renumber the tokens in token.h to match the ↵ | Meador Inge | 2012-01-16 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | _PyParser_TokenNames indexes. | ||||
| * | | Issue #13629: Renumber the tokens in token.h to match the ↵ | Meador Inge | 2012-01-16 | 1 | -0/+3 |
| | | | | | | | | | | | | _PyParser_TokenNames indexes. | ||||
* | | | add str.casefold() (closes #13752) | Benjamin Peterson | 2012-01-14 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. | Meador Inge | 2012-01-14 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. | Meador Inge | 2012-01-14 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #13725: Add a NEWS entry. | Meador Inge | 2012-01-14 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #13725: Add a NEWS entry. | Meador Inge | 2012-01-14 | 1 | -0/+3 |
| | | | |||||
* | | | Issue #13725: regrtest does not recognize -d flag. | Meador Inge | 2012-01-14 | 1 | -0/+1 |
|\ \ \ | |/ / | | | | | | | Patch by Erno Tukia. | ||||
| * | | Issue #13725: regrtest does not recognize -d flag. | Meador Inge | 2012-01-14 | 1 | -0/+1 |
| | | | | | | | | | | | | Patch by Erno Tukia. | ||||
* | | | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password ↵ | Senthil Kumaran | 2012-01-14 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | during Basic Authentication. |