summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* In Pdb, stop assigning values to __builtin__._ which interferes with the one ↵Georg Brandl2009-04-012-0/+12
| | | | commonly installed by gettext.
* Add tests checking the CSV module's ability to handleR. David Murray2009-04-011-0/+18
| | | | embedded newlines in quoted field values.
* add seek constants to __all__Benjamin Peterson2009-04-011-1/+2
|
* Revert accidental checkin.Georg Brandl2009-04-011-6/+0
|
* Add NEWS item.Georg Brandl2009-04-012-0/+8
|
* #4572: add SEEK_* values as constants in io.py.Georg Brandl2009-04-012-3/+14
|
* Add link to an alternative generator with a long-period.Raymond Hettinger2009-04-011-0/+4
|
* Fix for issue5040. Adding test for Content-LengthSenthil Kumaran2009-04-012-1/+29
|
* bounds check arguments to mmap.move(). All of them. Really.Jack Diederich2009-04-012-16/+23
| | | | fixes crasher on OS X 10.5
* test_warnings ironically had a single test that was not protecting the warningsBrett Cannon2009-04-012-8/+10
| | | | filter and was resetting it.
* test_logging was blindly clearing the warnings filter. This causedBrett Cannon2009-04-012-22/+26
| | | | | PendingDeprecationWarnings to be spewed all over by unittest.failIf*(). Fix moves over to using warnings.catch_warning to protect the warnings filter.
* Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.Raymond Hettinger2009-04-013-4/+30
|
* Adding Wing project fileMichael Foord2009-04-012-0/+14
|
* _warnings was importing itself to get an attribute. That's bad if warnings getsBrett Cannon2009-04-013-16/+67
| | | | | | called in a thread that was spawned by an import itself. Last part to close #1665206.
* Paul Kippes was given commit privileges to work on 3to2.Brett Cannon2009-04-011-0/+2
|
* #5655: fix docstring oversight.Georg Brandl2009-04-011-1/+1
|
* Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2.Brett Cannon2009-04-011-0/+2
|
* Issue 3270: document Listener address restrictions on windowsJesse Noller2009-04-011-0/+6
|
* http://bugs.python.org/issue5623Kristján Valur Jónsson2009-04-011-33/+24
| | | | | Dynamically discoverd the size of the ioinfo struct used by the crt for its file descriptors. This should work across all flavors of the CRT. Thanks to Amaury Forgeot d'Arc Needs porting to 3.1
* The cgitb module had imports in its functions. This can cause deadlock with theBrett Cannon2009-04-012-14/+15
| | | | | | import lock if called from within a thread that was triggered by an import. Partially fixes issue #1665206.
* Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.Georg Brandl2009-04-012-2/+6
|
* Fixed compile error on windows.Hirokazu Yamamoto2009-04-011-0/+3
|
* Add Maksim, who worked on several issues at the sprint.Georg Brandl2009-04-011-0/+1
|
* #5631: add upload to list of possible commands, which is presented in ↵Georg Brandl2009-04-011-0/+2
| | | | --help-commands.
* The SimpleXMLRPCServer's CGI handler now runs like a pony.Georg Brandl2009-04-012-1/+7
|
* Fix multiprocessing.event to match the new threading.Event APIJesse Noller2009-04-013-7/+20
|
* Fix issue 2522. locale.format now checks that it is passedR. David Murray2009-04-014-8/+35
| | | | | exactly one pattern, which avoids mysterious errors where it had seemed to fail to do localization.
* Fix for failing asyncore tests.Josiah Carlson2009-04-013-3/+5
|
* Issue #5635: Fix running test_sys with tracing enabled.Georg Brandl2009-04-012-1/+9
|
* #5228: add pickle support to functools.partialJack Diederich2009-03-314-2/+65
|
* Fix Windows test skip error revealed by buildbot. Also a comment spellingR. David Murray2009-03-312-10/+5
| | | | correction in a previously fixed test.
* Dont shout to users.Georg Brandl2009-03-311-1/+1
|
* fixed the test for win32 CompileErrorTarek Ziadé2009-03-311-1/+3
|
* catching msvc9compiler error as wellTarek Ziadé2009-03-311-1/+1
|
* Improve examples for collections.deque()Raymond Hettinger2009-03-311-25/+24
|
* #5018: remove confusing paragraph.Georg Brandl2009-03-311-7/+5
|
* #5617: add a handy function to print a unicode string to gdbinit.Georg Brandl2009-03-311-0/+13
|
* #5583 Added optional Extensions in DistutilsTarek Ziadé2009-03-315-2/+40
|
* Issue 5619: Pass MS CRT debug flags into subprocessesJesse Noller2009-03-314-0/+12
|
* #3427: document correct return type for urlopen().info().Georg Brandl2009-03-311-1/+1
|
* #1651995: fix _convert_ref for non-ASCII characters.Georg Brandl2009-03-312-1/+10
|
* #5563: more documentation for bdist_msi.Georg Brandl2009-03-311-1/+9
|
* Made handle_expt_event() be called last, so that we don't accidentally readJosiah Carlson2009-03-311-2/+2
| | | | after closing the socket.
* #1676135: remove trailing slashes from --prefix argument.Georg Brandl2009-03-312-1/+15
|
* #1675026: add a note about a strange Windows problem, and remove notes about ↵Georg Brandl2009-03-311-69/+4
| | | | AtheOS.
* Remove warning about pending Win9x support removal.Georg Brandl2009-03-311-15/+0
|
* fix Thread.ident when it is the main thread or a dummy thread #5632Benjamin Peterson2009-03-313-1/+22
|
* #5598: document DocFileSuite *args argument.Georg Brandl2009-03-311-32/+34
|
* take the usual lock precautions around _active_limbo_lockBenjamin Peterson2009-03-311-21/+13
|
* #1530012: move TQS section before raw strings.Georg Brandl2009-03-311-15/+14
|