2003-01-08 |
Walter Dörwald | Remove variable owned from PyUnicode_FromEncodedObject... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Steve Holden | Fix bug 427345 [related to IE's additional input on... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Various tweaks to make the test work on the Mac. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Always define getenv(), as suggested by Guido. This... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Test that chmod() actually exists before calling it... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Removed the SetDates warning. The warning is in the... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | quashed another case of the 32-bit warning. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Updated the list of expected skips for MacPython-OS9. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | n the Mac the frozen import that should fail actually... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Added the Mac to platforms that don't have user/group... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Made "ascii" the default encoding for MacPython, as... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Added a couple of casts to make this compile with CodeW... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Jack Jansen | Merging the various tweaks for MacPython-OS9 2.3a1... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Thomas Heller | Mention the change from patch #664376. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Thomas Heller | Patch #664376: sys.path[0] should contain absolute... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Fred Drake | Add notes about the linuxaudiodev and ossaudiodev modules. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Fred Drake | - be explicit: audio data files should be opened in... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Neal Norwitz | command doesn't work, but program does, not sure it... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Greg Ward | There's no such method as has_option() -- should be... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Greg Ward | Rewrite awkward/ungrammatical sentence. |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Andrew M. Kuchling | Bump version number |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Greg Ward | Add reminder that ossaudiodev can/should also be built... |
commit | commitdiff | tree | snapshot |
2003-01-08 |
Guido van Rossum | Enable building and testing of ossaudiodev for Linux. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | Note about rexec.py and Bastion.py. This requires... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Barry Warsaw | Document EX_OK and friends. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Barry Warsaw | Test for presence of sysexits.h and set HAVE_SYSEXITS_H... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Neal Norwitz | SF #664011, move tarfile module in docs |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Barry Warsaw | all_ins(): EX_OK and friends, constants from sysexits.h |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Barry Warsaw | A note about EX_OK and friends in the posixmodule. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | Fix from Michael Stone for SF bug #660476 and #513033... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | A few more whitespace normalizations. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | Various cleanups: |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | Use regular expressions for branch matching, to avoid... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Guido van Rossum | Fix for SF bug #642358: only provide a new with a __dic... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Raymond Hettinger | Much clearer when super() is used. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Raymond Hettinger | SF bug #652933 (for IdleFork): Open Module "math" Fails |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Raymond Hettinger | Revert change 1.37. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Raymond Hettinger | SF patch #662433: Fill arraymodule's tp_iter and sq_con... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Barry Warsaw | CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Andrew M. Kuchling | Add tarfile module |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Guido van Rossum | Add a test for a feature added in rev. 2.82 of typeobje... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Guido van Rossum | Add a refinement to SLOT1BINFULL() that fixes the probl... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Raymond Hettinger | GvR's idea to use memset() for the most common special... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Guido van Rossum | Add some print statements in verbose mode to announce... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Skip Montanaro | * add mms (windows media) as another scheme |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Andrew M. Kuchling | Add Tix and rexec changes |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Raymond Hettinger | Fix spelling. |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Skip Montanaro | delete reference to defunct Misc/HPUX-NOTES. Adjust... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Skip Montanaro | removing - contains outdated information |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Neal Norwitz | SF #642236, optparse LaTeX docs by Johannes Gijsbers |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Fred Drake | Strike any hint that from-import-* could ever be reason... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Guido van Rossum | Disable the rexec test now that rexec is out of grace. |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Guido van Rossum | Remove bastion test output |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Fred Drake | Fix some nits Guido brought up last August: |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Guido van Rossum | Disable the Bastion test now that Bastion is out of... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Guido van Rossum | Sabotage rexec.py. It is not safe since the new-style... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Fred Drake | Fix markup so this will format again. |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Raymond Hettinger | SF bug #592859: os.chmod is underdocumented |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Andrew M. Kuchling | Translate spaces in the machine name to underscores |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Raymond Hettinger | SF bug #661848 and #631055: Clarify use of __all__. |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Jason Tishler | Patch #661760: Cygwin auto-import module patch |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Raymond Hettinger | Used dictionaries rather than lists for membership... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Just van Rossum | always also search on sys.path for res files |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Raymond Hettinger | Optimize string_repeat. |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Neal Norwitz | SF feature #618024, urlparse fails on imap:// |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Neal Norwitz | SF feature #618024, urlparse fails on imap:// |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Neal Norwitz | SF #651082, tarfile module implementation from Lars... |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Neal Norwitz | Fix a typo |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Just van Rossum | - squashed bare except in rmtree() |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Neal Norwitz | At least one Solaris box in the snake farm only support... |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Raymond Hettinger | Move the statistical tests for four distributions into... |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Tim Peters | PyCFunction_Call(): Combined two switch cases w/ ident... |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Raymond Hettinger | Add a test case. |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Greg Ward | Tweak __version__ -- the current code is between Optik... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Just van Rossum | module to run commands in a Terminal.app window |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Tim Peters | datetime_from_timet_and_us(): ignore leap seconds... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Just van Rossum | correct comment (and add newline at end) |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Guido van Rossum | Add Shockwave Flash. |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Raymond Hettinger | Correct long standing bugs in the methods for random... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Martin v. Löwis | Remove appartment check from dooneevent. Fixes #660961. |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Tim Peters | A new implementation of astimezone() that does what... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Raymond Hettinger | Test an edge case for sample(). |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Raymond Hettinger | Remove the random=None nonsense from sample() before... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Skip Montanaro | Moved this info to the top-level README where all the... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Skip Montanaro | The bsddb3 library does not build w/ Berkeley DB 3... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Skip Montanaro | Merged Misc/AtheOS-NOTES into the platform-specific... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Raymond Hettinger | SF bug #655271: Slightly modify locals() doc |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Raymond Hettinger | SF bug #651149: Review libshelve.tex when possible |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Kurt B. Kaiser | M AutoExpand.py |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Neal Norwitz | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Raymond Hettinger | SF Patch #661440: Refactor and streamline PyCFunction_Call |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Martin v. Löwis | Wrap doc strings in PyDoc_STRVAR. Fix .string docstring... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Tim Peters | Completed astimezone()'s correctness proof. This also... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Martin v. Löwis | Convert Tcl path objects to strings. Fixes #661357. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Tim Peters | Remark about datetime tzinfo examples. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Tim Peters | Replaced the flawed "local time" example tzinfo class... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Greg Ward | Grammatical fix in comment. |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Greg Ward | Grammatical fix: change possessive "it's" to "its". |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Walter Dörwald | Remove a list comprehension, because a loop over the... |
commit | commitdiff | tree | snapshot |
next |