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 |
2005-09-20 |
Armin Rigo | test and fix for buggy handling of exceptions raised... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Guido van Rossum | - On 64-bit platforms, when __len__() returns a value... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Armin Rigo | clean-up tracing of C functions. In particular, don... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Armin Rigo | Removed a check "if (args != NULL)" which is always... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Armin Rigo | Don't call memset() before checking that the ptr is... |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Jack Jansen | Added support for (optionally) bracketing calls with |
commit | commitdiff | tree | snapshot |
2005-09-20 |
Matthias Klose | - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE... |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Guido van Rossum | A minor fix for 64-bit platforms: when __len__() return... |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Armin Rigo | Reverted revision 1.83, which introduced a bug and... |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Neal Norwitz | Note fix of memory leak. |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Neal Norwitz | Remove unnecessary/extra parens when returning a value. |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Neal Norwitz | Forward port fixes for problems reported by valgrind |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Skip Montanaro | skip _locale test if OS X < 10.4 |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Martin v. Löwis | Patch #1268314: Cache lines in StreamReader.readlines... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Martin v. Löwis | Patch #1213831: Fix typo in unicodedata._getcode. |
commit | commitdiff | tree | snapshot |
2005-09-17 |
Georg Brandl | Test case for latest complexobject fix. |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Vinay Sajip | Added lock acquisition around handler removal from... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Raymond Hettinger | No longer ignore exceptions raised by comparisons durin... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Georg Brandl | patch [ 1118729 ] Error in representation of complex... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brett Cannon | Change type on variable to silence gcc 4 warning. ... |
commit | commitdiff | tree | snapshot |
next |