2005-10-21 |
Jeremy Hylton | Fix a bunch of imports to use code.h instead of compile.h. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Replace the old EBCDIC codecs with new ones using the... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Alias iso8859_1 to latin_1 which is the same encoding... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Add a few more Mac OS encodings. The mapping tables... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Replace the old charmap codecs with new ones generated... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Add two new tools to compare codecs and show difference... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Marc-André... | Moved gencodec.py to the Tools/unicode/ directory. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Armin Rigo | ANSI-C-ify the placement of local var declarations. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Michael W.... | Fix bug: |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Michael W.... | the ast-branch changed the stack discipline of MAKE_CLO... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Georg Brandl | Add 2.4.2 to LICENSE. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | add some notes about recent checkins |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Get the bug # write |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Incorrect code was generated for: |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Fix SF bug #1167751, Argument genexp corner case |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Free coding spec (cs) if there was an error to prevent... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Don't use a string exception since it's deprecated |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Oops, "=" is not a comparison operator |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Add comment lost from AST merge |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Remove INT_MIN that came from the AST merge. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Fix some mods that got dropped from the AST merge |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Use the newer names for APIs after the AST merge |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neal Norwitz | Remove dup declarations after AST merge |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Jeremy Hylton | Merge ast-branch to head |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Marc-André... | Enhance the performance of two important Unicode character |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Fred Drake | add missing word |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Jeremy Hylton | Disable some tests in anticipation of merging ast-branc... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Neal Norwitz | Find bsd db v4 on gentoo (2005 i think) |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Neal Norwitz | Fix SF bug # 1330039, patch # 1331635 from Lars Gustaeb... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Neal Norwitz | Get BSD DB working most for version 3.2 |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Neal Norwitz | Get bsddb module to compile with version 3.2 of BSD DB. |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Neal Norwitz | SF bug #1331563 ] string_subscript doesn't check for... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Marc-André... | Whitespace corrections. |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Marc-André... | Bug fix for [ 1331062 ] utf 7 codec broken. |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Neal Norwitz | SF bug #1328915, try to word kill a bit more genericall... |
commit | commitdiff | tree | snapshot |
2005-10-17 |
Raymond Hettinger | Drop permissions for Gregory K Johnson. |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Raymond Hettinger | Add Nick Coghlan |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Raymond Hettinger | Teach unquote() to handle unicode inputs |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Vinay Sajip | Optimised Placeholders handling of child loggers by... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Neal Norwitz | SF bug #1323739, C API doc for PySequence_Tuple duplicated |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Fred Drake | fix stupid typo |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Vinay Sajip | Added Host and Content-type headers to requests sent... |
commit | commitdiff | tree | snapshot |
2005-10-11 |
Neal Norwitz | SF bug #1323294, Minor error in the Library Reference... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Marc-André... | Clarify the docs for Py_UNICODE. |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Walter Dörwald | Bug #1245379: Add "unicode-1-1-utf-7" as an alias for... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Walter Dörwald | Remove trailing spaces. |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Walter Dörwald | Fix indentation. |
commit | commitdiff | tree | snapshot |
2005-10-08 |
Georg Brandl | Fix errors in _synthesize because of missing basename... |
commit | commitdiff | tree | snapshot |
2005-10-08 |
Guido van Rossum | Fix unit test failure -- the output received from Pytho... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Vinay Sajip | Fixed bug where the logging message was wrongly being... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Walter Dörwald | Part of SF patch #1313939: Speedup charmap decoding... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Hye-Shik Chang | Change the internal "undefined codepoint" mark for... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Raymond Hettinger | SF #1313496: bisect C replacement doesn't accept named... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Neal Norwitz | Get "make install" working again after adding Lib/test... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Neal Norwitz | Make close brace a paren to match open. |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Neal Norwitz | Armin caught this mistake in bug #973103. |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Neal Norwitz | open_new_win does not exist. use UNIX consistently... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Neal Norwitz | Fix pychecker warnings |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Kurt B. Kaiser | Incorporate Tal Einat's comment on Patch 936169: Fixes... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Kurt B. Kaiser | Tweak CodeContext.py docstrings, comments, and names. |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Raymond Hettinger | Correct docs for empty raise when no exception is active. |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Fred Drake | fix link to subsection (SF bug #1311674) |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Georg Brandl | Patch #754022: Greatly enhanced webbrowser.py. |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Neal Norwitz | suppress more errors on my box, most are gentoo specifi... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Neal Norwitz | SF Bug #1008310, os.major() os.minor() example and... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Neal Norwitz | Fix SF bug #991735, os.access reports true for read... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Neal Norwitz | Fix SF bug #976608, Unhelpful error message when mtime... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Neal Norwitz | SF Bug # 941346, AIX shared library fix |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Neal Norwitz | SF bug #887946, segfault if redirecting directory |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Neal Norwitz | SF Bug #1308042, platform dependent behaviour (Windoze... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Neal Norwitz | SF patch #1227568, Expression AST node not documented. |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Neal Norwitz | SF patch #1227568, bug #1219273, Expression AST node... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Kurt B. Kaiser | Increased performance in CodeContext extension Patch... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Neal Norwitz | - Fix segfault with invalid coding. |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Georg Brandl | Fix PyString_Format so that the "%s" format works again... |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Georg Brandl | bug [ 729103 ] Cannot retrieve name of super object |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Michael W.... | Forward port bugfix: |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Neal Norwitz | Patch #1309009, Fix segfault in pyexpat when the XML... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Georg Brandl | patch [ 1300515 ] xdrlib.py: pack_fstring() did not... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Georg Brandl | bug [ 1298120 ] shlex does not support unicode |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Georg Brandl | bug [ 1296004 ] MemoryError in httplib |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Georg Brandl | Fix parse errors in readline module when compiling... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Georg Brandl | bug [ 1306449 ] PyString_AsStringAndSize() return value... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Martin v. Löwis | Use lzx:21 for compression. Backported to 2.4 |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Vinay Sajip | Minor clarification of effective level calculation |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Armin Rigo | some more fixes and tests for inspect.getsource(),... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Georg Brandl | Commit memory leaking fix. |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Armin Rigo | (pedronis, arigo) |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Raymond Hettinger | Convert iterator __len__() methods to a private API. |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Hye-Shik Chang | Patch #1288833: Removed thread lock from socket.getaddr... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Peter Astrand | Changed license header: Now simply referring to PSF... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Skip Montanaro | The key to the various sort columns got lost. Pulled... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Neal Norwitz | SF #1297059, doc incorrect return type for search(... |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Fred Drake | update URL into the Python wiki |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Michael W.... | Patches #1298449 and #1298499: Add some missing checks... |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Jack Jansen | MacOSX 10.4 apparently does not allow the creation... |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Neal Norwitz | SF Patch #1297028, cjkcodecs does not initialize type... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Jack Jansen | Added a class MallocHeapOutputBufferType for types... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Guido van Rossum | Update 64-bit AIX and HP-UX build instructions (forward... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Armin Rigo | C89 compliance. |
commit | commitdiff | tree | snapshot |
next |