summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #10116: wrap transient_internet() around net access in test_urllib2net.Georg Brandl2010-10-281-69/+85
|
* Fix typo from r85874Éric Araujo2010-10-281-1/+1
|
* Review new Barrier docs.Georg Brandl2010-10-281-42/+40
|
* Support new Condition return value in the multiprocessing version.Georg Brandl2010-10-281-1/+2
|
* test_pep277: add identifiers to filenamesVictor Stinner2010-10-281-19/+19
|
* test_pep277: format filename with ascii() on failureVictor Stinner2010-10-281-1/+1
| | | | "%a" instead of "%r"
* test_pep277: format function argument with ascii() on failureVictor Stinner2010-10-281-1/+1
| | | | "%a" instead of "%r"
* issue 8777Kristján Valur Jónsson2010-10-284-0/+469
| | | | Add threading.Barrier
* Condition.wait now returns bool.Georg Brandl2010-10-281-1/+1
|
* #10218: return timeout status from Condition.wait, mirroring other ↵Georg Brandl2010-10-284-13/+29
| | | | primitives' behavior.
* Fix bytes/str issues in get-remote-certificate.py.Georg Brandl2010-10-281-7/+11
|
* #7351: add more consistent exception name alias.Georg Brandl2010-10-284-26/+38
|
* Issue #8852: Allow the socket module to build on OpenSolaris.Antoine Pitrou2010-10-272-12/+30
|
* Add David.Georg Brandl2010-10-271-0/+3
|
* In open(), only set the buffer size from st.st_blksize when it is greaterAntoine Pitrou2010-10-271-1/+1
| | | | | than 1. This matches the pure Python implementation in _pyio and should fix a couple of failures on the NetBSD buildbot.
* Recode modules from latin-1 to utf-8Antoine Pitrou2010-10-274-12/+9
|
* Issue #5027: The standard `xml` namespace is now understood byAntoine Pitrou2010-10-274-0/+66
| | | | | xml.sax.saxutils.XMLGenerator as being bound to http://www.w3.org/XML/1998/namespace. Patch by Troy J. Farrell.
* Issue #10193: Simplified instrospection used by turtle moduleAlexander Belopolsky2010-10-271-20/+25
|
* #5975: add unix_dialect to csv module.Georg Brandl2010-10-274-2/+32
|
* Encoding fix.Georg Brandl2010-10-271-1/+1
|
* Issue #7061: Dropped "for Tk" from turtle module title and moved itsAlexander Belopolsky2010-10-277-14/+10
| | | | | doc section under frameworks. Also fixed a couple of markup issues that affected TOC rendering.
* Simplify PyUnicode_Encode/DecodeFSDefault on Windows/Mac OS XVictor Stinner2010-10-271-16/+18
| | | | | * Windows always uses mbcs * Mac OS X always uses utf-8
* Fix import.Georg Brandl2010-10-261-2/+2
|
* #10200: typo.Georg Brandl2010-10-261-1/+1
|
* #10200: typo.Georg Brandl2010-10-261-1/+1
|
* logging: Improved Formatter implementation.Vinay Sajip2010-10-262-29/+68
|
* #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
| | | | | As suggested by Antoine, it's better to patch only test_pep277 than the unittest module.
* These are true PyCFunctions, after adding the second argument to oss_self, ↵Georg Brandl2010-10-241-5/+5
| | | | no need to cast.
* Issue #8761: Mangle PyUnicode_CompareWithASCIIString function name forVictor Stinner2010-10-241-2/+2
| | | | narrow/wide unicode build.
* os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methodsVictor Stinner2010-10-241-32/+37
| | | | | | | keep a local copy of the fileystem encoding, instead of calling sys.getfilesystemencoding() each time. The filesystem encoding is now constant.
* 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
| | | | | | | | is silent by default, except when configured --with-pydebug. Emit this warning from the GC shutdown procedure, rather than just printing to stderr.
* 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
|