2004-01-17 |
Skip Montanaro | document PEP 11 progress so far. |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Skip Montanaro | Remove support for SunOS 4. |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Martin v. Löwis | More updates for zlib 1.2.1 |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Martin v. Löwis | Update to 1.2.1 for release build too. |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Skip Montanaro | Remove support for DYNIX, IRIX 4, --with-sgi-dl, -... |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Skip Montanaro | Remove support for systems defining __d6_pthread_create. |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Skip Montanaro | remove DGUX support. |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Skip Montanaro | Remove support for minix. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Fred Drake | - add warning that hotshot doesn't work well with threads |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Fred Drake | minor markup improvements |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Andrew M. Kuchling | Make parameter names in docstring more mnemonic |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Fred Drake | add a note about memory consumption and LaTeX |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Fred Drake | - add comment about $CUSTOM_BUTTONS |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Fred Drake | markup changes |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Gregory P.... | __init__.py: keep it compatible with older python... |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Raymond Hettinger | SF Patch #871704: Py_SequenceFast can mask errors |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Andrew M. Kuchling | [Bug #873205] Update URL |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Jack Jansen | More cases of input parameters passed by reference... |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Jack Jansen | Added support for APIs in QuickTimeMusic.h. This one... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Sjoerd Mullender | The format of the string data used in the imageop modul... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Jack Jansen | Added support for APIs in MediaHandlers.h. |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Jeremy Hylton | Update Windows build to use zlib 1.2.1 |
commit | commitdiff | tree | snapshot |
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 |
next |