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 |
2007-09-27 |
Collin Winter | Revert r58075 (incorrect docs patch). |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Guido van Rossum | Patch # 1145 by Thomas Lee: |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Skip Montanaro | Clarify the difference between text and binary files... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Guido van Rossum | Whitespace and line lengrth cleanup. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Guido van Rossum | Delete now-unused static function Array_ass_slice(). |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Guido van Rossum | Fix a straggler filter() call. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Georg Brandl | #1189: documentation for tp_as_* structs. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Thomas Heller | Make Modules/_bsddb.c and PC/_winreg.c compile again... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Skip Montanaro | Update the documentation of the open() builtin function... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Skip Montanaro | Reformat the open function text so it fits within 80... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Georg Brandl | Fix turtle module: None and int are not comparable... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Travis E. Oliphant | Change PyBuffer to Py_buffer to be consistent with... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Neil Schemenauer | Use an enum for decoding_state. It makes the code... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Neil Schemenauer | Remove more cruft leftover from nb_coerce. Rename... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Thomas Wouters | Merged revisions 58211-58220 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Wouters | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Wouters | Merged revisions 58203-58210 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Wouters | Merged revisions 58198-58202 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Thomas Wouters | Merged revisions 58095-58132,58136-58148,58151-58197... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Sean Reifscheider | issue1172: Documentation of "done" attribute in cgi... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Guido van Rossum | Optimize unicode_hash() by not calling |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Guido van Rossum | Thomas Wouters suggested an obvious improvement to... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Guido van Rossum | Switch dict lookup around to optimizing for unicode. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Guido van Rossum | Micro optimizations after staring at gprof output for... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Sean Reifscheider | Fixing the spelling of "writeable" to "writable", parti... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Martin v. Löwis | Merged revisions 58149-58150 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Martin v. Löwis | Merged revisions 58133-58135 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Oops. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Document input() function. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Repair a bad translation of the exec statement. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Guido van Rossum | Fix for bug 1148: str/bytes issue in httplib's _safe_re... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | Document inspect.getfullargspec(). Fixes #1121. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Georg Brandl | New documentation for the bdb module. Forward-port... |
commit | commitdiff | tree | snapshot |
next |