2007-10-27 |
Neal Norwitz | Get test_email to pass. There is a problem reading... |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Neal Norwitz | Use unicode in more places. Fixes a problem with str8... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Guido van Rossum | Sort the method lists for str8 and bytes so differences... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Guido van Rossum | Kill PyString_Encode(), which isn't used anywhere. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Guido van Rossum | Delete test_str.py. There's not much there I care... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Guido van Rossum | Patch 1335 by Christian Heimes. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Guido van Rossum | Patch 1330 by Christian Heimes (with some TLC applied... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Neal Norwitz | Fix some Py_ssize_t warnings on Win64 that were probabl... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Neal Norwitz | Try to fix some of the failing tests on Win64. PY_SSIZ... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Brett Cannon | Add a missing news entry about how str8's constructor... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Guido van Rossum | Patch # 1331 by Christian Heimes. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Guido van Rossum | Patch # 1302 by Christian Heimes (with some love from... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Guido van Rossum | Patch # 1323 by Amaury Forgeot d'Arc. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Guido van Rossum | Patch 1318 by Christian Heimes: remove os.tmpnam()... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Georg Brandl | Remove a test case which is no longer valid. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Georg Brandl | Fix a refleak for `filename', introduced in rev. 58466. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Guido van Rossum | Fix a broken format in a PyErr_Format() call: %lx is... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Guido van Rossum | Make test_locale pass by removing tests that were desig... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Thomas Heller | A 'PyObject *' parameter in PyErr_Format must use ... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Georg Brandl | Patch #1303: Adapt str8 constructor to bytes (now buffe... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Guido van Rossum | Patch #1318 by Amaury Forgeot d'Arc. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Guido van Rossum | Patch #1314 by Christian Heimes. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Georg Brandl | #1316: remove redundant PyLong_Check calls when PyInt_C... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Georg Brandl | Remove duplicate entry for PyObject_AsFileDescriptor. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Georg Brandl | Remove redundant PyInt/PyLong checks. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Georg Brandl | Update Pygments version from externals. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Georg Brandl | Update w.r.t. PEP 3137. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Georg Brandl | Patch #1071: Improve unicode.translate() so that you... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Georg Brandl | #1061 (mainly by Thomas Wouters): use weak sets for... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Guido van Rossum | Patch 1304, by Amaury Forgeot d'Arc. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Brett Cannon | Make str/str8 comparisons return True/False for !=/==. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Georg Brandl | In followup to #1310: Remove more exception indexing. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Guido van Rossum | ssue 1309: fix by Christian Heimes to be able to build... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Georg Brandl | Fix exception indexing. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Guido van Rossum | Issue 1267, continued. |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Brett Cannon | Make sure the malloc'ed string has space for the null... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brett Cannon | Fix PyTokenizer_FindEncoding() for OS X 10.4. Turns... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brett Cannon | Fix a memory leak caused by PyTokenizer_FindEncoding... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Brett Cannon | Plug a memory leak where a struct tok_state was not... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Guido van Rossum | Tweak the version *string* to clarify that this isn... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Guido van Rossum | Patch 1267 by Christian Heimes. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Guido van Rossum | Patch 1280, by Alexandre Vassalotti. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Guido van Rossum | This is the uncontroversial half of patch 1263 by Thoma... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Gregory P.... | Merge 58539: squelch the warning that this test is... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Gregory P.... | Merge 58532, 58533, 58534: bsddb.dbtables bug fixes... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Guido van Rossum | Patch# 1258 by Christian Heimes: kill basestring. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Gregory P.... | For PEP3137: Adds missing methods to the mutable PyByte... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Alexandre Vassalotti | Fix a small typo in the comment of unicode_default_enco... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Brett Cannon | Make the docstring for io.open() a raw string so that... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Neal Norwitz | Move decl so it compiles with C89. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Guido van Rossum | Update what the locale module documents about string... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Guido van Rossum | Patch #1272, by Christian Heimes and Alexandre Vassalotti. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Kurt B. Kaiser | Finish bug fix applied at 58398. I missed a piece,... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Guido van Rossum | Fix yet another stray 2.x-ism (maybe merged?). |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Guido van Rossum | Make it possible to run this test stand-alone. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Guido van Rossum | Fix typo: formats -> format. (Only mattered in wide... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Neal Norwitz | Fix some more memory leaks (in error conditions) introd... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Alexandre Vassalotti | Fix the memory leak introduced in r58455. The buffer... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Alexandre Vassalotti | Remove the buffer API from PyUnicode as specified by... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Gregory P.... | Merge 58450: fix uncollectable reference caused by... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Travis E. Oliphant | Eliminate use of PyBUF_CHARACTER flag which is no longe... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Guido van Rossum | Fix typo in arraymodule.c (?) -- it's PyBUF_LOCK, not... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Neal Norwitz | Remove more hotshot cruft. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Travis E. Oliphant | Fix problems with memoryview object. There is still... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Travis E. Oliphant | Add macros for checking for long double and defining... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Travis E. Oliphant | Fix Issue 1268 with the array module by backing-out... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Brett Cannon | Make _load_testfile() use its encoding argument when... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Gregory P.... | Merge r58434: |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brett Cannon | Remove self-referential import. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Fred Drake | clean out some hotshot-related build turds |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Fred Drake | remove hotshot profiler from Py3k |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Guido van Rossum | Two changes that are definitely problem-free and avoid... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Guido van Rossum | get rid of some more PyString uses. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Guido van Rossum | Minor cleanup of the comment for PyErr_ProgramText... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Guido van Rossum | Fix another stray PyString reference that should be... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Guido van Rossum | Fix an issue in PyTokenizer_RestoreEncoding() which... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Guido van Rossum | Random changes having to do with readline() and bytes. |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Kurt B. Kaiser | the default class attr is needed! |
commit | commitdiff | tree | snapshot |
2007-10-10 |
Guido van Rossum | Don't depend on str8.splitlines() in test_chunkcoding(). |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Kurt B. Kaiser | Windows EOL sequence not converted correctly, encoding... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Guido van Rossum | PyFile_WriteObject() should use PyObject_Repr(), not... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Gregory P.... | use a reliable host |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Guido van Rossum | Silly script I'd rather not throw away. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Guido van Rossum | Patch #1049 by Thomas Lee. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Guido van Rossum | Replace all (locale-dependent) uses of isupper(), tolow... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Brett Cannon | Change the default encoding for ftplib.FTP to latin1... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Georg Brandl | #1228: new comparison behavior. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Georg Brandl | Remove buffer() from the docs. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Neal Norwitz | Remove unused variables |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Guido van Rossum | Remove more traces of bufferobject.[ch] from build... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Guido van Rossum | Delete bufferobject.[ch]. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Guido van Rossum | Breaking ground for PEP 3137 implementation: |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Brett Cannon | Fix a minor typo. |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Neal Norwitz | At least one of the buildbots was complaining about... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gregory P.... | Merge 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gregory P.... | Merge 58343: attempt to fix DBSequence.get_key() to... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Neal Norwitz | Get the doc to build. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Georg Brandl | #1219: py3k cleanup in standard types docs. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Georg Brandl | #1211, #1212, #1213: py3k fixes to the tutorial. |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Guido van Rossum | Make byext.py really work. |
commit | commitdiff | tree | snapshot |
next |