- 27 Oct, 2004 7 commits
-
-
Mark Hammond authored
-
Raymond Hettinger authored
(Contributed by Facundo Batista.) Code simplification by eliminating the unnecessary and error-prone convolutions for the previously weird sign convention in _WorkRep(). Makes the code more understandable, more reliable, and a bit faster.
-
Hye-Shik Chang authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
The underlying bug still exists, but also existed in 2.3.4: import.c's load_source_module() returns NULL if PyOS_GetLastModificationTime() returns -1, but PyOS_GetLastModificationTime() doesn't set any exception when it returns -1, and neither does load_source_module() when it gets back -1. This leads to "SystemError: NULL result without error in PyObject_Call" on an import that fails in this way.
-
Greg Ward authored
-
- 26 Oct, 2004 13 commits
-
-
Facundo Batista authored
-
Tim Peters authored
Python software to this software ("Python")
-
Just van Rossum authored
- Added a chunk of plist data as generated by Cocoa's NSDictionary and verify we output the same (including formatting) - Changed the "literal" plist code to match the raw test data
-
Just van Rossum authored
version of base64.encodestring() so I could control the line length of the base64 output.
-
Just van Rossum authored
-
Hye-Shik Chang authored
(Submitted by James William Pye, Patch revised by Jiwon Seo)
-
Hye-Shik Chang authored
And add an optional argument 'filename' to linecache.checkcache() to enable checking caches per-file.
-
Raymond Hettinger authored
Peepholer could be fooled into misidentifying a tuple_of_constants. Added code to count consecutive occurrences of LOAD_CONST. Use the count to weed out the misidentified cases. Added a unittest.
-
Just van Rossum authored
-
Just van Rossum authored
a) the functionality depended on PyXML before and b) hardly worked to begin with. - Instead, output and require upon input datetime.datetime objects.
-
Just van Rossum authored
writePlistToString() - use these two in the resource functions. - Tweaked module doc string.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
_PyString_Resize() readied strings for mutation but did not invalidate the cached hash value.
-
- 25 Oct, 2004 7 commits
-
-
Fred Drake authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
the dict(**kwargs) feature.
-
Fred Drake authored
- fix a minor formatting nit that affected the typeset version
-
Just van Rossum authored
[ 1052399 ] plistlib: add plst resource functionality, fix bugs
-
Tim Peters authored
-
- 24 Oct, 2004 3 commits
-
-
Tim Peters authored
the indentation of a comment block to be ignored when reformatting the block, leading to overly long reformatted lines (too wide by an amount equal to the indentation width). Looks like a typo in the original patch, a 1-character repair.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 23 Oct, 2004 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
- 22 Oct, 2004 2 commits
-
-
Vinay Sajip authored
-
Brett Cannon authored
Applies patch #1051866. Thanks Felix Wiemann.
-
- 21 Oct, 2004 3 commits
-
-
Sean Reifschneider authored
-
Vinay Sajip authored
-
Peter Astrand authored
know that the newly-started Python process only has 3 filedescriptors open. Fixes bug 1048808.
-
- 20 Oct, 2004 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-