summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | #13933 refine patch using 'new' builtinTerry Jan Reedy2012-02-051-4/+2
* | Issue #12142: Fixed reference cycle when importing ctypesMeador Inge2012-02-051-1/+1
* | Issue #13933: IDLE auto-complete did not work with some importedNed Deily2012-02-041-2/+2
* | Fix failing test on big-endian machines (issue #13806).Antoine Pitrou2012-02-041-8/+23
* | Issue #8184: Fix a potential file descriptor leak when aCharles-François Natali2012-02-041-4/+8
* | remove unused importBenjamin Peterson2012-02-041-1/+0
* | Issue #13861: Prevent test_apropos* test case failures in test_pydoc.Ned Deily2012-02-031-2/+2
* | Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.Ned Deily2012-02-031-2/+8
* | Merge.Charles-François Natali2012-02-021-0/+23
|\ \
| * | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fixCharles-François Natali2012-02-021-0/+23
* | | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-0/+3
|/ /
* | Issue #1813: backport changeset that reverts a glibc workaround for theStefan Krah2012-02-021-3/+0
* | merge.Brian Curtin2012-02-011-1/+1
|\ \
| * | merge from fb225c289bf0Brian Curtin2012-02-011-1/+1
* | | sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-012-1/+47
|/ /
* | whitespace3Terry Jan Reedy2012-01-311-1/+1
* | #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-312-9/+15
* | remove tests from really old regex moduleBenjamin Peterson2012-01-291-287/+0
* | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-6/+19
* | Fix intermittent test_ssl failure.Antoine Pitrou2012-01-271-0/+1
* | Remove debug output, fix assert (hopefully) and exercise signedness issues a ...Antoine Pitrou2012-01-251-1/+1
* | Skip test failure under OpenIndianaAntoine Pitrou2012-01-251-0/+5
* | Make test work under 32-bit systems, and when invoked through Lib/test/regrte...Antoine Pitrou2012-01-251-9/+16
* | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+13
* | Fixes #4686. Reverts redundant picklability code from r74544.Łukasz Langa2012-01-231-33/+9
* | Fix Issue6631 - Disallow relative files paths in urllib*.open()Senthil Kumaran2012-01-213-0/+7
* | Fixes #13760: picklability of ConfigParser exceptionsŁukasz Langa2012-01-202-1/+150
* | Closes #13807: Now checks for sys.stderr being there before writing to it.Vinay Sajip2012-01-201-1/+1
* | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-182-2/+14
* | Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with...Antoine Pitrou2012-01-182-59/+22
* | Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutil...Jesus Cea2012-01-181-0/+5
* | Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't in...Jesus Cea2012-01-181-2/+6
* | Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...Jesus Cea2012-01-181-1/+2
* | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-172-18/+68
* | explain why we need this grammar file (closes #13766)Benjamin Peterson2012-01-161-1/+1
* | #13039 allow proper deletion of '>>> ' in IDLE editor windows.Terry Jan Reedy2012-01-161-1/+4
* | Issue #13774: json: Fix a SystemError when a bogus encoding is passed toAmaury Forgeot d'Arc2012-01-131-0/+4
* | Remove unused certificate from the test directory.Antoine Pitrou2012-01-101-31/+0
* | - Issue #13642: Unquote before b64encoding user:password during BasicSenthil Kumaran2012-01-102-8/+57
* | #11906 Make test_argparse work interactively by removing extra spaceTerry Jan Reedy2012-01-091-4/+6
* | fix this to not depend on dictionary orderBenjamin Peterson2012-01-031-4/+4
* | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-032-2/+34
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+10
* | Limit test scope to those platforms that can save the target filenames. Refer...Jason R. Coombs2011-12-281-0/+17
* | propgate error in other conditionsBenjamin Peterson2011-12-271-0/+1
* | Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist c...Jason R. Coombs2011-12-262-2/+51
* | Issue #13565: Increase multiprocessing's server socket backlog, to avoidCharles-François Natali2011-12-231-1/+1
* | port to 2.7 - Minor code style improvements in http.server suggested in Issue...Senthil Kumaran2011-12-231-6/+3
* | Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz").Lars Gustäbel2011-12-212-0/+9
* | Use context managers in test_ssl to simplify test writing.Antoine Pitrou2011-12-211-64/+38