- d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
- 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 17 years ago
- d59c64c Merged revisions 59234-59238 via svnmerge from by Christian Heimes · 17 years ago
- 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
- b98dd2e Patch 1304, by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
- c05d384 Remove more hotshot cruft. by Neal Norwitz · 17 years ago
- f12088b clean out some hotshot-related build turds by Fred Drake · 17 years ago
- 0ea230b Remove more traces of bufferobject.[ch] from build files etc. by Guido van Rossum · 17 years ago
- 39763a1 Make Modules/_bsddb.c and PC/_winreg.c compile again by renaming by Thomas Heller · 17 years ago
- 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
- f82d9b5 Patch #1076: Use wide API for registry functions. by Martin v. Löwis · 17 years ago
- 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
- 1fe5f38 Remove checking redundantly for checks of PyInt and PyLong. by Neal Norwitz · 17 years ago
- b13c493 Fix more lingering print statements. by Collin Winter · 17 years ago
- fb67be2 Three patches from issue #1047, by Amaury Forgeot d'Arc: by Guido van Rossum · 17 years ago
- 1385b89 Patch 1030, Adapt _winreg.c to the new buffer API. by Neal Norwitz · 17 years ago
- a369c5a Use unicode by Neal Norwitz · 17 years ago
- 9cfc62c cPickle was removed by Neal Norwitz · 17 years ago
- 30d1c51 Remove _PyObject_Del by Neal Norwitz · 17 years ago
- 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
- 0cb85a9 Remove more references to intobject. by Guido van Rossum · 17 years ago
- 346f1a8 Kill remaining tp_print definitions. by Guido van Rossum · 17 years ago
- 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
- 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
- b5b652e Drop cPickle from Windows build process. by Martin v. Löwis · 17 years ago
- 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 17 years ago
- 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
- a8c360e SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests. by Guido van Rossum · 17 years ago
- 7f16288 atexit is a builtin module now, provide that on Windows. by Thomas Heller · 17 years ago
- c6a55ee See SF# 1751801: Windows: Add the _fileio builtin module, and undefine by Thomas Heller · 17 years ago
- 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
- cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
- e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
- d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
- ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
- 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
- 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
- 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- 7d71fb8 Little fixes: by Neal Norwitz · 18 years ago
- 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 18 years ago
- ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
- 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 19 years ago
- 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 19 years ago
- f8d7671 lower-case time_t. by Martin v. Löwis · 19 years ago
- a2d4d6c Patch #1437769: notice that time_t is a 64-bit type in VS2005 by Martin v. Löwis · 19 years ago
- dd860ca Update copyright notice. by Martin v. Löwis · 19 years ago
- fbab90e Import bdist_msi by Martin v. Löwis · 19 years ago
- fe8a566 Remove svn:mime-type (inexplicably set to a binary type), by Tim Peters · 19 years ago
- 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 19 years ago
- 313fcd4 PyEnumKey(): Stop including the trailing NUL byte by Tim Peters · 19 years ago
- d9ab979 PyEnumKey(): Remove unused local. by Tim Peters · 19 years ago
- b2699b2 Add sizeof() instead of hardcoding variable length by Georg Brandl · 19 years ago
- 9a928e7 Patch #977553: speed up RegEnumKey call by Georg Brandl · 19 years ago
- c7f6cf6 getpythonregpath(): Squash compiler warning about by Tim Peters · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- 9fb181b Add _lsprof. by Martin v. Löwis · 19 years ago
- b69406d Update general copyright years to 2006. by Georg Brandl · 19 years ago
- f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 19 years ago
- 773feaf initwinsound(): this no longer compiled on Windows, by Tim Peters · 19 years ago
- 2188bf0 initmsvcrt(): This no longer compiled on Windows, because by Tim Peters · 19 years ago
- 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
- 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
- c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 19 years ago
- e515293 added TerminateProcess support to _subprocess driver by Fredrik Lundh · 19 years ago
- 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 19 years ago
- 51490ac Fix typo. by Walter Dörwald · 19 years ago
- e2a0602 Silence VS2005 warnings about deprecated functions. by Martin v. Löwis · 19 years ago
- 30b4975 Limit x86 machine instructions and Win95 support to _M_IX86. by Martin v. Löwis · 19 years ago
- 3a49e92 r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100 #1346547 by Fredrik Lundh · 19 years ago
- bb4692b r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100 by Fredrik Lundh · 19 years ago
- ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
- db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
- d56827c Add AST files to VC6 build. by Raymond Hettinger · 19 years ago
- 94ac197 Update the PC configuration and project files for sha256 and sha512. by Raymond Hettinger · 19 years ago
- 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
- 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 20 years ago
- 6ed710a update version numbers by Andrew MacIntyre · 20 years ago
- 578371f add notes about subprocess module & thread stacks, SSL support by Andrew MacIntyre · 20 years ago
- 744b313 add build machinery for the SSL socket module by Andrew MacIntyre · 20 years ago
- 4d81ac9 Update PSF copyright year to 2005. by Trent Mick · 20 years ago
- 9f2e3be Running a bdist_wininst installer, built with Python 2.3, installing by Thomas Heller · 20 years ago
- 8abe7bf Set PYTHONHOME before loading Python, so that sys.path will be set correctly. by Thomas Heller · 20 years ago
- ff59f3c make thread stack size compile-time tunable on OS/2, increase main stack by Andrew MacIntyre · 20 years ago
- 54266fc cvsignore files generated by make_versioninfo. by Thomas Heller · 20 years ago
- a2cc269 Update example to VC 7.1. Will backport to 2.4. by Martin v. Löwis · 20 years ago
- 0f25b72 Close stdout and stderr, which are redirected into a temp file, before by Thomas Heller · 20 years ago
- d0278ec OS/2 specific fixes related to SF bug # 1003471 by Andrew MacIntyre · 20 years ago