Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b5aa407196b68b807c19cfecbdfc57cdb647de68
/
Modules
/
rotormodule.c
360088f
[Patch #679505] Trigger DeprecationWarning on importing the rotor module
by Andrew M. Kuchling
· 22 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
0c32279
Removed more stray instances of statichere, but left _sre.c alone.
by Tim Peters
· 22 years ago
938ace6
staticforward bites the dust.
by Jeremy Hylton
· 22 years ago
804cdca
Don't accept null bytes in the key.
by Guido van Rossum
· 22 years ago
ba3a16c
Remove METH_OLDARGS:
by Neal Norwitz
· 23 years ago
43b936d
Patch #477750: Use METH_ constants in Modules.
by Martin v. Löwis
· 23 years ago
1464839
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
by Guido van Rossum
· 23 years ago
5a53019
Part of SF patch #102409 by jlt63 to support building these modules
by Guido van Rossum
· 24 years ago
7e01890
merge Include/my*.h into Include/pyport.h
by Peter Schneider-Kamp
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
dc0c031
Now that prototypes are in scope, the compiler gives legit wngs
by Tim Peters
· 24 years ago
7d0c71a
ANSI-fication
by Peter Schneider-Kamp
· 24 years ago
e826895
Trent Mick: use size_t instead of int where appropriate (set_key()).
by Guido van Rossum
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
43713e5
Massive patch by Skip Montanaro to add ":name" to as many
by Guido van Rossum
· 25 years ago
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 26 years ago
19a6c8a
workaround for Mac MSL header definitions of TRUE and FALSE (Jack)
by Guido van Rossum
· 27 years ago
7844e38
Keep Microsoft VC happy.
by Guido van Rossum
· 28 years ago
47d3500
set_key(): Use Py_CHARMASK macro to get the character from the array
by Barry Warsaw
· 28 years ago
9e3fceb
rotorobj_setkey(): A single string argument is now required (i.e. no
by Barry Warsaw
· 28 years ago
aeb207c
Reworked to check for memory problems (one potential found),
by Barry Warsaw
· 28 years ago
a320fd3
changes for MPW
by Guido van Rossum
· 30 years ago
a597dde
cosmetic changes so these modules will work with the strict new naming scheme
by Guido van Rossum
· 30 years ago
3bbc62e
Another bulky set of minor changes.
by Guido van Rossum
· 30 years ago
602099a
* various modules: #include "Python.h" and remove most remporary
by Guido van Rossum
· 30 years ago
f6971e2
Lance has converted his modules to the new naming conventions, and
by Guido van Rossum
· 30 years ago
7b1e974
Makefile.pre.in: add $(OPT) to link command
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
e77a757
* nismodule.c: database keys and values can contain null bytes. be more
by Guido van Rossum
· 31 years ago
0667626
Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT.
by Guido van Rossum
· 31 years ago
234f942
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
by Guido van Rossum
· 31 years ago
34679b7
* Added Fixcprt.py: script to fix copyright message.
by Guido van Rossum
· 32 years ago
0b0db8e
Added separate main program for the Mac: macmain.c
by Guido van Rossum
· 32 years ago
7b2c03f
New rotor methods: setkey(), encryptmore() and decryptmore().
by Guido van Rossum
· 32 years ago
e6e9fe18
Changes to make it compile under SGI -- revamped new/dealloc a bit.
by Guido van Rossum
· 32 years ago
5009820
New file rotormodule.c (by Lance Ellinghouse).
by Guido van Rossum
· 32 years ago