summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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-222-51/+46
* 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
* 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-221-0/+4
* 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-222-0/+78
* Issue #11074: Make 'tokenize' so it can be reloaded.Brett Cannon2011-02-221-3/+2
* Issue #10512: close the log file in cgi when running tests.Brett Cannon2011-02-221-0/+1
* Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-2212-4/+56
* 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-224-13/+13
* Issue #4681: Allow mmap() to work on file sizes and offsets larger thanAntoine Pitrou2011-02-211-2/+49
* Issue #10826: Prevent sporadic failure in test_subprocess on Solaris dueAntoine Pitrou2011-02-212-19/+12
* Fix PyUnicode_FromFormatV("%c") for non-BMP charVictor Stinner2011-02-211-1/+4
* compileall uses repr() to format filenames/pathsVictor Stinner2011-02-212-6/+6
* Issue #11089: Fix performance issue limiting the use of ConfigParser()Raymond Hettinger2011-02-212-8/+100
* Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-2114-237/+295
* Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffersAntoine Pitrou2011-02-211-0/+29
* Remove unittest methods scheduled for removal in 3.3 -- makes the unittest te...Georg Brandl2011-02-205-152/+9
* Bump trunk to 3.3 alpha 0.Georg Brandl2011-02-202-2/+2
* Version bump to 3.2 final.Georg Brandl2011-02-202-2/+2
* Topic and suspicious update.Georg Brandl2011-02-201-1/+1
* Bump for 3.2rc3.v3.2rc3Georg Brandl2011-02-132-2/+2
* Update pydoc topics.Georg Brandl2011-02-131-2/+2
* Fix #11116 fix on Windows (close file before removing in MH code)R. David Murray2011-02-121-1/+8
* #11116: roll back on error during add so mailbox isn't left corrupted.R. David Murray2011-02-112-7/+49
* reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-de...Giampaolo Rodolà2011-02-111-11/+12
* asyncore: introduce a new 'closed' attribute to make sure that dispatcher get...Giampaolo Rodolà2011-02-111-9/+11
* Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...Senthil Kumaran2011-02-112-4/+11
* get rid of asyncore.dispatcher's debug attribute, which is no longer used (as...Giampaolo Rodolà2011-02-101-3/+0
* Issue 10971: Make test_zipimport_support once again compatible with refleak h...Nick Coghlan2011-02-071-48/+54
* #11132: pass optimize parameter to recursive call in compileall.compile_dir()...Georg Brandl2011-02-072-1/+11
* Remove lots of spaces within exception message.Georg Brandl2011-02-031-2/+2
* Get command-line doctest of Lib/decimal.py to work again.Raymond Hettinger2011-02-011-2/+2
* Issue #8275: Fix passing of callback arguments with ctypes under Win64.Antoine Pitrou2011-01-311-0/+36
* Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl.Alexander Belopolsky2011-01-311-1/+1
* Bump version.v3.2rc2Georg Brandl2011-01-302-2/+2
* Update pydoc topics.Georg Brandl2011-01-301-1/+1
* #10680: fix mutually exclusive arguments in argument groups.Georg Brandl2011-01-302-0/+41
* #10961: fix exception handling in new pydoc server code.Georg Brandl2011-01-302-99/+105
* #11069: fix the IDLE Stack Viewer, by not using "list" as a variable name.Georg Brandl2011-01-301-4/+4
* #9124: mailbox now accepts binary input and uses binary internallyR. David Murray2011-01-302-131/+354
* Issue #10845: Improve compatibility between multiprocessing on Windows and pa...Nick Coghlan2011-01-301-1/+9
* Protect logging call against None argument (fixes #11045).Éric Araujo2011-01-291-1/+2
* Issue #10939: Make Internaldate2tuple test more robust.Alexander Belopolsky2011-01-291-6/+8
* Issue 11052: Correct IDLE menu accelerators on Mac OS X for SaveNed Deily2011-01-291-2/+2
* Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x,Ned Deily2011-01-291-2/+2