2001-11-17 |
Tim Peters | Add skeleton for 2.2c1 news. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Barry Warsaw | Toughen up the security warnings a bit. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Barry Warsaw | Add a clarification that the email package always deals... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Barry Warsaw | Bumping version number. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Fred Drake | Post-release bumps. Do *NOT* merge into the 2.2b2... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Barry Warsaw | Merged in NEWS changes from the r22b2 branch. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Fred Drake | Clean up some markup a little bit more. Make this... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Fred Drake | Document the urlsplit() and urlunsplit() functions. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Fred Drake | Fix parsing of parameters from a URL; urlparse() did... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Fred Drake | Switched a couple of sections around. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Barry Warsaw | A few minor updates to make it clear(er) that pickle... |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Barry Warsaw | A change to sync with pickle.py: |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Barry Warsaw | Two changes: |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Barry Warsaw | A massive rewrite affecting both the pickle and cPickle... |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Barry Warsaw | Minor updates to add more pointers to the pickle docume... |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Fred Drake | The turtle docs will be moving to another location... |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Fred Drake | Clean up the descriptions of multi-signature functions... |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Guido van Rossum | Group dict[ionary] news together; and use dict() instead of |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Guido van Rossum | Correct the description of mixed multiple inheritance... |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Tim Peters | News about mixing classic and new-style classes in MI. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Tim Peters | Bump Windows buildno for 2.2b2. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Fred Drake | Thanks for the Tkinter chapter, Mike! |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Fred Drake | Add entries for the new Tkinter chapter. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Fred Drake | Tkinter chapter, contributed by Mike Clarkson. Based... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Tim Peters | More simple test cases for mixed classic+new multiple... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Tim Peters | Changing diapers reminded Guido that he wanted to allow... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Fred Drake | Finally commit the font changes that have been live... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Fred Drake | Bump release number & date. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jeremy Hylton | Fred observes that the typo was not the only problem... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jeremy Hylton | typo |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jack Jansen | Don't initialize tp_type statically, it won't work... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jack Jansen | OSX tests used specific version numbers to test for... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Tim Peters | Removed print that executes only on Unix boxes; that... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Tim Peters | CVS patch #477161: New "access" keyword for mmap,... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Barry Warsaw | PyOS_getsig(), PyOS_setsig(): The minimal amount of... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Jeremy Hylton | Don't munge __debug__ and leave it that way. |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Barry Warsaw | A specific test for bug #481221, getaddrlist() failing... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Barry Warsaw | Fix for bug #481221, getaddrlist() failing on long... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Barry Warsaw | Committing the second part of patch #480902, an improve... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Tim Peters | new_code(): The last patch to this left behind an... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Barry Warsaw | Add tests for bug #478115, parsedate_tz() IndexError... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Barry Warsaw | parsedate_tz(): If data is false, return None. Fixes... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Tim Peters | load_string(): Force use of unsigned compare in a... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Jack Jansen | OSX notes: |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Thomas Heller | No need to preprocess the header files - use ctags... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Thomas Heller | Fix obvious typos. |
commit | commitdiff | tree | snapshot |
2001-11-11 |
Martin v. Löwis | Limit string size on one-character-strings. Fixes ... |
commit | commitdiff | tree | snapshot |
2001-11-11 |
Martin v. Löwis | Patch in bug report #477700: Fix memory leaks in gdbm... |
commit | commitdiff | tree | snapshot |
2001-11-11 |
Martin v. Löwis | Patch #473002: Update Demo/tix tixwidgets.py et al. |
commit | commitdiff | tree | snapshot |
2001-11-10 |
Jack Jansen | Add the MSL C library to the set of standard libraries |
commit | commitdiff | tree | snapshot |
2001-11-10 |
Jack Jansen | The libraries argument was completely ignored, fixed... |
commit | commitdiff | tree | snapshot |
2001-11-10 |
Martin v. Löwis | Patch #473265: UpdatePairedHandlers nonsensical. |
commit | commitdiff | tree | snapshot |
2001-11-10 |
Martin v. Löwis | Merge 1.42 from PyXML: Flag errors resulting from argum... |
commit | commitdiff | tree | snapshot |
2001-11-10 |
Jack Jansen | Fixed various problems with command-dot handling (some... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Fred Drake | Added version annotations, remove hard tabs. |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeremy Hylton | Use PyObject_CheckReadBuffer(). |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeremy Hylton | Add PyObject_CheckReadBuffer(), which returns true... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Fred Drake | No need to have documentation for a module which not... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeremy Hylton | Add note about assignment to __debug__ being an error. |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Martin v. Löwis | Include sys_getdefaultencoding in #ifdef Py_USING_UNICO... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Tim Peters | open_the_file(): Explicitly set errno to 0 before... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Barry Warsaw | getnameinfo() appears to raise socket.error instead of |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeremy Hylton | Fix SF buf #480096: Assign to __debug__ still allowed |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeremy Hylton | Fix SF buf #480096: Assign to __debug__ still allowed |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeremy Hylton | Fiddle with new test cases -- verify that we get a... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Barry Warsaw | test_formatdate(): Dang. Typo. |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Barry Warsaw | test_formatdate(): Don't do the localtime test if we... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Tim Peters | open_the_file(): this routine has a borrowed reference... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Martin v. Löwis | Add sys/types.h and stdio.h into getaddrinfo test,... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Barry Warsaw | test_formatdate(): A test for email.Utils.formatdate(). |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Barry Warsaw | Forgot to import time. |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Barry Warsaw | Updated the documentation for formatdate(). |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Barry Warsaw | formatdate(): A better docstring. |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Thomas Heller | Remove my name, probably bad style. |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Barry Warsaw | formatdate(): An implementation to replace the one... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Thomas Heller | Script to print undocumented symbols found in Python... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeremy Hylton | Fix SF bug 468948 & 451295: urllib2 authentication... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeremy Hylton | Fix SF bug #479186: compiler generates bad code for... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeremy Hylton | Fix SF buf #476953: Bad more for opening file gives... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Jeremy Hylton | A better new, unique object |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Fred Drake | Fix memory leak. This is part of SF patch #478006. |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Fred Drake | Fix memory leak. This is (very!) similar to part of... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Michael W.... | Fixes to compile cPickle.c & socketmodule.c on cygwin... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Fred Drake | Cleaned up some markup stupidity and a usage problem... |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Fred Drake | Fix a variety of typographical, grammatical, and clarit... |
commit | commitdiff | tree | snapshot |
2001-11-08 |
Martin v. Löwis | Merge directory chooser into tkFileDialog. |
commit | commitdiff | tree | snapshot |
2001-11-08 |
Fred Drake | Clean up one comment, fix typos in others. |
commit | commitdiff | tree | snapshot |
2001-11-08 |
Marc-André... | Backing out the fast path for interned string compares... |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Martin v. Löwis | Patch #478654: Expose tk_chooseDirectory. |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Marc-André... | Add fast-path for comparing interned (true) string... |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Martin v. Löwis | Fix memory leaks detecting in bug report #478003. |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Fred Drake | When referring to a formal parameter from the descripti... |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Fred Drake | Another name! |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Fred Drake | apply() documentation: Remove a detail about the imple... |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Tim Peters | SF bug #478949 Windows installer start menu registry. |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Fred Drake | Adjust the module synopsis to avoid margin overruns... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Fred Drake | A variety of small cleanups, including one to avoid... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Fred Drake | Remove stray quotes; probably left over from conversion... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Fred Drake | Remove extra period. |
commit | commitdiff | tree | snapshot |
next |