| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
for issue5293.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The file was resized to wrong size.
|
|
|
|
| |
Add versionadded tags.
|
| |
|
|
|
|
| |
reference.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
package_data and data_files
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
and cleanups in Objects/longobject.c. The most significant change is that
longs now use less memory: average savings are 2 bytes per long on 32-bit
systems and 6 bytes per long on 64-bit systems. (This memory saving already
exists in py3k.)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
directory.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the linker options correctly.
|
| |
|
| |
|
|
|
|
| |
rotating the object pointer by 4 bits to the right.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|