- 7766091 Whitespace normalization and fold some long lines. by Guido van Rossum · 23 years ago
- 9ad70f9 Add more text from Guido on the type structure fields. Small additional changes. by Fred Drake · 23 years ago
- 6c7bc31 added small clarification to the descriptions of encode() and decode() by Skip Montanaro · 23 years ago
- 0e661dc Replace the simpleminded string.find with a re.search looking only for by Thomas Heller · 23 years ago
- 4eaf50f test_mktime(): Removed. This wasn't really testing anything useful by Barry Warsaw · 23 years ago
- e8aea58 Move WITH_UNIVERSAL_NEWLINES template into configure.in. by Martin v. Löwis · 23 years ago
- 16f9055 Whitespace normalization, while using non-whitespace literals for by Barry Warsaw · 23 years ago
- 6184c11 Expect test_email_codecs to be skipped -- few users or developers will by Guido van Rossum · 23 years ago
- 27dba87 Apparently 3 of the tests here rely on trailing whitespace and/or hard by Tim Peters · 23 years ago
- c0a02c0 Remove repeated index entry; adds nothing different. Closes SF bug #518985. by Fred Drake · 23 years ago
- 4d9b466 Fewer deprecation warnings. by Tim Peters · 23 years ago
- d0cc4f0 resetwarnings(): Remove extra space from docstring guts. by Tim Peters · 23 years ago
- 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
- c86c1b8 resetwarnings(): change the docstring to reflect what the code by Tim Peters · 23 years ago
- d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 23 years ago
- 50ac30e OK, don't call resetwarnings(). by Tim Peters · 23 years ago
- 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 23 years ago
- a91a02a I expect test_univnewlines to be skipped on Windows. I expect this by Tim Peters · 23 years ago
- f022a4d Reduce the number of test-suite DeprecationWarnings; start adding by Tim Peters · 23 years ago
- c15acef Fix grammar by Neal Norwitz · 23 years ago
- c9ad32c test_main(): Added this so the test can actually get run under the by Barry Warsaw · 23 years ago
- 24fd025 parseaddr(): Don't use rfc822.parseaddr() because this now implies a by Barry Warsaw · 23 years ago
- 0e0b618 Add documentation for PyObject_Call(). by Fred Drake · 23 years ago
- 34adb8a Separate out a \cfuncline macro from the cfuncdesc environment. by Fred Drake · 23 years ago
- 1251b0e Document the cmemberdesc environment. by Fred Drake · 23 years ago
- be22ae6 ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTP by Barry Warsaw · 23 years ago
- 8a5a270 Better documentation for GetArgv() and the ProgressBar type. by Fred Drake · 23 years ago
- e19a5bc Be consistent in presenting the signatures. by Fred Drake · 23 years ago
- 1549855 Add docs for os.fchdir(). by Fred Drake · 23 years ago
- 4d1e64b posix_fildes(): New helper: run a function that takes a file descriptor by Fred Drake · 23 years ago
- 0157276 Generate the right annotations in the index entries. by Fred Drake · 23 years ago
- 6b3cc52 Add a test for fchdir(). This is part of SF feature #536796. by Fred Drake · 23 years ago
- 188ecd1 Integrated more text from Guido. by Fred Drake · 23 years ago
- c63042b Move the listing of the type structure, since both the C API reference and by Fred Drake · 23 years ago
- 0fe940c Return the orginal string only if it's a real str or unicode by Walter Dörwald · 23 years ago
- 8a5e679 Clean up the application of style to verbatim text. by Fred Drake · 23 years ago
- eeb5ec4 Add support for \cmemberline and the cmemberdesc environment. by Fred Drake · 23 years ago
- 726e013 Remove unused variable reported by Walter Dörwald by Neal Norwitz · 23 years ago
- 8e8af6e Add item by Andrew M. Kuchling · 23 years ago
- 3aa3fc4 Remove 'const' from local variable declaration in string_zfill() -- it by Guido van Rossum · 23 years ago
- 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 23 years ago
- b384c72 posix.mknod() and {}.pop() were added by Neal Norwitz · 23 years ago
- 69cf3c7 Deprecate % as well. The message for deprecation of //, % and divmod by Guido van Rossum · 23 years ago
- 862fe3c Add news about deprecated complex ops. by Guido van Rossum · 23 years ago
- 6c65531 update build infrastructure for pymalloc and bool changes by Andrew MacIntyre · 23 years ago
- f367651 Add items by Andrew M. Kuchling · 23 years ago
- 9ec4c78 SF bug #543387. by Guido van Rossum · 23 years ago
- a3a4300 Four more names for the hall of fame. by Guido van Rossum · 23 years ago
- b6b8942 SF bug #541883 (Vincent Fiack). by Guido van Rossum · 23 years ago
- d1c08f3 Add exit as alias for quit, as the easiest way to address SF bug #543674. by Guido van Rossum · 23 years ago
- beae477 SF bug #543318 (Frank J. Tobin). by Guido van Rossum · 23 years ago
- a2da305 Fix from SF bug #541980 (Jacques A. Vidrine). by Guido van Rossum · 23 years ago
- f90d529 Provisional fix for writefile() [SF bug # 541730]. by Guido van Rossum · 23 years ago
- a258324 Enable universal newline support for MacPython. by Jack Jansen · 23 years ago
- 077f271 SF bug 543840: complex(string) accepts strings with \0 by Tim Peters · 23 years ago
- 518d261 Test suite for universal newline support. by Jack Jansen · 23 years ago
- 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 23 years ago
- dcd2dc2 Patch #540583: Open MS Help Docs if available. by Martin v. Löwis · 23 years ago
- 2f6d4da Patch #542569: tp_print tp_repr tp_str in test_bool.py. by Martin v. Löwis · 23 years ago
- 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 23 years ago
- 314fc79 Patch #542659: Eliminate duplicate check for NULL of freevars/cellvars. by Martin v. Löwis · 23 years ago
- 88c9344 initpwd(): Clean up initialization, avoid PyModule_GetDict(). by Fred Drake · 23 years ago
- f42d32c BDFL agreed with Tim: rehabilitate randint(). by Neal Norwitz · 23 years ago
- 5961042 Fold long lines. (Walter, please take note! :-) by Guido van Rossum · 23 years ago
- f495625 Add pop() to UserDict. by Guido van Rossum · 23 years ago
- 0e87118 _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. by Tim Peters · 23 years ago
- b7ba743 SF bug 543148: Memory leak with stackframes + inspect. by Tim Peters · 23 years ago
- 8b1c47b Document the optional argument to the .strip(), .rstrip(), .strip() string by Fred Drake · 23 years ago
- 4904204 News for strip methods. by Guido van Rossum · 23 years ago
- 018b0eb Partially implement SF feature request 444708. by Guido van Rossum · 23 years ago
- 9344b14 Add news about memory managent APIs changing. by Neil Schemenauer · 23 years ago
- 01e9461 Additional support for describing C structure members. by Fred Drake · 23 years ago
- 4d2a95d Integrate a bunch of new text from Guido. by Fred Drake · 23 years ago
- 56cdf11 AddrlistClass -> AddressList by Barry Warsaw · 23 years ago
- e1df15c AddrlistClass -> AddressList by Barry Warsaw · 23 years ago
- 8a8cdfd Small anal correctness tweaks: by Tim Peters · 23 years ago
- d4c0e5f BDFL agreed with Tim: rehabilitate randint(). by Fred Drake · 23 years ago
- fd92304 Update the type of the tp_free slot. by Fred Drake · 23 years ago
- f495ef7 Warn people away from PyModule_GetDict(), but not too strongly. by Fred Drake · 23 years ago
- c69343b News about dict.pop(). by Guido van Rossum · 23 years ago
- 63e40a5 Do not use PyModule_GetDict(). by Fred Drake · 23 years ago
- e77e5ef Change example of retrieving & calling a Python function to not use by Fred Drake · 23 years ago
- 292da58 Change the type of the tp_dealloc back to what it really is. by Fred Drake · 23 years ago
- 9701732 Bump AC_PREREQ to 2.53. by Martin v. Löwis · 23 years ago
- d854f3b I am mad. This test never worked! by Guido van Rossum · 23 years ago
- ee48519 Modernize the minimal example of an extension type. by Fred Drake · 23 years ago
- 28de8d4 Add a (very) simple description of PyType_Ready(). by Fred Drake · 23 years ago
- 0babc44 Update the type of tp_dealloc. by Fred Drake · 23 years ago
- 263ad28 Spell Raymond Hettinger's name write by Neal Norwitz · 23 years ago
- b69844f Add Raymond Hettinger, CPA. by Guido van Rossum · 23 years ago
- e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 23 years ago
- ededa90 - Added support for inherent pointer types (typedefs of arrays) by Jack Jansen · 23 years ago
- da70485 Give type name when complaining about using input-only type for output or v.v. by Jack Jansen · 23 years ago
- 0036cba Remove acconfig.h. by Martin v. Löwis · 23 years ago
- 0b6964b Remove unused macros. by Martin v. Löwis · 23 years ago
- 1143799 Update to autoconf 2.5x. by Martin v. Löwis · 23 years ago
- 85cc1c4 _PyObject_DebugRealloc(): rewritten to let the underlying realloc do by Tim Peters · 23 years ago
- f539c68 _PyObject_DebugDumpAddress(): clarify an output message. by Tim Peters · 23 years ago
- f6fb501 PYMALLOC_{CLEAN, DEAD, FORBIDDEN}BYTE symbols: remove the PYMALLOC_ by Tim Peters · 23 years ago
- af3e8de First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with by Tim Peters · 23 years ago