summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r88503 as Benjamin's request.Brett Cannon2011-02-232-6/+3
* Issue #3080: Fix test_reprlib on WindowsVictor Stinner2011-02-231-1/+1
* Issue #11272: Fix input() and sys.stdin for Windows newlineVictor Stinner2011-02-234-5/+48
* Issue #11224: Improved sparse file read support (r85916) introduced aLars Gustäbel2011-02-233-3/+22
* dynload_dl.c: replace tabs by spacesVictor Stinner2011-02-231-7/+7
* Add tests for the _ChainMap helper class.Raymond Hettinger2011-02-232-0/+119
* Indent "versionadded" properly.Georg Brandl2011-02-231-5/+5
* Add new subdirectory to LIBSUBDIRS.Georg Brandl2011-02-231-1/+1
* Fix imports from collections.abcRaymond Hettinger2011-02-237-20/+22
* Issue #3080: Add PyModule_GetNameObject()Victor Stinner2011-02-233-21/+45
* Issue #3080: Mark _PyImport_FindBuiltin() argument as constantVictor Stinner2011-02-232-4/+4
* Issue #3080: document encoding used by import functionsVictor Stinner2011-02-223-16/+51
* Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()Victor Stinner2011-02-228-11/+10
* Issue #3080: Mark PyWin_FindRegisteredModule() as privateVictor Stinner2011-02-222-7/+7
* A crypt algorithm may not be available by returning None.Brett Cannon2011-02-221-2/+7
* Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new APIBrett Cannon2011-02-223-58/+60
* Issue #11277: finally fix Snow Leopard crash following r88460.Antoine Pitrou2011-02-221-1/+1
* Fix test.test_crypt.test_methods() to pass on OS X.Brett Cannon2011-02-221-1/+4
* Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-2236-84/+69
* In FTP.close() method, make sure to also close the socket object, not only th...Giampaolo Rodolà2011-02-220-0/+0
* In FTP.close() method, make sure to also close the socket object, not only th...Giampaolo Rodolà2011-02-221-3/+3
* Add lib2to3.__main__ to make it easier for debugging purposes to run 2to3.Brett Cannon2011-02-222-3/+6
* smtlib.py PEP8 normalization via pep8.py script.Giampaolo Rodolà2011-02-221-63/+73
* Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-227-13/+183
* Issue #11074: Make 'tokenize' so it can be reloaded.Brett Cannon2011-02-222-3/+4
* Issue #10512: close the log file in cgi when running tests.Brett Cannon2011-02-222-0/+3
* Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-2213-4/+58
* Ignore __pycache__ in Lib/collections.Brett Cannon2011-02-220-0/+0
* Factor-out common code for helper classes.Raymond Hettinger2011-02-222-20/+4
* Have the test filename match the module filename.Raymond Hettinger2011-02-221-0/+0
* Issue #11085: Moved collections abstract base classes into a separate moduleRaymond Hettinger2011-02-228-135/+163
* Issue #4681: Allow mmap() to work on file sizes and offsets larger thanAntoine Pitrou2011-02-213-50/+112
* Issue #10826: Prevent sporadic failure in test_subprocess on Solaris dueAntoine Pitrou2011-02-213-19/+15
* Fix PyUnicode_FromFormatV("%c") for non-BMP charVictor Stinner2011-02-213-3/+30
* Remove filename variable from ceval.cVictor Stinner2011-02-212-17/+6
* compileall uses repr() to format filenames/pathsVictor Stinner2011-02-213-6/+9
* Remove bootstrap code of PyUnicode_AsEncodedString()Victor Stinner2011-02-212-16/+5
* Issue #11268: Prevent Mac OS X Installer failure if DocumentationNed Deily2011-02-212-1/+8
* Issue 11263: Fix link to source code.Raymond Hettinger2011-02-211-1/+1
* Issue #11089: Fix performance issue limiting the use of ConfigParser()Raymond Hettinger2011-02-213-8/+103
* Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-2115-237/+299
* Fix compile error under MSVC introduced by r88460.Antoine Pitrou2011-02-211-2/+2
* Ignore Vim .swp files.Brett Cannon2011-02-211-0/+1
* Fix issues on 32-bit systems introduced by r88460Antoine Pitrou2011-02-211-6/+6
* 3.2 is stable now.Georg Brandl2011-02-211-1/+1
* Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffersAntoine Pitrou2011-02-213-2/+57
* Issue 10160: Both single-arg and multi-arg calls have been sped-up.Raymond Hettinger2011-02-211-3/+3
* - Check for NULL result in PyType_FromSpec.Martin v. Löwis2011-02-212-0/+7
* Remove unittest methods scheduled for removal in 3.3 -- makes the unittest te...Georg Brandl2011-02-205-152/+9
* More automated version replacement.Georg Brandl2011-02-2021-864/+864