summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* send_bytes obviously needs bytes...Georg Brandl2010-10-291-2/+2
* #10222: fix for overzealous AIX compiler.Georg Brandl2010-10-291-1/+1
* decrement offset when it points to a newline (#10186 followup)Benjamin Peterson2010-10-292-1/+7
* What's New in Python 3.2: update Unicode sectionVictor Stinner2010-10-291-10/+21
* Issue #10210: os.get_exec_path() ignores BytesWarning warningsVictor Stinner2010-10-292-3/+20
* #10209, test_pep277: disable test_normalize and test_listdir on darwinVictor Stinner2010-10-281-13/+9
* test_pep277: disable filenames 11, 12, 13, 14 on darwinVictor Stinner2010-10-281-5/+6
* Issue #5437: A preallocated MemoryError instance should not hold tracebackAntoine Pitrou2010-10-285-34/+130
* Fixed a typo in a comment.Alexander Belopolsky2010-10-281-1/+1
* Updated readme.txt about OpenSSL.Hirokazu Yamamoto2010-10-282-7/+5
* #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
* test_pep277: format function argument with ascii() on failureVictor Stinner2010-10-281-1/+1
* issue 8777Kristján Valur Jónsson2010-10-284-0/+469
* Condition.wait now returns bool.Georg Brandl2010-10-281-1/+1
* #10218: return timeout status from Condition.wait, mirroring other primitives...Georg Brandl2010-10-284-13/+29
* 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
* 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
* 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
* Simplify PyUnicode_Encode/DecodeFSDefault on Windows/Mac OS XVictor Stinner2010-10-271-16/+18
* 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