summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #7761: fix telnetlib.interact failures on Windows.R. David Murray2010-10-262-2/+4
* faqwiz is removed.Georg Brandl2010-10-261-2/+1
* Work a bit more on tkinter demos.Georg Brandl2010-10-269-87/+96
* Markup fix.Georg Brandl2010-10-261-1/+1
* #3018: tkinter demo fixes for py3k.Georg Brandl2010-10-2518-179/+196
* sys_update_path(): update sys.path even if argc==0Victor Stinner2010-10-251-2/+0
* update gitignoreVictor Stinner2010-10-251-0/+26
* Fix issue10192 - add urlencode to urllib.parse.__all__Senthil Kumaran2010-10-251-2/+2
* logging: Formatter implementation tweak.Vinay Sajip2010-10-251-8/+12
* logging: Added style option to Formatter to allow %, {} or himBHformatting.Vinay Sajip2010-10-254-12/+103
* Issue #10143: Update "os.pathconf" valuesJesus Cea2010-10-252-1/+36
* test_gdb should be skipped on darwin (not up to v7 yet)Skip Montanaro2010-10-251-0/+1
* str.encode() doesn't accept None as errors: use 'strict' insteadVictor Stinner2010-10-241-1/+1
* Issue #10161: test_pep277 formats filenames with ascii() on errorVictor Stinner2010-10-241-1/+1
* These are true PyCFunctions, after adding the second argument to oss_self, no...Georg Brandl2010-10-241-5/+5
* Issue #8761: Mangle PyUnicode_CompareWithASCIIString function name forVictor Stinner2010-10-241-2/+2
* os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methodsVictor Stinner2010-10-241-32/+37
* Add documentation about the default warnings filters.Georg Brandl2010-10-241-3/+21
* Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-2412-30/+80
* Fix style.Georg Brandl2010-10-242-3/+4
* Add casts (one needed, one for consistency).Georg Brandl2010-10-241-4/+4
* Remove usage of exception indexing.Georg Brandl2010-10-241-1/+1
* Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer)Nick Coghlan2010-10-245-3/+229
* tighten loopBenjamin Peterson2010-10-241-4/+1
* remove broken code accounting an offset the size of the line #10186Benjamin Peterson2010-10-243-2/+9
* #1349106: add linesep argument to generator.flatten and header.encode.R. David Murray2010-10-237-49/+164
* Issue #10185: use Py_hash_t instead of longAntoine Pitrou2010-10-231-1/+1
* Revert r85801. The test ought to pass without rounding.Martin v. Löwis2010-10-231-1/+1
* Follow up to #9778: fix regressions on 64-bit Windows buildsAntoine Pitrou2010-10-234-18/+9
* #6518: enable context manager protocol for ossaudiodev types.Georg Brandl2010-10-234-4/+42
* Also guard other SOCK_NONBLOCK testAntoine Pitrou2010-10-231-9/+13
* Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape errorVictor Stinner2010-10-234-3/+11
* Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kern...Antoine Pitrou2010-10-231-0/+18
* follow up to #9778: define and use an unsigned hash typeBenjamin Peterson2010-10-237-20/+22
* Try to fix test_tarfile on AMD64 debian parallel 3.xVictor Stinner2010-10-231-1/+1
* Issue #6011: getpath: decode VPATH env var from the locale encodingVictor Stinner2010-10-231-7/+10
* Revert r85797 (and r85798): it broke the Windows buildbots because ofAntoine Pitrou2010-10-225-106/+49
* Update what's newAntoine Pitrou2010-10-221-1/+2
* Issue #9935: Speed up pickling of instances of user-defined classes.Antoine Pitrou2010-10-224-48/+104
* For now, remove accept4() code (issue #10115)Antoine Pitrou2010-10-221-9/+0
* Fix test_ssl on Ubuntu buildbot with patched OpenSSLAntoine Pitrou2010-10-221-0/+1
* Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`Antoine Pitrou2010-10-229-14/+137
* Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested bothBarry Warsaw2010-10-221-1/+2
* Refactor interesting use of try-finally.Georg Brandl2010-10-221-10/+9
* Make top_level attribute a set instead of a dict with None values.Georg Brandl2010-10-221-5/+5
* #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add ...Georg Brandl2010-10-224-27/+44
* Apply fix from r85784 on py3k too.Éric Araujo2010-10-211-2/+6
* Fixed a typoAlexander Belopolsky2010-10-211-1/+1
* Issue #7061: Fixed section titleAlexander Belopolsky2010-10-211-1/+1
* Add .hgeol file for the Mercurial EOL extension.Georg Brandl2010-10-211-0/+36