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 |
2001-11-06 |
Fred Drake | Add a regression test for SF bug #478536: If a value... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Fred Drake | WeakKeyDictionary.has_key(): If the key being tested... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Jack Jansen | Changed names, added bridge functions to macfs.fsref... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Jack Jansen | Added an error message when using FSRef objects on... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Jack Jansen | Added hfsplusapi module. |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Jack Jansen | Added longlong routines. |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Jack Jansen | Enabled WITH_LONG_LONG. No reason it was disabled,... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Jack Jansen | Removed unused variable. |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Jack Jansen | First couple of fixes to make it compile with Universal... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Jack Jansen | HFS+ API contributed by Nitin Ganatra. This checkin... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Andrew M. Kuchling | Update obsolete e-mail address, and remove myself as... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Tim Peters | A couple more test cases to ensure join() doesn't add... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Andrew M. Kuchling | Update obsolete e-mail address |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Andrew M. Kuchling | Remove obsolete e-mail address |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Andrew M. Kuchling | Update URL, and remove e-mail address reference (reader... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Andrew M. Kuchling | Remove obsolete e-mail address |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Tim Peters | SF bug 478425: Change in os.path.join (ntpath.py) |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Barry Warsaw | walk(): Fix docstring; traversal is depth-first. Close... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Barry Warsaw | Finally fleshed out the examples section with 4 code... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Fred Drake | Add regression test for SF bug #476616 -- make sure... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Fred Drake | copy(): Make sure the copy of a derived class cannot... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Jack Jansen | Correctly builds the C module now. |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Jack Jansen | First tweaks to allow MacPython to be compiled with |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Jack Jansen | Fixed broken newlines and changed module name. Still... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Jack Jansen | Regenerated with CF accessors. |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Jack Jansen | Carbon Event Manager module donated by Donovan Preston... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Jack Jansen | Make the CoreFoundation object _New and _Convert routin... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Jack Jansen | MacPython -vv equivalent printed incorrect filenames... |
commit | commitdiff | tree | snapshot |
next |