summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* charmap encoders uses Py_UCS4, not Py_UNICODEVictor Stinner2011-11-201-7/+4
* Update list of trove classifiersÉric Araujo2011-11-201-0/+12
* Merge branch 3.2 (closes #13338)Petri Lehtinen2011-11-193-2/+9
|\
| * Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDERPetri Lehtinen2011-11-193-2/+9
* | Issue #9530: Fix undefined behaviour due to signed overflow in testcapi_long.h.Mark Dickinson2011-11-191-2/+1
* | Issue #12245 merge.Mark Dickinson2011-11-191-2/+6
|\ \ | |/
| * Issue #12245: Document sys.float_info.rounds better.Mark Dickinson2011-11-191-2/+6
* | Issue #13215: multiprocessing.Connection: don't hammer the remote end withCharles-François Natali2011-11-191-15/+1
* | Issue #13393: In TextIOWrapper.read(n), try to read `n` characters asAntoine Pitrou2011-11-181-5/+9
* | Issue #10227: Add an allocation cache for a single slice object.Antoine Pitrou2011-11-184-7/+34
* | #13387: merge with 3.2.Ezio Melotti2011-11-181-0/+2
|\ \ | |/
| * #13387: add note about checking the exact type in assertIsInstance doc.Ezio Melotti2011-11-181-0/+2
* | #11112: merge with 3.2.Ezio Melotti2011-11-181-1/+1
|\ \ | |/
| * #11112: Fix typo in a base class in test_socket.Ezio Melotti2011-11-181-1/+1
* | #13358: merge with 3.2.Ezio Melotti2011-11-183-4/+27
|\ \ | |/
| * #13358: HTMLParser now calls handle_data only once for each CDATA.Ezio Melotti2011-11-183-4/+27
* | #4147: merge with 3.2.Ezio Melotti2011-11-183-10/+45
|\ \ | |/
| * #4147: minidom's toprettyxml no longer adds whitespace around a text node whe...Ezio Melotti2011-11-183-10/+45
* | #13426: merge with 3.2.Ezio Melotti2011-11-181-5/+5
|\ \ | |/
| * #13426: fix typos in pickle doc.Ezio Melotti2011-11-181-5/+5
* | #13406: fix more deprecation warnings and move the deprecation of unicode-int...Ezio Melotti2011-11-173-38/+43
* | Add a couple other whatsnew itemsAntoine Pitrou2011-11-171-2/+18
* | Add various items in whatsnewAntoine Pitrou2011-11-171-1/+20
* | Remove XXX, as the functions and macros are mentioned in the porting sectionAntoine Pitrou2011-11-171-2/+0
* | Explain concrete (resource consumption) effects of PEP 393 a bit.Antoine Pitrou2011-11-171-5/+13
* | Be a bit less shyAntoine Pitrou2011-11-171-1/+1
* | socket_gethostname() uses a wchar_t* with PyMem_Malloc() to avoid theVictor Stinner2011-11-171-16/+26
* | Catch PyUnicode_AS_UNICODE() errors in fileutils.cVictor Stinner2011-11-161-2/+11
* | Catch PyUnicode_AS_UNICODE() errorsVictor Stinner2011-11-162-25/+55
* | Fix misused of "PyUnicodeObject" structure name in unicodeobject.hVictor Stinner2011-11-161-2/+2
* | Issue #13374: Deprecate os.getcwdb() on WindowsVictor Stinner2011-11-163-2/+8
* | #13406: correct the error message in check_warnings too.Ezio Melotti2011-11-161-3/+3
* | #13406: silence deprecation warnings in test_codecs.Ezio Melotti2011-11-163-10/+17
* | fixing typos in optparse docEli Bendersky2011-11-161-2/+2
|\ \ | |/
| * fixing typos in optparse docEli Bendersky2011-11-161-2/+2
* | Issue #13393: BufferedReader.read1() now asks the full requested size toAntoine Pitrou2011-11-152-33/+19
* | Issue #13374: Skip deprecation tests for os.symlink() on Windows XPVictor Stinner2011-11-151-1/+8
* | What's New in 3.3: Add a "Deprecated ..." sectionVictor Stinner2011-11-151-5/+17
* | "unicode_internal" codec has been deprecated: fix related testsVictor Stinner2011-11-153-29/+61
* | MergeAntoine Pitrou2011-11-158-167/+262
|\ \
| * | Issue #13374: The Windows bytes API has been deprecated in the os module. UseVictor Stinner2011-11-158-167/+262
* | | Use PyUnicode_FromFormat() to create the temporary file name.Antoine Pitrou2011-11-151-27/+14
|/ /
* | Closes #13297: use bytes type to send and receive binary data through XMLRPC.Florent Xicluna2011-11-154-46/+130
* | Fix regression under Windows following b75b41237380 (from issue #13392)Antoine Pitrou2011-11-151-0/+5
* | Issue #13392: Writing a pyc file should now be atomic under Windows as well.Antoine Pitrou2011-11-153-25/+60
* | Merge 3.2Éric Araujo2011-11-151-2/+2
|\ \ | |/
| * Branch mergeÉric Araujo2011-11-151-2/+2
| |\
| | * Fix markupÉric Araujo2011-11-141-2/+2
* | | Branch mergeÉric Araujo2011-11-1535-294/+144
|\ \ \
| * | | Remove obsolete verbose arguments from packaging.Éric Araujo2011-11-1514-57/+44