2004-01-08 |
Andrew M. Kuchling | Fix some digicool addresses I noticed |
commit | commitdiff | tree | snapshot |
2004-01-08 |
Fred Drake | add link to the red-dove.com page about the logging... |
commit | commitdiff | tree | snapshot |
2004-01-08 |
Fred Drake | add new reference macro: \seelink |
commit | commitdiff | tree | snapshot |
2004-01-08 |
Raymond Hettinger | SF bug #872461: list.extend() described as experimental |
commit | commitdiff | tree | snapshot |
2004-01-07 |
Barry Warsaw | __all__: Remove freenet_b64encode and freenet_b64decode. |
commit | commitdiff | tree | snapshot |
2004-01-06 |
Thomas Heller | Add the _bisectmodule.c source file to the pythoncore... |
commit | commitdiff | tree | snapshot |
2004-01-06 |
Mark Hammond | Update information about building bsddb, particularly... |
commit | commitdiff | tree | snapshot |
2004-01-05 |
Raymond Hettinger | SF Patch #864863: Bisect C implementation |
commit | commitdiff | tree | snapshot |
2004-01-05 |
Raymond Hettinger | Small correction to example |
commit | commitdiff | tree | snapshot |
2004-01-05 |
Raymond Hettinger | * Add various updates reflecting the last two weeks... |
commit | commitdiff | tree | snapshot |
2004-01-05 |
Hye-Shik Chang | [SF #866875] Add a specialized routine for one character |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Jack Jansen | Allow passing NULL pointers by passing None. This also... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Show how to re-enable GC during timings. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Hye-Shik Chang | FIx unicodefilename support of posix.uname(). This... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Exercise sorted() where possible |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Apply pre-sizing optimization to a broader class of... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Martin v. Löwis | Bump build number |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Apply map/zip pre-sizing optimization to a broader... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Apply tuple/list pre-sizing optimization to a broader... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Convert return value to boolean. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | SF patch #868736: Disable GC for timeit |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Raymond Hettinger | Fix small factual error. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | Update to record .pyd files removed for Python 2.4. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | That's it -- works as well under VC6 as it ever did... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | The _tkinter subproject works with VC6 again. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | The bz2 subproject works with VC6 again. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | The _ssl subproject may <heh> be working w/ VC6 again. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | The _bsddb subproject works again under VC6. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | Removed dead text about MS subprojects that no longer... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Tim Peters | Getting closer (but not yet there) to being able to... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Barry Warsaw | Documentation for new RFC 3548 functions. |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Barry Warsaw | Add note about new base64.py module support for RFC... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Barry Warsaw | More complete code coverage, including testing the... |
commit | commitdiff | tree | snapshot |
2004-01-04 |
Barry Warsaw | Added more complete RFC 3548 support for Base64, Base32... |
commit | commitdiff | tree | snapshot |
2004-01-03 |
Hye-Shik Chang | Cosmetic fix for wrongly indented tabs with ts=4. |
commit | commitdiff | tree | snapshot |
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 |
next |