summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-022-45/+46
* Return the module at the end of its init function.Amaury Forgeot d'Arc2008-06-171-1/+1
* Ran svneol.pyMartin v. Löwis2008-06-1329-16865/+16865
* Add missing files for the windows VS2005 compilerAmaury Forgeot d'Arc2008-06-135-0/+3376
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-135-37/+16
* Slowly apply part of #2065: py3k can be compiled with VS8.0Amaury Forgeot d'Arc2008-06-121-2/+2
* Merged revisions 64202 via svnmerge fromAmaury Forgeot d'Arc2008-06-1217-132/+510
* On Windows, repair compilation of builtin modules _stringio and _pickle.Amaury Forgeot d'Arc2008-06-124-0/+25
* Removed _stringio from Windows build.Alexandre Vassalotti2008-06-124-13/+0
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-124-12/+0
* Attempt to fix the Windows build for _stringio and _pickle.Alexandre Vassalotti2008-06-122-0/+21
* Added Windows build config for _stringio and _pickle.Alexandre Vassalotti2008-06-112-4/+16
* Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethodsBenjamin Peterson2008-06-111-3/+0
* Remove PyInit_cStringIO again.Martin v. Löwis2008-06-111-1/+0
* Update to PEP 3121.Martin v. Löwis2008-06-111-109/+110
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-115-24/+87
* Remove last traces of cStringIO.Georg Brandl2008-06-106-37/+2
* Fix the Windows build by removing references to the cStringIO moduleThomas Heller2008-06-105-18/+4
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-046-8/+6
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-046-6/+8
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-046-8/+6
* Port GetInteger and GetString to 3k.Martin v. Löwis2008-06-021-2/+2
* Merged revisions 63888 via svnmerge fromMartin v. Löwis2008-06-021-0/+47
* Renamed PyString to PyBytesChristian Heimes2008-05-262-8/+8
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-1/+1
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-263-9/+9
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-2510-14/+14
* #2879: rename _winreg to winreg.Georg Brandl2008-05-257-15/+15
* Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa...Georg Brandl2008-05-176-14/+12
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-69/+9
* Use UNICODE wWinMain, to make CRT initialize __wargv.Martin v. Löwis2008-05-091-2/+2
* Merged revisions 62734,62736,62748,62769 via svnmerge fromChristian Heimes2008-05-084-0/+13
* Added code to compile new _bytesio on WindowsChristian Heimes2008-05-072-0/+6
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-043-8/+112
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-194-2/+14
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-153-0/+11
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-1/+3
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-097-23/+54
* Merged revisions 62177-62178,62180-62193 via svnmerge fromMartin v. Löwis2008-04-071-0/+133
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-053-159/+130
* Change \u which is causing a syntax error. I'm not sure if that should be, butNeal Norwitz2008-04-051-1/+1
* #2484: remove duplicate variable definition.Georg Brandl2008-03-261-1/+0
* Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,...Christian Heimes2008-03-252-1/+2
* Remove the dl module per PEP 3108.Neal Norwitz2008-03-243-23/+0
* Copyright and version tweaks for 3.0a3.v3.0a3Barry Warsaw2008-03-011-1/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-192-0/+15
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-121-9/+9
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-092-14/+19
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-033-150/+201