2003-01-30 |
Raymond Hettinger | Author markup: Andrew got to it first |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Raymond Hettinger | SF patch 672098: Three __contains__ implementations |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Mark Hammond | Fix [ 583477 ] wrong dest size. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Use %c rather than chr() to turn some ints into chars. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tim Peters | dis(): This had a problem with proto 0 pickles, in... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Implement appropriate __getnewargs__ for all immutable... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Only log a message and chmod() when the mode isn't... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Jack Jansen | - The mac-specific tests should also be run on darwin. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Skip Montanaro | minor grammar tweaks |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Michael W.... | Teach the parsermodule about floor division. Fixes |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Jack Jansen | Moved aepack test code to the test suite. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Jack Jansen | Some objects could have uninitialized attributes. Fixed. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Jack Jansen | test_macfs found an error on the first day of its exist... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Document the demise of all pretenses of safety, and... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Declare Protocol 2 as implemented. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Support for extension codes. (By accident I checked... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Guido van Rossum | Test all three EXT opcodes, and move these tests into |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Fred Drake | Make the footer at the end of a \verbatiminput stand... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Fred Drake | Move a footnote to the end of the sentence, so the... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tim Peters | pickle: Comment repair. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tim Peters | Updated info about test_bsddb3 failures. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Tim Peters | Expect test_macostools and test_macfs to get skipped... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Jack Jansen | Test aliases too. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Jack Jansen | Converted to not use macfs whenever possible. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Jack Jansen | Added a missing INCREF in pathname(). |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Temporary hacks to arrange that the pickle tests relyin... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Add a comment about how some built-in types should... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Get rid of __safe_for_unpickling__ and safe_constructors. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Renamed "bin" arguments to "proto". Note that this... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Fred Drake | More markup changes for consistency. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Fred Drake | Various minor markup adjustments. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Add a test for a list subclass with a __dict__ as well... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Instead of bad hacks trying to worm around the inherited |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Fred Drake | Added missing dependency. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Jack Jansen | Install "python$(VERSION)" into /usr/local as the symli... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Jack Jansen | Don't import Nav. It isn't needed, and importing it... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Jack Jansen | Finally created the first two tests for MacPython modul... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Comment out a test that was anticipating SF patch 66153... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Added new private API function _PyLong_NumBits. This... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | The default __reduce__ on the base object type obscured any |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Neal Norwitz | Fix SF bug# 676155, RuntimeWarning with tp_compare |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Move the NEWOBJ-generating code to a separate function... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Some experimental support for generating NEWOBJ with... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Verify treatment of unary minus on negative numbers... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Barry Warsaw | Bump the version number |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Barry Warsaw | Everything worked in both the distutils distro and... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_empty_tuple(): Comment on why we can't get rid... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_dict(): Added a comment about the control flow... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | _is_string_secure(): This method is no longer used... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Made save() fit on a page, while adding comments. ... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Got rid of the _quotes global. Used only once, and... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Use raw-mode docstring whenever there's an escape code... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | _dis_test should be a raw string now that it contains... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | dis(): Not all opcodes are printable anymore, so print... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Add a few comments. Change the way the protocol is... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Rename all variables 'object' to 'obj' to avoid conflic... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Fix one disassembly output now that empty tuples are... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Don't memoize the empty tuple in protocol 0. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Fred Drake | Update to the final version released as Expat 1.95... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_tuple(): So long as the charter is rewriting... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_tuple(): I believe the new code for TUPLE{1,2... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Comments. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Now that proto2 is defined, replaced XXX blocks with... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | OK, this is really the last one tonight! |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Shouldn't test short tuples with all items equal -... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | More protocol 2: TUPLE1, TUPLE2, TUPLE3. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Rename 'bin' arg to 'proto'. Keep the default at 0... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_inst(): Rewrote to have only one branch on self... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | First baby steps towards implementing protocol 2: PROTO... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Fixed odd whitespace after "if", which I believe I... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_int(): Fixed two new off-by-1 glitches. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Add a comment explaining that struct.pack() beats marsh... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Guido van Rossum | Got rid of mdumps; I timed it, and struct.pack("<i... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_tuple(): Minor rewriting, and added a comment... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | load_appends(): replaced .append() loop with an .extend(). |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Comments. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_dict(): Untangled most of the bin-vs-not-bin... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_list(): Rewrote, to untangle the proto 0 from... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_list(): removed unused local "d". |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_list(): removed unused local "memo". |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_pers(): Switched the order of cases, to get rid... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Several routines appeared to inline the guts of memoize... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save(): Fiddled the control flow to put the normal... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Added XXX about save()'s special-casing of tuples ... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | save_bool(): simplified. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Repaired grammar in new comment. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | clear_memo(): Repaired grammar in docstring. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Added one-line comments to the proto 2 opcodes. |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Neal Norwitz | Use proper function name in exception messages |
commit | commitdiff | tree | snapshot |
2003-01-28 |
Tim Peters | Removed the new LONG2 opcode: it's extravagant. If... |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Tim Peters | Documented the 2's-comp business for the new long opcodes. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Tim Peters | decode_long(): Simplified the "is it negative?" test. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Guido van Rossum | Begin the change from 'binary vs. text mode' to 'protoc... |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Guido van Rossum | Support socket timeout in SSL, by Geoff Talvola. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Guido van Rossum | Begin documenting protocol 2. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Tim Peters | Added some comments. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Tim Peters | memoize(): Reworded the docs to try to disentangle... |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Tim Peters | Using marshal functions to pack & unpack 1-byte ints... |
commit | commitdiff | tree | snapshot |
next |