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 |
2005-09-15 |
Georg Brandl | patch [ 1277677 ] tkinter hello world example bug |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Georg Brandl | patch [ 1119423 ] python -c readlink()s and stat()s... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Georg Brandl | fix typo |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Georg Brandl | bug [ 868706 ] Calling builtin function 'eval' from... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Brett Cannon | Clear out the regex cache when the TimeRE cache is... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Georg Brandl | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Georg Brandl | bug [ 1007046 ] os.startfile() doesn't accept Unicode... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Georg Brandl | bug [ 1274828 ] splitunc not documented |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Georg Brandl | Complete format code support in getargs.c::skipitem... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Georg Brandl | Complete format code support in getargs.c::skipitem... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Guido van Rossum | - Changes donated by Elemental Security to make it... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Guido van Rossum | - Changes donated by Elemental Security to make it... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Georg Brandl | comma nit |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Gustavo Niemeyer | Bug #1202493: Fixing SRE parser to handle '{}' as perl... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Georg Brandl | Patch #1290454: Fix reload() error message when parent... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Andrew M. Kuchling | Add more links to the 'What Next?' section; rewrite... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Raymond Hettinger | Speed-up escape() |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Georg Brandl | Better wording for integer ref entry. |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Andrew M. Kuchling | Shorten run-on sentence |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Andrew M. Kuchling | Update link |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Andrew M. Kuchling | Update link |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Raymond Hettinger | Add FAQ entry regarding non-expoential representation. |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Raymond Hettinger | Minor cleanup. |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Raymond Hettinger | Corrected version of 1.170 |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Raymond Hettinger | Revert 1.170. Add tests. |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Raymond Hettinger | Simplify and speed-up unquote(). |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Raymond Hettinger | Simplify and speed-up quote_plus(). |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Raymond Hettinger | SF #1285086: urllib.quote is too slow |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Vinay Sajip | Added _handlerList to allow shutdown to flush and close... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Hye-Shik Chang | Quote docstring with r"" to keep '\r\n' in example... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Fred Drake | note that the return and yield statements cannot be... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Fred Drake | - fix typo report by email, only 1.5 years late |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Neal Norwitz | break sets a breakpoint rather than stopping the loop. |
commit | commitdiff | tree | snapshot |
2005-09-04 |
Georg Brandl | Clarify what is meant with "whole numbers". |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Georg Brandl | bug [ 1274069 ] bz2module.c compiler warning |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Georg Brandl | - Correct PyBool_FromLong's return type and its descrip... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Vinay Sajip | Changed _srcfile determination to support py2exe. |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Andrew M. Kuchling | Remove statement about meaning of constants; arguably... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Walter Dörwald | Fix rest markup and typos. |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Walter Dörwald | SF bug #1235646: codecs.StreamRecoder.next() now reenco... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Georg Brandl | Reverting previous checkin. This breaks too much of... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Neal Norwitz | No need to import exceptions, they are builtins |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Neal Norwitz | Remove unused import |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Neil Schemenauer | Fix bug in last checkin (2.231). To match previous... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Georg Brandl | patch [ 1242454 ] shutil.copytree() quits too soon... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Georg Brandl | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Georg Brandl | bug [ 761452 ] HTMLParser chokes on my.yahoo.com output |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Andrew M. Kuchling | From c.l.py comments: link to zlib manual, and disclaim... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Andrew M. Kuchling | Update URLs |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Andrew M. Kuchling | Explain what file descriptors are; this change has... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Walter Dörwald | SF bug #1277016: Turn sentence fragment into a complete... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Piers Lauder | updated __version__ |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Piers Lauder | changed select() so readonly flag is treated as a boolean |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Walter Dörwald | SF bug #1251300: On UCS-4 builds the "unicode-internal... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Neal Norwitz | SF #1275796, fix distutils typo "sortcut" -> "shortcut" |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Andrew M. Kuchling | Add to-do list |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Andrew M. Kuchling | Remove rexec howto; it's kind of pointless now |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Andrew M. Kuchling | Commit the howto source to the main Python repository... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Brett Cannon | Fix logic error introduced in last commit. Also add... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Andrew M. Kuchling | Add missing \end, noted by George Yoshida |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Brett Cannon | fix bug where str.find() was being misused where __cont... |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Andrew M. Kuchling | Write section on PEP 342 |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Georg Brandl | patch [ 1274550 ] libtarfile.tex: external URL changed |
commit | commitdiff | tree | snapshot |
next |