2004-01-03 |
Jack Jansen | Added interfaces for most of the stuff in QuickTimeComp... |
commit | commitdiff | tree | snapshot |
2004-01-03 |
Tim Peters | Tons of changes to get this closer to being buildable... |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Jack Jansen | Added support for ImageCompression.h APIs. |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Jack Jansen | Updated for QuickTime 6.0, Universal Header 3.4.2. |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Jeremy Hylton | Add comment to mollify Tim. |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Martin v. Löwis | Move VC6 project files here. |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Martin v. Löwis | Update build procedure to VC 7.1; make more modules... |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Martin v. Löwis | Update build procedure to VC 7.1. |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Martin v. Löwis | Update build procedure to VC 7.1 and newer versions... |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Alex Martelli | The script now takes an optional command-line argument... |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Andrew M. Kuchling | [Bug #812325 ] tarfile.close() can write out more bytes... |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Fred Drake | list the Python Software Foundation on all the documents |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Fred Drake | PythonLabs --> Python Software Foundation |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Kurt B. Kaiser | - Print correct exception even if source file changed... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
Andrew M. Kuchling | Use 'input' as variable name, even though it shadows... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
Fred Drake | in the section "The interpreter stack": |
commit | commitdiff | tree | snapshot |
2004-01-01 |
Raymond Hettinger | Add sets to list of picklable objects. |
commit | commitdiff | tree | snapshot |
2004-01-01 |
Fred Drake | clean up indexing for None, NotImplemented |
commit | commitdiff | tree | snapshot |
2004-01-01 |
Fred Drake | fix reference to File Object documentation |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Raymond Hettinger | SF Patch 681780: Faster commonprefix (OS independent) |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Raymond Hettinger | SF patch #859286: documentation bool change fix |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Raymond Hettinger | * Simplify and speedup logic for tp_print. |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Fred Drake | use conventional whitespace in interactive example |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Guido van Rossum | Correct misrepresentation of print (it uses str(),... |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Fred Drake | - general markup cleanup |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Fred Drake | general markup improvements |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Fred Drake | - add link to the datetime module |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Fred Drake | - update description of isleap() |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Fred Drake | - use the same markup for the deprecation as for that of |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Fred Drake | - add a "See also" reference to the doctest module |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Raymond Hettinger | Strengthen the test for hash effectiveness |
commit | commitdiff | tree | snapshot |
2003-12-31 |
Raymond Hettinger | Various fixups: |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | fix truly evil markup typo |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | minor cleanup of example |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | - we *really* don't care about Python 1.5 alphas any... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | fix a variety of markup bugs |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | work around whitespace bugs in the HTML version |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | fix markup errors |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | lots of markup adjustments |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | markup fix |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Barry Warsaw | Fixes to support CJKCodecs as per SF bug #852347. ... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Barry Warsaw | Bump version number to 2.5.5 |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | remove ancient cruft |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | - make "--" in code text not get converted to "-" |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | - remove crufty markup that's no longer needed to make the |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | use consistent email address for Tim |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Fred Drake | - update Tim's email address |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Martin v. Löwis | Add IPV6_ socket options from RFCs 3493 and 3542. Fixes... |
commit | commitdiff | tree | snapshot |
2003-12-29 |
Hye-Shik Chang | Fix gcc 3.3 warnings related to Py_UNICODE_WIDE. |
commit | commitdiff | tree | snapshot |
2003-12-28 |
Andrew MacIntyre | complete backout of listobject.c v2.171 |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Jeremy Hylton | Revert previous two checkins to repair test failure. |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Jeremy Hylton | Fix name problem in previous checkin: Dict not List |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Andrew MacIntyre | At 2.2, the Py<type>_Check() family of API functions... |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Andrew MacIntyre | reverting 2.29: the patch was Ok, but the commit msg... |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Andrew MacIntyre | use the correct macro to access list size |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Andrew MacIntyre | At 2.2, the Py<type>_Check() family of API functions... |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Andrew MacIntyre | The semantics of PyList_Check() and PyDict_Check()... |
commit | commitdiff | tree | snapshot |
2003-12-25 |
Andrew MacIntyre | The semantics of PyList_Check() and PyDict_Check()... |
commit | commitdiff | tree | snapshot |
2003-12-25 |
Andrew MacIntyre | Performance of list([]) in 2.3 came up in a thread... |
commit | commitdiff | tree | snapshot |
2003-12-25 |
Andrew MacIntyre | add definitions required for expat 1.95.7 |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Andrew M. Kuchling | [Bug #850823] Fix broken link |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Andrew M. Kuchling | [Bug #850818] Accept Gregory H. Ball's suggested rewrit... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Andrew M. Kuchling | [Bug #857821] Remove mention of deprecated string.... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Andrew M. Kuchling | Fix silly typo |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Andrew M. Kuchling | As part of fixing bug #829532, add a test case that... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Andrew M. Kuchling | [Bug #829532] Invoking os.makedirs() with an argument... |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Hye-Shik Chang | Fix unicode.rsplit()'s bug that ignores separater on... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Tim Peters | Changed the UCHAR_MAX error msg a bit: we don't really... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Skip Montanaro | There are places in Python which assume bytes have... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Hye-Shik Chang | (forced commit) |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Hye-Shik Chang | Fix broken xmlcharrefreplace by rev 2.204. |
commit | commitdiff | tree | snapshot |
2003-12-21 |
Raymond Hettinger | Make sure the UserDict copies do not share the same... |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Thomas Heller | Python 2.3.3 Window build number and release date. |
commit | commitdiff | tree | snapshot |
2003-12-20 |
Raymond Hettinger | Add the first of (hopefully) many third-party licenses... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Walter Dörwald | Remove self from the arguments for the function add_type(). |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Hye-Shik Chang | SF #859573: Reduce compiler warnings on gcc 3.2 and... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Hye-Shik Chang | Enable some unittests on FreeBSD. |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Skip Montanaro | Sync with python-mode project. Adds two changes: |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Fred Drake | minor markup adjustment |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Fred Drake | fix loss of a space after indexing markup |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Fred Drake | - use correct markup |
commit | commitdiff | tree | snapshot |
2003-12-18 |
Fred Drake | fix weird sh-bang line |
commit | commitdiff | tree | snapshot |
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 |
next |