2003-12-18 |
Fred Drake | avoid bash-isms |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Raymond Hettinger | Guido grants a Christmas wish: |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Raymond Hettinger | Guido grants a Christmas wish: |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Jeremy Hylton | Remove methods that are no longer called by urllib2. |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Raymond Hettinger | Guido grants a Christmas wish: |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Jeremy Hylton | Add methods to MockHTTPClass for modern httplib interface. |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Jeremy Hylton | Rewrite AbstractHTTPHandler to use modern httplib inter... |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Hye-Shik Chang | Fix erroneus argument parsing of socket.htons() on... |
commit | commitdiff | tree | snapshot |
2003-12-17 |
Hye-Shik Chang | Update documentations for str.rsplit() with Alex Martel... |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Andrew M. Kuchling | Make example more readable |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Raymond Hettinger | Speedup set.update by using the override mode for PyDic... |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Hye-Shik Chang | Add rsplit method for UserString, too. |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Raymond Hettinger | Fix typo and improve wording a bit. |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Hye-Shik Chang | Add an entry for addition of {str,unicode}.rsplit. |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Hye-Shik Chang | Add rsplit method for str and unicode builtin types. |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Jeremy Hylton | Remove __del__ methods to avoid creating uncollectable... |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Skip Montanaro | missing word (should backport - is release23-maint... |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Raymond Hettinger | Improve algorithm for set.difference when the input... |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Walter Dörwald | Make the module docstring a raw string, so that the... |
commit | commitdiff | tree | snapshot |
2003-12-15 |
Guido van Rossum | Remove a "temporary" piece of code that was probably... |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Neal Norwitz | SF #859811, typo in docs |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Neal Norwitz | SF #859810, typo in doc |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Jeremy Hylton | Add news item about processor support in urllib2. |
commit | commitdiff | tree | snapshot |
2003-12-14 |
Jeremy Hylton | SF patch 852995: add processors feature to urllib2 |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Neal Norwitz | SF #736962, port test_future to unittest, add a bit... |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Neal Norwitz | Add a versionadded tag for traceback.format_exc() |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Neal Norwitz | Make private/local functions static |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Guido van Rossum | After hearing from someone who gave up on timeout socke... |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Gustavo Niemeyer | Cleaning up recursive pieces left in the reorganization. |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Raymond Hettinger | Note that \var{ppos} values are not consecutive and... |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Raymond Hettinger | * Refactor set.__contains__() |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Raymond Hettinger | Refactor set.discard() and set.remove(). |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Raymond Hettinger | Improve argument checking speed. |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Raymond Hettinger | Use dictionary specific looping idiom where possible. |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Raymond Hettinger | Simplify previous checkin -- a new function was not... |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Raymond Hettinger | Use PyDict_Contains() instead of PySequence_Contains(). |
commit | commitdiff | tree | snapshot |
2003-12-13 |
Raymond Hettinger | * Added a new method flag, METH_COEXIST. |
commit | commitdiff | tree | snapshot |
2003-12-12 |
Raymond Hettinger | Expand the groupby() example to: |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Fred Drake | fix typo and join two paragraphs |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Walter Dörwald | Add tests to test_weakref.py to bring code coverage... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Brett Cannon | Fix broken link (closes bug #852236). Thanks to Fedor... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Raymond Hettinger | Revert previous change which didn't make sense the... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Jack Jansen | - Renamed OSA.ComponentInstance to OSA.OSAComponentInst... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Hye-Shik Chang | Fix memory error treatment correctly. Going to dsu_fail... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Raymond Hettinger | Update to use python ints and int/long unification. |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Jack Jansen | Wrapper modules for _Launch and _OSA weren't added... |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Jack Jansen | Make this module Python 2.3 compatible, and add a setup... |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Jack Jansen | Made this module compatible with Python2.3, and added... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Walter Dörwald | Move list and tuple tests from test_types.py to their... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Thomas Heller | Sigh. dsp files must be marked as binary files for... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Jack Jansen | Revamped framework search path handling for MacOSX... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Jack Jansen | forward port of 1.136.6.2: |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Just van Rossum | fixed long standing typo |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Raymond Hettinger | SF patch #855195: fix typos |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Raymond Hettinger | Fix missing paren. |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Raymond Hettinger | Fix double hyphen markup. |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Raymond Hettinger | SF patch #838938: Typos in the docs (Extending/Embeddi... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Raymond Hettinger | Put str() in alphabetical order. |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Raymond Hettinger | SF bug #855317: unittest: 5.3.9 Getting Extended Error... |
commit | commitdiff | tree | snapshot |
2003-12-06 |
Andrew M. Kuchling | Add groupby() |
commit | commitdiff | tree | snapshot |
2003-12-06 |
Andrew M. Kuchling | Edit description a bit |
commit | commitdiff | tree | snapshot |
2003-12-06 |
Raymond Hettinger | Incorporate suggestions from Aahz. |
commit | commitdiff | tree | snapshot |
2003-12-06 |
Raymond Hettinger | Implement itertools.groupby() |
commit | commitdiff | tree | snapshot |
2003-12-06 |
Steve Purcell | Variation of Thomas Heller's patch (722638) for improvi... |
commit | commitdiff | tree | snapshot |
2003-12-06 |
Raymond Hettinger | SF bug #844123: "up" instead of "down" in turtle module... |
commit | commitdiff | tree | snapshot |
2003-12-06 |
Jack Jansen | Finished update to UH 3.4.2. |
commit | commitdiff | tree | snapshot |
2003-12-05 |
Jack Jansen | Finished update to universal header 3.4.2. |
commit | commitdiff | tree | snapshot |
2003-12-05 |
Jack Jansen | Reverting to previous version, which works. And I don... |
commit | commitdiff | tree | snapshot |
2003-12-05 |
Thomas Heller | distutils compilers now compile source files in the... |
commit | commitdiff | tree | snapshot |
2003-12-05 |
Thomas Heller | Compile the files in the same order they are passed... |
commit | commitdiff | tree | snapshot |
2003-12-05 |
Fred Drake | - fix markup in the bool() description |
commit | commitdiff | tree | snapshot |
2003-12-05 |
Fred Drake | Add news about removal of the PendingDeprecationWarning... |
commit | commitdiff | tree | snapshot |
2003-12-05 |
Fred Drake | Remove the PendingDeprecationWarning from apply().... |
commit | commitdiff | tree | snapshot |
2003-12-05 |
Raymond Hettinger | Fix links and typos. |
commit | commitdiff | tree | snapshot |
2003-12-05 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Raymond Hettinger | Fix typos. |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Thomas Heller | The Windows build number for 2.3.3c1 is 50. |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Raymond Hettinger | SF bug #849662. Dramatically, improve comparison speed... |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Brett Cannon | Fix error in exception message. |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Michael W.... | Remove extra copy of test_key_with_exception that someh... |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Michael W.... | Fixes and tests for various "holding pointers when... |
commit | commitdiff | tree | snapshot |
2003-12-04 |
Tim Peters | Typo repair; added some comments and horizontal whitespace. |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Jack Jansen | Ported to Universal Headers 3.4.2. Qd and Qt remain... |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Jack Jansen | Adding an interface to the high-level Open Scripting... |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Raymond Hettinger | Fix link |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Raymond Hettinger | Add a standard library tour |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Mark Hammond | Fix test_unicode_file errors on platforms without Unico... |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Jack Jansen | Blacklisting LSInit and LSTerm, which are deprecated... |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Walter Dörwald | Add parameters indent, width and depth to pprint.pprint... |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Walter Dörwald | Patch #750542: pprint now will pretty print subclasses... |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Guido van Rossum | Reduce the size of Big String and Big Binary tests... |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Walter Dörwald | Fix typo. (From SF bug #853064) |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Mark Hammond | Add test for bug "[ 846133 ] os.chmod/os.utime/shutil... |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Mark Hammond | Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename... |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Mark Hammond | Fix [ 846133 ] os.chmod/os.utime/shutil do not work... |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Jack Jansen | An interface to the LaunchServices API. |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Skip Montanaro | doc nit |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Andrew MacIntyre | OS/2+EMX: make the link() emulation available as os... |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Andrew MacIntyre | EMX lacks an implementation of link(). As Mailman... |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Andrew MacIntyre | To find the curses extension as a DLL (on OS/2), we... |
commit | commitdiff | tree | snapshot |
next |